-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
area:docsRelates to documentationRelates to documentationarea:slash-commandsRelates to the slash commands featureRelates to the slash commands featurekind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extension
Description
Summary
The /title slash command and its /rename alias (added in PR #11235) are not documented in the CLI TUI mode documentation.
Current State
The slash commands table in docs/cli/tui-mode.mdx lists available commands but is missing:
/title- Set/change the title of the current session/rename- Alias for/title
Suggested Changes
Update the slash commands table in docs/cli/tui-mode.mdx to include:
| Command | What it does |
|---|---|
/title |
Set or change the current session's title |
/rename |
Alias for /title |
Reference
- Implementation PR: feat: alias /rename for /title #11235
- Code reference:
extensions/cli/src/slashCommands.ts
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com
Reactions are currently unavailable
Metadata
Metadata
Labels
area:docsRelates to documentationRelates to documentationarea:slash-commandsRelates to the slash commands featureRelates to the slash commands featurekind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extension
Type
Projects
Status
Todo