From 7dda6b95b3e1618f3b2a107b84c9a27e2dceef5b Mon Sep 17 00:00:00 2001 From: vikingowl <26+vikingowl@noreply.somegit.dev> Date: Wed, 20 May 2026 00:22:04 +0200 Subject: [PATCH] docs: add TODO for native agy JSON output support --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 9d2f011..c60a624 100644 --- a/TODO.md +++ b/TODO.md @@ -34,6 +34,7 @@ Phases (2026-05-07 roadmap): - **Thinking mode** (disabled / budget / adaptive) — M12 in milestones - **Structured output** with JSON schema validation — M12 +- **Native agy JSON output** — update subprocess provider to use `--output-format stream-json` once supported by agy CLI, replacing the current prompt-augmentation fallback. - **SQLite session persistence** + serve mode — M10 - **Task learning** (pattern recognition, persistent tasks) — M11 - **Web UI** (`gnoma web`) — M15