You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(complete): tolerate non-JSON enrich replies; never abort finalize
The backfill model sometimes answers with prose instead of the JSON
array — e.g. continuing the transcript's own dialogue ('Контекст в
норме... Что дальше?'). The parse error aborted the whole `complete`,
losing the retitle and close. Backfill is best-effort: skip an
unparseable chunk reply (warn), extract a JSON array even when wrapped
in prose, and re-assert 'output ONLY the JSON array, do not continue the
transcript' after the transcript. Retitle/close run regardless of what
enrich recovers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugin/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "task-journal",
3
-
"version": "0.22.1",
3
+
"version": "0.22.2",
4
4
"description": "Append-only journal of AI-coding task reasoning chains: hypotheses, decisions, rejections, evidence. Renders compact resume packs so an agent can pick up a 2-week-old task with full context.",
0 commit comments