fix(docs): Broken URL (#8918)

This commit is contained in:
Bernat Pericàs 2026-01-16 18:37:05 +01:00 committed by GitHub
parent ad4bdd9f0f
commit ccc27e23df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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

View File

@ -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": {