Skip to content

Commit a2287ef

Browse files
committed
test: update goldens for the always-on regen tools + Opus 5.0 catalog
- contracts always-on toolset gains context_health (footprint sensor, all sessions) + regenerate_context/regenerate_agent (declared in systemToolDefs). - agent-tuner: non-tuner inspect set now includes context_health. - starter-model-config: claude-opus-5 in the GHCP model family. All three are the intended surface changes; verified green with .env.
1 parent 631005c commit a2287ef

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

packages/sdk/test/local/agent-tuner.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ describe("Agent Tuner: read-only diagnostic tools", () => {
9090

9191
const userNames = userTools.map((t) => t.name).sort();
9292
const expectedUser = [
93+
// context_health is a self-scoped footprint sensor available to
94+
// every session (regeneration M0), not just the tuner.
95+
"context_health",
9396
"read_agent_events",
9497
"read_session_graph_edge_search_usage",
9598
"read_session_graph_node_usage",

packages/sdk/test/local/contracts.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const EXPECTED_ALWAYS_ON_TOOL_NAMES = [
6060
"read_facts",
6161
"delete_fact",
6262
"read_agent_events",
63+
"context_health",
6364
"read_session_retrieval_usage",
6465
"read_session_tree_retrieval_usage",
6566
"read_session_graph_node_usage",
@@ -84,6 +85,8 @@ const EXPECTED_LLM_VISIBLE_TOOL_NAMES = [
8485
"rg",
8586
"skill",
8687
"set_session_model",
88+
"regenerate_context",
89+
"regenerate_agent",
8790
"sql",
8891
"stop_bash",
8992
"view",

packages/sdk/test/local/starter-model-config.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ describe("starter docker model config", () => {
2828
"claude-sonnet-5",
2929
"gpt-5.4",
3030
"gpt-5.4-mini",
31+
"claude-opus-5",
3132
"claude-opus-4.8",
3233
"gpt-5.6-sol",
3334
"gpt-5.6-luna",

0 commit comments

Comments
 (0)