v1

latestOpenAPI 3.1.12026-07-17124229467.0 KB

Get global configuration

Retrieve the current global Codeplane configuration settings and preferences.

get/global/config

Response

Get global config info

$schemastring

JSON schema reference for configuration validation

logLevel'DEBUG' | 'INFO' | 'WARN' | 'ERROR'

Log level

commandobject

Command configuration, see https://github.com/isogonic/codeplane

snapshotboolean

Enable or disable snapshot tracking. When false, filesystem snapshots are not recorded and undoing or reverting will not undo/redo file changes. Defaults to true.

pluginstring[]
share'manual' | 'auto' | 'disabled'

Control sharing behavior:'manual' allows manual sharing via commands, 'auto' enables automatic sharing, 'disabled' disables all sharing

autoshareboolean

@deprecated Use 'share' field instead. Share newly created sessions automatically

disabled_providersstring[]

Disable providers that are loaded automatically

enabled_providersstring[]

When set, ONLY these providers will be enabled. All other providers will be ignored

modelstring

Model to use in the format of provider/model, eg anthropic/claude-2

small_modelstring

Small model to use for tasks like title generation in the format of provider/model

default_agentstring

Default agent to use when none is specified. Must be a primary agent. Falls back to 'build' if not set or if the specified agent is invalid.

usernamestring

Custom username to display in conversations instead of system username

providerobject

Custom provider configurations and model overrides

mcpobject

MCP (Model Context Protocol) server configurations

gitGitConfig

Named Git host configuration for native git tool operations and credentials

instructionsstring[]

Additional instruction files or patterns to include

layout'auto' | 'stretch'

@deprecated Always uses stretch layout.

toolsobject