mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
fix(docs): Broken URL (#8918)
This commit is contained in:
@@ -942,7 +942,7 @@ export namespace Config {
|
||||
})
|
||||
.catchall(Agent)
|
||||
.optional()
|
||||
.describe("Agent configuration, see https://opencode.ai/docs/agent"),
|
||||
.describe("Agent configuration, see https://opencode.ai/docs/agents"),
|
||||
provider: z
|
||||
.record(z.string(), Provider)
|
||||
.optional()
|
||||
|
||||
@@ -1666,7 +1666,7 @@ export type Config = {
|
||||
[key: string]: AgentConfig | undefined
|
||||
}
|
||||
/**
|
||||
* Agent configuration, see https://opencode.ai/docs/agent
|
||||
* Agent configuration, see https://opencode.ai/docs/agents
|
||||
*/
|
||||
agent?: {
|
||||
plan?: AgentConfig
|
||||
|
||||
@@ -9316,7 +9316,7 @@
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"description": "Agent configuration, see https://opencode.ai/docs/agent",
|
||||
"description": "Agent configuration, see https://opencode.ai/docs/agents",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"plan": {
|
||||
|
||||
Reference in New Issue
Block a user