release: v0.3.3 — six new CLI commands + speculative-agent recipe#141
Merged
Conversation
Bumps: - Cargo workspace 0.3.1 → 0.3.3 - forkd Python SDK 0.3.2 → 0.3.3 (alignment; no new Python code) What ships in v0.3.3 (since 0.3.1 tag, six weeks of work but mostly the last 48 hours of dev-experience polish): CLI cluster: - forkd doctor — 10 host-readiness checks + fix hints - forkd bench — screenshot-friendly latency probe - forkd from-image <image> --tag <X> — Docker → snapshot in one verb - forkd ls — list live sandboxes (table) - forkd kill <ID>... / --all / --tag — kill sandboxes - forkd rmi <tag>... — delete snapshot tags (docker-style) - forkd snapshot --from-sandbox --diff — v0.3 Diff path on CLI - forkd images output revamped (MEMORY column, age, totals, sort) Five framework integration recipes: - mcp-agent, crewai-fanout, autogen-branch, openai-swarm - speculative-agent (the headline BRANCH+fanout demo — judge picks fastest of N strategies, 2595× speedup vs slowest in the example) #118 anomaly investigation: - Probe refined to thread-level. FC is off-CPU ~94% of slow BRANCH; futex contention + ext4 journal IO + user CPU on snapshot worker. Original Phase 2/3 scope of #118 needs revision. Quick start in README + README-zh rewritten around forkd doctor + forkd from-image + forkd bench (the modern user path). Full notes in CHANGELOG.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps Cargo workspace 0.3.1 → 0.3.3, Python SDK 0.3.2 → 0.3.3, and adds the v0.3.3 CHANGELOG entry. After merge, tag `v0.3.3` to trigger the GitHub Release + PyPI publish chain.
What's in v0.3.3 (against the 0.3.1 release)
Full notes: CHANGELOG.md § 0.3.3.
What this PR doesn't change
Test plan
🤖 Generated with Claude Code