Skip to content

Commit 4e5ce9a

Browse files
NotASithLordAriel Deschapellclaude
authored
release: v0.2.4 (#163)
Promote the [Unreleased] changelog to [0.2.4] and bump the version. One change since v0.2.3: oneShot delegation is sandbox-only (refused for web/API/dweb targets so untrusted replies always come back summarized), and the orchestrator prompt now teaches the shortcut (#162). Signed-off-by: Ariel Deschapell <arieldeschapell@Ariels-MacBook-Air.local> Co-authored-by: Ariel Deschapell <arieldeschapell@Ariels-MacBook-Air.local> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 39f2ce4 commit 4e5ce9a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ and storage formats may move until the surface stabilizes.
1010

1111
## [Unreleased]
1212

13+
## [0.2.4] - 2026-07-05
14+
1315
### Changed
1416
- **`oneShot` delegation is sandbox-only now.** `message_actor`'s oneShot mode
1517
(skip the actor's summary turn, hand the raw result straight back) is
1618
honored only for the agent's own engine sandboxes (webvm/notebook/app) and
17-
refused loudly for every other target — the summary turn is what
19+
refused loudly for every other target. The summary turn is what
1820
incidentally compresses untrusted content, so a web/API/dweb reply always
1921
comes back summarized. The orchestrator prompt now actually teaches the
2022
shortcut ("run `pytest`" → oneShot:true) instead of leaving it buried in
21-
schema fine print, where models small local ones especially never
23+
schema fine print, where models (small local ones especially) never
2224
found it.
2325

2426
## [0.2.3] - 2026-07-05

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "peerd (dev)",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"description": "An AI assistant that automates tasks in your browser. Local-first: your own API key, no account, no servers, no tracking.",
66
"side_panel": {
77
"default_path": "sidepanel/sidepanel.html"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "peerd",
33
"private": true,
44
"type": "module",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"description": "Browser-native AI agent harness. Solo dev — Bun is for tests + one-shot vendor scripts only; the extension itself runs no build step.",
77
"license": "Apache-2.0",
88
"homepage": "https://peerd.ai",

0 commit comments

Comments
 (0)