Conversation
There was a problem hiding this comment.
Pull request overview
Updates the README’s stated tool/command counts and extends the documented lists to reflect recently added vision-related capabilities.
Changes:
- Update headline counts to 15 tools and 23 commands
- Update Tools section heading and add the
view_imagetool entry - Add
/imageand/screenshotcommand entries
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | `/sessions` | List saved sessions | | ||
| | `/stats` | Show generation stats (tokens, time, tok/s) | | ||
| | `/status` | Server, model, context, git branch, stats | | ||
|
|
There was a problem hiding this comment.
There is an empty line inside the Commands Markdown table (after /status). In GitHub-flavored Markdown this breaks the table and the remaining rows will not render as part of the table. Remove the blank line or repeat the table header for the next section.
| | `/screenshot` | Take a screenshot and include in next prompt | | ||
| | `/about` | The manifesto | | ||
| | `/help` | Full command reference | | ||
| | `/exit` | Quit | |
There was a problem hiding this comment.
The README now states "Commands (23)", but the CLI also supports /quit (and /q) as exit aliases (see handle_slash in trashclaw.py). Consider documenting these aliases (or adjusting the command count wording) so the list matches the actual command surface area.
| | `/exit` | Quit | | |
| | `/exit` (`/quit`, `/q`) | Quit | |
| | `git_status` | Show modified/staged/untracked files | | ||
| | `git_diff` | Show unstaged or staged changes | | ||
| | `git_commit` | Stage all changes and commit | | ||
|
|
There was a problem hiding this comment.
The blank line inside the Markdown table (between git_commit and clipboard) terminates the table in GitHub-flavored Markdown, causing the following rows (clipboard/think/view_image) to render outside the table. Remove the blank line (or add a new header/separator if you intend to start a second table).
Fixes Scottcjn#69
Updates README.md with the actual count of built-in tools (15, adding
view_image) and commands (23, adding/imageand/screenshot).