refactor: remove agents TUI (#25190)

This commit is contained in:
Michael Suchacz
2026-05-13 21:30:11 +02:00
committed by GitHub
parent 660fa9478f
commit 38f586107d
23 changed files with 13 additions and 10197 deletions
-1
View File
@@ -14,7 +14,6 @@ USAGE:
$ coder templates init
SUBCOMMANDS:
agents Interactive terminal UI for AI agents.
autoupdate Toggle auto-update policy for a workspace
completion Install or update shell completion scripts for the
detected or chosen shell.
-16
View File
@@ -1,16 +0,0 @@
coder v0.0.0-devel
USAGE:
coder agents [flags] [chat-id]
Interactive terminal UI for AI agents.
OPTIONS:
--model string
Choose a model by ID, provider/model, or display name.
--workspace string
Associate the chat with a workspace by name, owner/name, or UUID.
———
Run `coder --help` for a list of global options.