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 adds entries to several menus in Sublime Text so its commands are reachable without opening the command palette. The same commands are available in all locations — the menus are simply different access points depending on where you are in the editor.

Tools menu

Go to Tools > Claudette in the menu bar to access the full set of commands. Items are organized into logical submenus.
ItemCommandNotes
Ask Questionclaudette_ask_questionOpens the question input panel
Ask Question In New Chat Viewclaudette_ask_new_questionForces a new chat tab
Stop Requestclaudette_stop_requestCancels the active API request
Switch Modelclaudette_select_model_panelChoose an Anthropic model
Switch System Promptclaudette_select_system_message_panelSelect a configured system prompt
Switch API Keyclaudette_select_api_key_panelSwitch between API keys
The Chat History submenu contains:
ItemCommand
Clear Chat Historyclaudette_clear_chat_history
Export Chat Historyclaudette_export_chat_history
Import Chat Historyclaudette_import_chat_history
The Chat Context submenu contains:
ItemCommand
Show Included Filesclaudette_context_manage_files
Add Current File To Chatclaudette_context_add_current_file
Remove Current File From Chatclaudette_context_remove_current_file
Add All Open Files To Chatclaudette_context_add_open_files
Refresh Included Filesclaudette_context_refresh_files
Clear Included Filesclaudette_context_clear_files

Preferences menu

Claudette adds a Settings entry under Preferences > Package Settings > Claudette > Settings. Selecting it opens the Claudette.sublime-settings file in a split view showing both the package defaults and your user overrides side by side. This is the same as running the Claudette: Settings command (edit_settings with the Claudette base file).

Editor context menu

Right-clicking inside any editor view shows a Claudette submenu with file context commands for the currently open file.
ItemCommand
Add File to Chatclaudette_context_add_current_file
Remove from Chatclaudette_context_remove_current_file
Show Included Filesclaudette_context_manage_files
Clear Included Filesclaudette_context_clear_files
Right-clicking a file or folder in the sidebar panel shows a Claudette submenu. This is the primary way to add files from the sidebar to the chat context.
ItemCommand
Add File / Add Directory / Add Files to Chat (dynamic)claudette_context_add_files
Show Included Filesclaudette_context_manage_files
Clear Included Filesclaudette_context_clear_files
The sidebar entry uses claudette_context_add_files (not claudette_context_add_current_file). Its caption adapts to the selection: Add File to Chat, Add Files to Chat, Add Directory to Chat, or Add Directories to Chat depending on what is selected. It supports both individual files and entire folder trees, respecting .gitignore patterns.

Tab context menu

Right-clicking a tab in the tab bar shows the same Claudette submenu as the editor context menu.
ItemCommand
Add File to Chatclaudette_context_add_current_file
Remove from Chatclaudette_context_remove_current_file
Show Included Filesclaudette_context_manage_files
Clear Included Filesclaudette_context_clear_files
All menu items are also available in 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