File tree Expand file tree Collapse file tree
packages/opencode/src/effect Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ export class Service extends ConfigService.Service<Service>()("@opencode/Runtime
1818 disableChannelDb : bool ( "OPENCODE_DISABLE_CHANNEL_DB" ) ,
1919 disableEmbeddedWebUi : bool ( "OPENCODE_DISABLE_EMBEDDED_WEB_UI" ) ,
2020 disableExternalSkills : bool ( "OPENCODE_DISABLE_EXTERNAL_SKILLS" ) ,
21+ disableLspDownload : bool ( "OPENCODE_DISABLE_LSP_DOWNLOAD" ) ,
22+ skipMigrations : bool ( "OPENCODE_SKIP_MIGRATIONS" ) ,
23+ disableClaudeCodePrompt : Config . all ( {
24+ broad : bool ( "OPENCODE_DISABLE_CLAUDE_CODE" ) ,
25+ direct : bool ( "OPENCODE_DISABLE_CLAUDE_CODE_PROMPT" ) ,
26+ } ) . pipe ( Config . map ( ( flags ) => flags . broad || flags . direct ) ) ,
2127 disableClaudeCodeSkills : Config . all ( {
2228 broad : bool ( "OPENCODE_DISABLE_CLAUDE_CODE" ) ,
2329 direct : bool ( "OPENCODE_DISABLE_CLAUDE_CODE_SKILLS" ) ,
You can’t perform that action at this time.
0 commit comments