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.
16 lines
896 B
Markdown
16 lines
896 B
Markdown
# TODO
|
|
|
|
* Running `claudbg sessions` with no sub-command should list sessions, like `claudbg 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 keyword `all` to show all
|
|
* 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-]color` flag to enable/disable color (enabled by default in interactive terminals)
|
|
* Color coding should be enabled by default in the TUI with `c` toggling it off/on
|
|
* Honor the NO_COLOR environment variable for both the CLI and TUI
|
|
* Plan and ticket the new feature @./specs/FILTER.md
|