@roackb2/heddle 1.9.0 → 1.11.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.
- package/README.md +10 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -72,9 +72,17 @@ 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
|
|
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
|
-

|
|
78
|
+
|
|
79
|
+
The same web-v2 control plane is also being shaped for mobile, with the session list, workbench, and diff preview exposed as focused panels:
|
|
80
|
+
|
|
81
|
+
<p>
|
|
82
|
+
<img src="docs/images/control-plane-v2-session-list.PNG" alt="Heddle web-v2 mobile session list" width="220">
|
|
83
|
+
<img src="docs/images/control-plane-v2-workbench.PNG" alt="Heddle web-v2 mobile workbench" width="220">
|
|
84
|
+
<img src="docs/images/control-plane-v2-diff-view.PNG" alt="Heddle web-v2 mobile diff preview" width="220">
|
|
85
|
+
</p>
|
|
78
86
|
|
|
79
87
|
### Browser session review
|
|
80
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roackb2/heddle",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.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",
|