ToolsXpo
Workspace & BillingToolsXpo CodeReference

Settings reference

Every setting in ToolsXpo Code, what it does, what it costs, and which ones sync between machines.

Updated September 2, 2026

Settings live under the ToolsXpo panel's gear icon, and the ones below are also real VS Code settings — so they sync with Settings Sync, can be overridden per workspace or profile, and can be pushed by policy.

Edit them in either place; the two stay in step.

Agent

SettingDefaultWhat it does
toolsxpo.agent.autoCompactonSummarise older turns as a task nears the context window. Without it, long tasks fail outright.
toolsxpo.agent.subagentsonDelegate exploration to cheap scouts. Usually lowers what a task costs.
toolsxpo.agent.preferredLanguageEnglishLanguage the agent explains in. Code is unaffected.

Chat

Readability, not behaviour. A transcript after an hour is a different artefact from a single message.

SettingDefaultWhat it does
Collapse code blocksoffShow edits as a summary line
Collapse terminal outputonShow the command and status, fold the log
Collapse MCP responsesoffFold large tool payloads
Summarise changed filesonList every file touched when a task ends
Show cost per requestoffPrint tokens and credits under each request
Compact layoutoffTighter spacing, more of the session on screen

Editor

SettingDefaultWhat it does
toolsxpo.editor.backgroundEditonApply edits without stealing focus
toolsxpo.editor.checkpointsonSnapshot before each edit. Costs disk on a large monorepo.
toolsxpo.editor.worktreesoffAllow real git worktrees for parallel tasks

Terminal

SettingDefaultWhat it does
Execution modeBackground execHow commands run. See Terminal.
toolsxpo.terminal.shellIntegrationTimeout4000 msHow long to wait for shell integration
toolsxpo.terminal.defaultProfiledefaultWhich terminal profile to use

Tools & MCP

SettingDefaultWhat it does
toolsxpo.mcp.displayModerichHow MCP responses render
toolsxpo.mcp.responsesCollapsedoffFold responses by default

Privacy

There is no telemetry setting, because there is no telemetry. See What we collect.

First-run preset

After signing in you are asked one question — how autonomous the agent should be — and the answer writes a coherent set of the above. You can change any of it afterwards; nothing there is permanent.

See also

settingsreferenceconfiguration

Related