Skip to content

v0.6.3 — robust recovery + full skill test pass

Choose a tag to compare

@MarcosNahuel MarcosNahuel released this 07 Jun 22:48
· 17 commits to main since this release
8c0bf9f

Patch release from a full end-to-end test of all 10 commands on agy 1.0.6 — every command verified working (research, report, ask, review, rescue, record, scrape, doc-to-md, design-review, setup; review correctly flagged two seeded bugs).

Fixed

  • Transcript recovery resolved the conversation id unreliably. The #76 Plan B looked up the cid in last_conversations.json[cwd] first, but that file is written with a delay and on 1.0.6 often lacks the invoking cwd entry — so immediate recovery returned empty though the response was on disk. Now resolves the cid from the cli log (Print mode: conversation=<cid>) → most-recent brain/<cid> dir → last_conversations.json[cwd] last. Verified live.

No happy-path behavior change; this only hardens the fallback that fires when agy --print drops stdout (still common on 1.0.6).