Dashboard › opencode › Distillation
f74cc933-294e-4a13-ae44-4d7261aa9a84["lore_tm_v1_BLfvrqDVeC5UiBEqFWJXz5zBmhlqVl-WgmInMWf0SjI"]
/home/byk/Code/opencode-v2-pilot/packages/schema/src/config.ts. The config schema defines optional fields: snapshots: Schema.Boolean (“Enable snapshots used for undo and revert behavior”); watcher: ConfigWatcher.Info (“Filesystem watcher configuration”); formatter: ConfigFormatter.Info (“Enable built-in formatters or configure formatter overrides”); lsp: ConfigLSP.Info (“Enable built-in language servers or configure server overrides”); media: ConfigMedia.Info (“Media processing configuration”); tool_output: ConfigToolOutput.Info (“Tool output truncation thresholds”); mcp: ConfigMCP.Info (“MCP server configuration”); compaction: ConfigCompaction.Info (“Conversation compaction behavior”); skills: Schema.String.pipe(Schema.Array, optional) (“Additional paths or URLs to discover skills from”); commands: Schema.Record(Schema.String, ConfigCommand.Info).pipe(optional) (“Named slash command definitions”); and instructions: Schema.String.pipe(Schema.Array, optional) (“Additional paths or URLs supplying ambient instructions”).