pi-tau-web-server 1.0.8 → 1.0.12

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 (3) hide show
  1. package/README.md +2 -5
  2. package/bin/tau.js +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -19,11 +19,8 @@ work with multiple Pi sessions side by side in your browser.
19
19
  | **Pi communication** | In-process Pi extension API | Out-of-process JSON line-delimited RPC over stdin/stdout |
20
20
  | **UI dialogs** | `ctx.ui.confirm/input/select` shown in TUI only; not forwarded to the browser | All forwarded to the browser — extensions that use these built-in UI interfaces work seamlessly in the browser |
21
21
  | **Test coverage** | Javascript and No tests | Typescript + Full test suite |
22
- | **Auto-start** | Extension auto-started inside Pi unless `TAU_DISABLED=1` | Always explicit — the user runs `pi-tau-web-server` when they want it |
23
-
24
- ### Enhancements in this branch compared with `main`
25
-
26
- This branch also includes various enhancements over `main`, including a session-tree and branching interface that mirrors Pi TUI's `/tree` command. Open **Session tree** from the header or command palette to inspect every branch and continue from any earlier point; selecting a user message restores it to the composer so it can be edited and submitted as a new branch.
22
+ | **Auto-start** | Extension auto-started inside Pi unless `TAU_DISABLED=1` | Always explicit — the user runs `pi-tau-web-server` when they want it |
23
+ | **Various enhancements** | N/A | Session tree and branching, mirroring Pi TUI's `/tree` command |
27
24
 
28
25
  ![Tau light mode](docs/images/main-page.jpg)
29
26
 
package/bin/tau.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-tau-web-server",
3
- "version": "1.0.8",
3
+ "version": "1.0.12",
4
4
  "description": "Web browser workspace for Pi — a standalone web server that manages multiple live Pi RPC sessions in parallel.",
5
5
  "keywords": [
6
6
  "pi",