pikiclaw 0.3.67 → 0.3.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2400,7 +2400,6 @@ async function doClaudeWithRetry(opts) {
|
|
|
2400
2400
|
message: [
|
|
2401
2401
|
'The agent process stalled mid-turn and could not be auto-recovered (known claude CLI freeze, seen on 2.1.160).',
|
|
2402
2402
|
'Your session is intact — re-send your message (or say "continue") to pick up where it stopped.',
|
|
2403
|
-
'If this keeps happening, pin the claude CLI to a known-good version: npm install -g @anthropic-ai/claude-code@2.1.159',
|
|
2404
2403
|
].join(' '),
|
|
2405
2404
|
};
|
|
2406
2405
|
}
|
package/package.json
CHANGED