release: v0.4.0 — read_page, auto-detect dario, personas, audit replay#30
Merged
Conversation
Bundles four feature PRs landed since v0.3.0 (#25-#29). All additive; v0.3.0 users see no behavior change without opting into the new flags or letting the new tool surface. Headline change: hands gains a `read_page(url)` tool that fetches a URL via plain fetch + cleans the HTML and hands it to the agent directly. No browser, no JS execution, no screenshot+OCR. The "browser without a browser" thesis turned into product. Other features: - Auto-detect dario at startup (probes localhost:3456/health, sets ANTHROPIC_BASE_URL when it responds — operator override wins via pre-set env var or --no-dario). - --persona <name> / --system-prompt <path> flags swap in custom system prompts. Bundled set: minimal, thorough, concise, security-aware. User overrides at ~/.hands/personas/<name>.md. Safe per dario research (#172) — billing classifier doesn't fingerprint system prompt content. - `hands audit list/show/replay` — inspect and re-execute audit- log entries. Default replay is dry-run; --execute fires after prompt-confirmation for state-changing actions. Test count 49 → 92. All four PRs were rebased onto each other with no semantic regressions; the integration was live-tested end- to-end through dario for OAuth subscription billing before merge. Auto-release workflow will fire on merge (version-changed gate sees 0.3.0 → 0.4.0), build + smoke + tag + GitHub release + npm publish with provenance attestation.
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
Bundles four feature PRs landed since v0.3.0. All additive — v0.3.0 users see no behavior change without opting into the new flags or letting the new tool surface.
Functional (already merged, surfaced as v0.4.0)
Test count
49 → 92.
Empirically verified
Test plan