refactor: route live model reads through session accessor (#96206)

This commit is contained in:
Josh Lehman
2026-06-23 16:52:22 -07:00
committed by GitHub
parent 5839ef519a
commit 96cee6cb64
6 changed files with 73 additions and 27 deletions

View File

@@ -32,9 +32,10 @@ describe("session accessor boundary guard", () => {
"src/agents/embedded-agent-runner/tool-result-truncation.ts",
"src/agents/embedded-agent-runner/transcript-rewrite.ts",
"src/agents/embedded-agent-runner/transcript-runtime-state.ts",
"src/auto-reply/reply/abort.ts",
"src/agents/live-model-switch.ts",
"src/agents/subagent-control.ts",
"src/agents/subagent-registry-helpers.ts",
"src/auto-reply/reply/abort.ts",
"src/auto-reply/reply/agent-runner-helpers.ts",
"src/auto-reply/reply/agent-runner.ts",
"src/auto-reply/reply/commands-subagents/action-info.ts",