Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Sessions session.Service
Messages message.Service
History history.Service
Permissions permission.Service
CoderAgent agent.Service
Projects project.Service
ProjectManager *project.Manager
Snapshots snapshot.Service
LSPClients map[string]*lsp.Client
SkillManager *skills.SkillManager
MesnadaOrchestrator *mesnadaOrch.Orchestrator
CronService *cronjob.Service
MesnadaServer *mesnadaServer.Server
Remembrances *rag.RemembrancesService
LuaManager *luaengine.FilterManager
MCPGateway *mcpgateway.Gateway
Evaluator *evaluator.EvaluatorService
// contains filtered or unexported fields
}
type AppOptions ¶ added in v0.100.0
type AppOptions struct {
// SkipLSP disables LSP client initialisation. Set this to true in headless
// modes (e.g. ACP stdio) where the editor manages its own language servers.
SkipLSP bool
}
AppOptions configures optional behaviour for New().
Click to show internal directories.
Click to hide internal directories.