Skip to content

Commit 68e67e7

Browse files
DanWahlinCopilot
andauthored
docs: add /statusline command to chapter 01 command reference
Add the /statusline (and /footer alias) command introduced in v1.0.30 to the Additional Commands section in chapter 01. Move /theme out of Help and Feedback into a new Display section alongside /statusline, since both commands relate to customizing the CLI's visual appearance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ffc668a commit 68e67e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

01-setup-and-first-steps/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,14 +444,20 @@ That's it for getting started! As you become comfortable, you can explore additi
444444
| `/session` | Show session info and workspace summary |
445445
| `/share` | Export session as a markdown file, GitHub gist, or self-contained HTML file |
446446

447+
### Display
448+
449+
| Command | What It Does |
450+
|---------|--------------|
451+
| `/statusline` (or `/footer`) | Customize which items appear in the status bar at the bottom of the session (directory, branch, effort, context window, quota) |
452+
| `/theme` | View or set terminal theme |
453+
447454
### Help and Feedback
448455

449456
| Command | What It Does |
450457
|---------|--------------|
451458
| `/changelog` | Display changelog for CLI versions |
452459
| `/feedback` | Submit feedback to GitHub |
453460
| `/help` | Show all available commands |
454-
| `/theme` | View or set terminal theme |
455461

456462
### Quick Shell Commands
457463

0 commit comments

Comments
 (0)