(kaos: Kaos)
| 226 | |
| 227 | |
| 228 | setToolKaos(kaos: Kaos) { |
| 229 | this.toolKaos = kaos; |
| 230 | for (const agent of this.readyAgents()) { |
| 231 | agent.setKaos(kaos.withCwd(agent.config.cwd)); |
| 232 | } |
| 233 | this.refreshAgentBuiltinTools(); |
| 234 | } |
| 235 | |
| 236 | getAdditionalDirs(): readonly string[] { |
| 237 | return this.additionalDirs; |
no test coverage detected