Address the pinned CLI through its namespace path in artifact proof
Some checks failed
Governed runtime contract / contract (push) Failing after 32s
Some checks failed
Governed runtime contract / contract (push) Failing after 32s
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
8a7550f2ec
commit
ee3800f26d
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ print(json.dumps({'runtime_readonly':readonly,'python_prefix':sys.prefix,
|
||||||
assert facts["proxy_absent"] and facts["interfaces"] == ["lo"]
|
assert facts["proxy_absent"] and facts["interfaces"] == ["lo"]
|
||||||
assert facts["cli_version"] == "2.1.266 (Claude Code)"
|
assert facts["cli_version"] == "2.1.266 (Claude Code)"
|
||||||
adapter = AgenticClaudeCodeAdapter(workdir=Path(status.inputs["workspace_dir"]),
|
adapter = AgenticClaudeCodeAdapter(workdir=Path(status.inputs["workspace_dir"]),
|
||||||
|
cli_path="/opt/sandboxer/runtime/bin/claude",
|
||||||
model=profile.model.model)
|
model=profile.model.model)
|
||||||
argv = adapter._build_command(RunConfig(model_params={"max_budget_usd": cap, "max_turns": 4}))
|
argv = adapter._build_command(RunConfig(model_params={"max_budget_usd": cap, "max_turns": 4}))
|
||||||
executed = manager.execute(status.sandbox_id, SandboxExecRequest(
|
executed = manager.execute(status.sandbox_id, SandboxExecRequest(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue