fix: abort signal in polling loops, remove legacy k2p5, pass ctx.directory to skill tool

- Check context.abort in background-wait and background-output polling loops
- Remove legacy kimi-for-coding/k2p5 from athena fallback chain
- Pass ctx.directory from tool-registry to createSkillTool instead of process.cwd()
This commit is contained in:
ismeth
2026-02-20 21:10:54 +01:00
committed by YeonGyu-Kim
parent 15b2fe2534
commit 99e577d1e1
4 changed files with 13 additions and 3 deletions
-1
View File
@@ -183,7 +183,6 @@ export const AGENT_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
athena: {
fallbackChain: [
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-opus-4-6", variant: "max" },
{ providers: ["kimi-for-coding"], model: "k2p5" },
{ providers: ["opencode"], model: "kimi-k2.5-free" },
{ providers: ["zai-coding-plan"], model: "glm-4.7" },
{ providers: ["opencode"], model: "glm-4.7-free" },