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