Bug Report
Version: OpenClaw 2026.2.12 and 2026.2.13
Plugin: llm-task
Error:
Cannot find module '../../../src/agents/pi-embedded-runner.js'
Require stack:
- /home/linuxbrew/.linuxbrew/lib/node_modules/openclaw/extensions/llm-task/src/llm-task-tool.ts
Steps to reproduce:
- Install OpenClaw 2026.2.12 or 2026.2.13 via brew
- Call the
llm-task tool with any prompt
Expected: llm-task executes and returns JSON result
Actual: Immediate module not found error
Looks like a packaging/build issue where pi-embedded-runner.js isn't included in the published package, or the relative path changed.
Workaround: Using sessions_spawn with model overrides for structured LLM tasks instead.
Bug Report
Version: OpenClaw 2026.2.12 and 2026.2.13
Plugin: llm-task
Error:
Steps to reproduce:
llm-tasktool with any promptExpected: llm-task executes and returns JSON result
Actual: Immediate module not found error
Looks like a packaging/build issue where
pi-embedded-runner.jsisn't included in the published package, or the relative path changed.Workaround: Using
sessions_spawnwith model overrides for structured LLM tasks instead.