Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tool = tools.Tool{ Name: "opencode", Description: "OpenCode - AI coding assistant", DockerfileStage: dockerfileStage, Command: func(home string) []string { return []string{home + "/.opencode/bin/opencode"} }, DefaultConfig: func() config.ToolConfig { return config.ToolConfig{ MountsRW: []string{ tilde.Path(filepath.Join(config.XDGConfigHomeDir(), "opencode")), tilde.Path(filepath.Join(config.XDGDataHomeDir(), "opencode")), tilde.Path(filepath.Join(config.XDGStateHomeDir(), "opencode")), }, MountsRO: []string{ "~/.claude", }, Env: []string{ "OPENCODE_DISABLE_DEFAULT_PLUGINS=1", }, } }, }
Tool is the OpenCode tool definition.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.