yao/agent/caller
Max f6b917afe1 Remove TUI support from start command
The bubbletea-based TUI for agent request visualization was not
practical and added significant binary size. This removes the TUI
entirely: the --tui flag, the agent context TUI model/messages, and
all SendTUI/GetTUIProgram call sites. Development-mode logging now
always prints ANSI-colored output to stdout.

Drops direct dependencies on charmbracelet/bubbletea and lipgloss.

Made-with: Cursor
2026-03-06 20:55:57 +08:00
..
caller.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
context.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
integration_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00
jsapi.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
jsapi_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00
orchestrator.go Remove TUI support from start command 2026-03-06 20:55:57 +08:00
orchestrator_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00
process.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
process_e2e_test.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
process_test.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
sandbox_integration_test.go Fix SystemPrompt passing and Claude CLI stream-json parsing 2026-01-31 15:07:40 +08:00
types.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
types_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00