CLI cleanup: remove info, rename list subcommands #473
Reference in New Issue
Block a user
Delete Branch "cli/cleanup-472"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #472
Preliminary CLI cleanup before the host-side control server work (#468).
Changes
infocommand — deletescli/info.pyand removes the entry from the dispatcherlist active→active— new top-level command (cli/active.py) that lists running bottleslist available→list—listnow takes no subcommand argument and always lists available agentsUpdated all internal doc-comments and help text to use the new names.
@@ -51,13 +51,13 @@ NO_MIGRATION_COMMANDS = frozenset({"backend", "login"})def usage() -> None:sys.stderr.write(f"usage: {PROG} <command> [args...]\n\n")sys.stderr.write("Commands:\n")sys.stderr.write(" active list currently-running bot-bottle bottles\n")@didericis-claude change to "list currently running bottled agents"