@roackb2/heddle 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -72,9 +72,9 @@ Terminal chat/dev workflow showing file edits, inline diff output, and verificat
72
72
 
73
73
  ### Browser control plane overview
74
74
 
75
- The local control plane gives you a browser-based view of the current workspace, saved sessions, heartbeat tasks, workspace memory, and recent activity. It also shows which workspace is active, so browser sessions follow the selected project instead of the daemon launch directory:
75
+ The next-generation local control plane is a browser-based workspace for sessions, tool approvals, and live diff review. This v2 interface is **work in progress and not yet released**; it shows the direction for the control plane rewrite, while the current released control plane remains the supported browser UI:
76
76
 
77
- ![Heddle control plane overview with workspace memory](docs/images/control-plane-overview-workspace-memory.png)
77
+ ![Heddle web-v2 control plane work in progress](docs/images/control-plane-v2.png)
78
78
 
79
79
  ### Browser session review
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roackb2/heddle",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "An open-source AI coding agent runtime and terminal CLI for real repositories, with persistent memory, sessions, approvals, heartbeat, and a browser control plane",
5
5
  "author": "Jay / Fienna Liang <roackb2@gmail.com>",
6
6
  "license": "MIT",
@@ -128,6 +128,7 @@
128
128
  },
129
129
  "dependencies": {
130
130
  "@anthropic-ai/sdk": "^0.54.0",
131
+ "@fontsource-variable/inter": "^5.2.8",
131
132
  "@inkjs/ui": "^2.0.0",
132
133
  "@radix-ui/react-dialog": "^1.1.15",
133
134
  "@radix-ui/react-popover": "^1.1.15",