Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/barryceelen/claudette/llms.txt

Use this file to discover all available pages before exploring further.

Claudette exposes all of its functionality through Sublime Text’s command system. Every command listed here is accessible via Tools > Claudette in the main menu or by typing the caption into the command palette. You can also bind any command to a keyboard shortcut using its command ID.

Chat commands

Opens an input panel where you type your question and press Enter to submit. Any text selected in the active view is automatically included as context. Press Shift+Enter in the input panel to add a line break.Tip: In a chat view, pressing Enter directly submits your question without opening the input panel.
Opens an input panel like Ask Question, but guarantees that the response appears in a fresh chat view. If the current view already has a conversation, a new tab is created. Useful when you want to run multiple simultaneous chats, each with their own context and history.
Cancels the in-flight API request for the currently focused chat view. The command is only enabled while a request is active. You can also trigger this with the Escape key when a chat view is focused.
Clears the conversation history that is sent with each new question, reducing token usage. Previous messages remain visible in the chat view but are no longer resent to the API. Useful when a conversation has grown long and you want to start fresh without losing the visible transcript.
Saves the most recently active chat view in the current window to a JSON file. Use this to archive conversations or move them between machines.
Opens a file picker to select a previously exported JSON file and loads the conversation into a new chat view, allowing you to continue where you left off.

Context commands

Available from the sidebar right-click menu. Adds the selected file or folder contents to the chat context so Claude can reference them in responses. When a folder is selected, all files within it are included.
Adds the contents of the currently open file to the chat context. The file content is sent along with every subsequent question in the active chat.
Removes the currently open file from the chat context, if it was previously added. The file content will no longer be sent with new questions.
Adds the contents of all files currently open in the editor to the chat context in one step.
Re-reads all files in the chat context from disk and updates their content. Run this after saving changes to an included file so Claude sees the latest version.
Opens a quick panel listing all files currently included in the chat context. You can select entries to remove individual files.
Removes all files from the chat context at once.

Settings commands

Opens a quick panel listing all available Anthropic models. Claudette uses claude-sonnet-4-5 by default. Selecting a different model applies it to subsequent questions in the active chat.
Opens a quick panel to choose from your configured system prompts. System prompts shape Claude’s behavior and persona. You can define multiple prompts in the Claudette settings and switch between them at any time.
Opens a quick panel to switch between multiple configured API keys. Useful when working across different Anthropic accounts or usage limits.
All commands are also accessible via the command palette. Open it with Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) and type “Claudette” to filter the list.

Build docs developers (and LLMs) love