You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<package_path_or_name> - Path or name of package --env <env_name> - Environment name --version <version> - Package version --force-download --refresh-registry --auto-approve
hatch:pkg:add ./my-package --env my-env
hatch:pkg:remove
Remove a package from an environment
<package_name> - Name of package to remove --env <env_name> - Environment name
<category:name> <value> - Setting and new value --force-protected - Force import of protected settings --force-confirm - Force application of settings without asking for user consent
settings:set llm:model mistral-small
settings:reset
Reset a setting to its default value
<category:name> - Setting to reset --force-protected - Force import of protected settings --force-confirmed - Force application of settings without asking for user consent
settings:reset llm:api_url
settings:export
Export settings to a file
<file> - Output file path --format <format> - Format (toml, json, yaml) --all - Include read-only settings
settings:export config.toml --format json --all
settings:import
Import settings from a file
<file> - Input file path --force-protected - Force import of protected settings --force-confirm - Force application of settings without asking for user consent
settings:import config.toml --force-protected
settings:save
Save current settings to the configured file
--format <format> - Format (toml, json, yaml)
settings:save --format toml
Language Management
Command
Description
Arguments
Example
settings:language:list
List available interface languages
None
settings:language:list
settings:language:set
Set the interface language
<language_code> - Language code to set
settings:language:set fr
MCP Server and Tool Management Commands
Warning
In development. Commands to connect/disconnect a server, list a server or a tool, an enable/disable tool are stable but UX is poor.
Command
Description
Arguments
Example
mcp:server:list
List all MCP servers and their status
None
mcp:server:list
mcp:server:status
Show detailed status for a specific MCP server
<server_path> - Path to the MCP server script
mcp:server:status /path/to/server.py
mcp:server:connect
Connect to MCP servers
[server_paths] - Comma-separated paths to MCP server scripts (optional)