docs: update state.json with TUI fullscreen improvements and test count (1268)

This commit is contained in:
William Valentin
2026-02-10 13:29:14 -08:00
parent 2644ed269e
commit 4317492e4b
+44 -2
View File
@@ -947,6 +947,48 @@
"config/default.yaml"
]
},
"tui-fullscreen-improvements": {
"status": "completed",
"date": "2026-02-10",
"summary": "ASCII art banner, fullscreen tool access via NativeAgent, Ink-compatible tool use display, proper /reset with agent state cleanup",
"phases": {
"ascii_banner": {
"status": "completed",
"description": "Shared banner module with FLYNN ASCII art, colored ANSI output for minimal mode, plain lines for Ink/React fullscreen mode",
"files_created": [
"src/frontends/tui/banner.ts"
],
"files_modified": [
"src/frontends/tui/minimal.ts",
"src/frontends/tui/components/MessageList.tsx",
"src/frontends/tui/index.ts"
]
},
"fullscreen_tool_access": {
"status": "completed",
"description": "Fullscreen TUI now uses NativeAgent.process() for full tool loop instead of direct model client calls. Agent passed through from CLI to App component.",
"files_modified": [
"src/frontends/tui/fullscreen.ts",
"src/frontends/tui/components/App.tsx",
"src/cli/tui.ts"
]
},
"fullscreen_tool_display": {
"status": "completed",
"description": "Replaced process.stdout.write-based onToolUse callback with React state-driven display. Tool names, args, and completion status shown in streaming content area during agent processing.",
"files_modified": [
"src/frontends/tui/components/App.tsx"
]
},
"fullscreen_reset_fix": {
"status": "completed",
"description": "The /reset command now calls agent.reset() which clears session, history, tool fingerprint, and usage counters together.",
"files_modified": [
"src/frontends/tui/components/App.tsx"
]
}
}
},
"earlier_plans": {
"plans": [
{ "file": "2026-02-02-flynn-design.md", "status": "completed" },
@@ -970,7 +1012,7 @@
},
"overall_progress": {
"total_test_count": 1151,
"total_test_count": 1268,
"all_tests_passing": true,
"p0_completion": "3/3 (100%)",
"p1_completion": "4/4 (100%)",
@@ -988,6 +1030,6 @@
"feature_gap_scorecard": "100/128 match (78%), 0 partial (0%), 28 missing (22%)",
"operator_dx_milestone": "Phase 3 (Live Ops Dashboard): 1/2 plans complete — metrics backend done, dashboard UI next",
"gmail_auth_cli": "flynn gmail-auth command implemented with OAuth2 flow, doctor check, config routed to Telegram",
"next_up": "GSD Milestone: Operator DX — Phase 3 Plan 02 (Dashboard UI consuming metrics RPC). All phases P0-P8 and Tiers 1-4 complete. Setup wizard added. Remaining gaps: Tier 4 channels (Signal, Matrix, Teams, Google Chat), Tier 5 deferred/niche items"
"next_up": "GSD Milestone: Operator DX — Phase 3 Plan 02 (Dashboard UI consuming metrics RPC). All phases P0-P8 and Tiers 1-4 complete. Setup wizard added. TUI fullscreen mode now has full tool access and proper display. Remaining gaps: Tier 4 channels (Signal, Matrix, Teams, Google Chat), Tier 5 deferred/niche items"
}
}