refactor(core): simplify system context into a belief model (#34917)

This commit is contained in:
Kit Langton
2026-07-02 09:32:35 -04:00
committed by GitHub
parent 7ec7413fdb
commit 4045041554
40 changed files with 914 additions and 805 deletions
+1
View File
@@ -173,6 +173,7 @@ describe("ConfigAgentPlugin.Plugin", () => {
model: { providerID: "anthropic", id: "claude-sonnet", variant: undefined },
})
expect(reviewer.request).toEqual({
settings: {},
headers: { first: "one", shared: "last", second: "two" },
body: { enabled: true, profile: "review", retries: 2, effort: "high" },
})