From 06deead1e75933849ac6c87fdf71b2e7aeead652 Mon Sep 17 00:00:00 2001 From: ismeth Date: Sun, 1 Mar 2026 19:37:59 +0100 Subject: [PATCH] docs(agents): remove dead model-thinking-config references Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- src/agents/AGENTS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/agents/AGENTS.md b/src/agents/AGENTS.md index 23f0b2334..2b70fac65 100644 --- a/src/agents/AGENTS.md +++ b/src/agents/AGENTS.md @@ -51,9 +51,7 @@ agents/ ├── atlas/agent.ts # Todo orchestrator ├── athena/ # Multi-model council orchestrator │ ├── agent.ts # Athena agent factory + system prompt -│ ├── council-member-agent.ts # Council member agent factory -│ ├── model-thinking-config.ts # Per-provider thinking/reasoning config -│ └── model-thinking-config.test.ts # Tests for thinking config +│ └── council-member-agent.ts # Council member agent factory ├── types.ts # AgentFactory, AgentMode ├── agent-builder.ts # buildAgent() composition ├── utils.ts # Agent utilities