Conversation
Co-authored-by: OpenAI Codex <codex@openai.com>
|
Claude finished @lewtun's task in 2m 25s —— View job Claude PR ReviewNo blocking issues — 1 P1, 1 P2. This is a tightly scoped migration from the deprecated I confirmed there are no remaining P1 — Hub kwarg shape isn't actually exercised by the tests
This is the same mock-shape risk that existed pre-PR; I'd just suggest one of the following before merging, given it was the central reason for the change:
Cite: P2 — Inline-script dep header jumped from
|
Co-authored-by: OpenAI Codex <codex@openai.com>
|
Addressed the P1 in c6e6942 by tightening the sandbox Also verified the installed Hub signature locally: P2 is noted; I do not see a release-notes file in this repo, and the PR body already calls out the standalone PEP-723 header bump. |
|
Claude finished @lewtun's task in 1m 7s —— View job Claude PR Review (re-review of
|
Summary
HfApi.duplicate_spacewithHfApi.duplicate_repo(..., repo_type="space")for sandbox Space creation.space_hardwareandspace_sleep_timearguments.Tests
uv run pytest tests/unit/test_sandbox_private_spaces.pyuv run ruff check agent/tools/sandbox_client.py tests/unit/test_sandbox_private_spaces.pyuv run ruff format --check agent/tools/sandbox_client.py tests/unit/test_sandbox_private_spaces.pyuv run ruff check --exclude train_smollm2.py .uv run ruff format --check --exclude train_smollm2.py .Note: the exact repo-wide
uv run ruff check .anduv run ruff format --check .commands are currently blocked locally by unrelated untrackedtrain_smollm2.pyformatting/lint issues.