Skip to content

docs: document all CLI slash commands in TUI mode#11352

Open
fahe1em1 wants to merge 1 commit intocontinuedev:mainfrom
fahe1em1:codex/docs-cli-slash-commands
Open

docs: document all CLI slash commands in TUI mode#11352
fahe1em1 wants to merge 1 commit intocontinuedev:mainfrom
fahe1em1:codex/docs-cli-slash-commands

Conversation

@fahe1em1
Copy link

@fahe1em1 fahe1em1 commented Mar 12, 2026

Description

Closes #11316.

This updates the TUI slash command table so it matches the commands currently exposed by the CLI. It adds the missing slash commands, refreshes a few outdated descriptions, and notes that /diff and /apply are only available in remote environments. The change is intentionally small and safe because it only updates user-facing documentation in a single file and does not affect runtime behavior.

Checklist

  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Tests

  • npx --yes prettier --check docs/cli/tui-mode.mdx

Why this is small and safe

  • This PR only changes documentation for existing commands.
  • No code paths, configs, or shipped behavior are modified.

Summary by cubic

Update TUI mode docs to list all current CLI slash commands and refresh outdated descriptions so the table matches the CLI. Also note that /diff and /apply are only available in remote environments.

Written for commit a7eb2dd. Summary will update on new commits.

@fahe1em1 fahe1em1 requested a review from a team as a code owner March 12, 2026 19:14
@fahe1em1 fahe1em1 requested review from Patrick-Erichsen and removed request for a team March 12, 2026 19:14
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file


Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

@fahe1em1
Copy link
Author

recheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Docs: Update CLI slash commands table to include /title, /rename, and other missing commands

1 participant