feat: add per-session model selection

This commit is contained in:
Peter Steinberger
2025-12-23 23:45:20 +00:00
parent b6bfd8e34f
commit 364a6a9444
34 changed files with 729 additions and 300 deletions

View File

@@ -9,9 +9,7 @@ process.env.FORCE_COLOR = "0";
vi.mock("../config/config.js", () => ({
loadConfig: () => ({
inbound: {
agent: { model: "pi:opus", contextTokens: 32000 },
},
agent: { model: "pi:opus", contextTokens: 32000 },
}),
}));