Skip to content

Commit e66d6b9

Browse files
NotASithLordAriel Deschapellclaude
authored
release: v0.2.2 (#144)
Promote the [Unreleased] changelog to [0.2.2] and bump the version. Everything on main since v0.2.1: the heap split (every actor/subagent in its own keyless Worker heap, #138), the dweb actor (#141), the do/get/check + browser-runner cull with the web actor driving pages directly (#133), subagents-as-async-actors (#134/#135), configurable remote Ollama host (#128), the dweb-start error-surfacing fix (#118), and assorted actor/ egress/notebook/e2e fixes + test coverage. 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 387513a commit e66d6b9

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ storage formats may move until the surface stabilizes.
1010

1111
## [Unreleased]
1212

13+
## [0.2.2] — 2026-07-04
14+
1315
### Added
1416
- **The dweb actor — a dedicated, opt-in mesh operator** (preview only). When
1517
the network is on, a second toggle spins up a persistent, keyless agent in

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.1",
4+
"version": "0.2.2",
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.1",
5+
"version": "0.2.2",
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)