You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
896 B
896 B
TODO
- Running
claudbg sessionswith no sub-command should list sessions, likeclaudbg sessions list - Running listing sessions and agent sessions should only show the 10 latest ones.
- The flag
--limit=<int|all>allows setting that limit to a custom integer, or the keywordallto show all
- The flag
- Session and agent session transcripts should color-code tool use and output to make it visually clearer
[assistant]should be orange[user]should be grey[tool: Foo]should be blue[tool_result]should be green[tool_result (error)]should be red- Accept the
--[no-]colorflag to enable/disable color (enabled by default in interactive terminals) - Color coding should be enabled by default in the TUI with
ctoggling it off/on - Honor the NO_COLOR environment variable for both the CLI and TUI
- Plan and ticket the new feature @./specs/FILTER.md