@puddle-code/cli 0.0.43 → 0.0.47
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/CHANGELOG.md +8 -8
- package/README.md +15 -3
- package/dist/index.js +1304 -865
- package/dist/install.sh +19 -3
- package/dist/public/assets/Dashboard-D5d81RrW.js +1 -0
- package/dist/public/assets/EditorTabClose-DQFig1yS.js +1 -0
- package/dist/public/assets/LazyTerminal-DLpi1FQW.js +2 -0
- package/dist/public/assets/{ModelRefcount-CCLXoHn3.js → ModelRefcount-QvnWLhBB.js} +1 -1
- package/dist/public/assets/PaneEditorBody-mRqGUQOX.js +515 -0
- package/dist/public/assets/SettingsDialog-D15adtF_.js +1 -0
- package/dist/public/assets/{Terminal-2XYN3IO5.js → Terminal-ZApPvZ0N.js} +51 -26
- package/dist/public/assets/Workspace-CsXrKmgW.js +7 -0
- package/dist/public/assets/{buffer-store-kyNS3Ffy.js → buffer-store-B2HjJa44.js} +3 -3
- package/dist/public/assets/chevron-down-59O6CgEo.js +1 -0
- package/dist/public/assets/context-menu-DOkkb33w.js +1 -0
- package/dist/public/assets/{cssMode-CfVFZjxa.js → cssMode-10rVHs6e.js} +1 -1
- package/dist/public/assets/dialog-DjL0qoAv.js +41 -0
- package/dist/public/assets/dist-DDFe8e3m.js +1 -0
- package/dist/public/assets/editor-context-D8zZKoyt.js +1 -0
- package/dist/public/assets/{editor-sync-1UzWDCzn.js → editor-sync-C_rbvqxK.js} +1 -1
- package/dist/public/assets/file-links-D3c5reil.js +1 -0
- package/dist/public/assets/hotkeys-C1l8zghv.js +73 -0
- package/dist/public/assets/{htmlMode-CwjicKNM.js → htmlMode-Dk6DjDk-.js} +1 -1
- package/dist/public/assets/index-CjwWpHJ7.js +10 -0
- package/dist/public/assets/index-Du89SpLI.css +2 -0
- package/dist/public/assets/{jsonMode-B9Rj1ARB.js → jsonMode-CwJtwmIn.js} +1 -1
- package/dist/public/assets/session-seed-BY79S7pl.js +1 -0
- package/dist/public/assets/{tsMode-gVybv0cY.js → tsMode-BZb-xILx.js} +1 -1
- package/dist/public/assets/use-find-controls-BxqgwO4Z.js +1 -0
- package/dist/public/assets/x-BJOrp_m5.js +1 -0
- package/dist/public/index.html +6 -8
- package/package.json +1 -1
- package/dist/public/assets/Dashboard-CVuyy1FW.js +0 -1
- package/dist/public/assets/EditorTabClose-Dltbo1Dg.js +0 -1
- package/dist/public/assets/LazyTerminal-dx89528B.js +0 -2
- package/dist/public/assets/PaneEditorBody-BEq9lIXk.js +0 -355
- package/dist/public/assets/SettingsDialog-cXSqHb2k.js +0 -1
- package/dist/public/assets/Workspace-DEEiDdYw.js +0 -7
- package/dist/public/assets/context-menu-DsXFpYcn.js +0 -1
- package/dist/public/assets/createLucideIcon-DyMAgLa3.js +0 -1
- package/dist/public/assets/dialog-B43iKmfK.js +0 -41
- package/dist/public/assets/dist-i-QevsUb.js +0 -1
- package/dist/public/assets/editor-context-A7YnYVrw.js +0 -1
- package/dist/public/assets/file-links-xHzwSI4k.js +0 -1
- package/dist/public/assets/hotkeys-CA5Pxll4.js +0 -73
- package/dist/public/assets/index-BYC57b5y.js +0 -10
- package/dist/public/assets/index-Cs421fXN.css +0 -2
- package/dist/public/assets/jsx-runtime-ffCh33zF.js +0 -1
- package/dist/public/assets/session-seed-2cbwtTKV.js +0 -1
- package/dist/public/assets/utils-B6KiDbIe.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,16 +7,16 @@ Past releases: see docs/changelogs/.
|
|
|
7
7
|
|
|
8
8
|
# Changelog
|
|
9
9
|
|
|
10
|
-
## [0.0.
|
|
10
|
+
## [0.0.47] — 2026-08-14
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Changed
|
|
13
13
|
|
|
14
|
-
-
|
|
14
|
+
- Give source-control repository disclosure controls more breathing room from the screen edge and repository name.
|
|
15
|
+
- Copy an environment-variable name to the clipboard when its pane-strip label is clicked.
|
|
16
|
+
- Use the current file-tree location as the shared Files, Search, and Changes header, including external paths opened from the command palette.
|
|
15
17
|
|
|
16
18
|
### Fixed
|
|
17
19
|
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
- Fit the macOS desktop cockpit flush to the work area while retaining native rounded corners and shadow.
|
|
22
|
-
- Make the close control in Monaco's inline dirty-diff viewer respond reliably to pointer input.
|
|
20
|
+
- Keep wheel and trackpad scrolling in a locked render from redirecting new tabs away from the logically focused pane.
|
|
21
|
+
- Align per-file and directory stage controls with their source-control group action.
|
|
22
|
+
- Refresh file-tree Git decorations whenever the file tree is refreshed manually.
|
package/README.md
CHANGED
|
@@ -44,7 +44,10 @@ puddle launch
|
|
|
44
44
|
|
|
45
45
|
This installs the Puddle daemon under `~/.puddle` and serves the GUI at `http://localhost:7433`.
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
Ctrl-C normally closes only the GUI while agent sessions keep running. On an SSH host that reaps
|
|
48
|
+
detached processes, Puddle instead keeps the daemon attached to the cockpit; closing it interrupts
|
|
49
|
+
live processes. The next `puddle launch` restarts the daemon from the host's persistent state and,
|
|
50
|
+
when auto-resume is enabled (the default), restores the interrupted sessions.
|
|
48
51
|
|
|
49
52
|
**Daemon-only installs:**
|
|
50
53
|
|
|
@@ -78,7 +81,10 @@ xattr -dr com.apple.quarantine /Applications/Puddle.app
|
|
|
78
81
|
|
|
79
82
|
Building from source avoids the dance entirely (locally built apps are never quarantined): `pnpm build && pnpm --filter @puddle/desktop dist`.
|
|
80
83
|
|
|
81
|
-
**Host requirements**: Linux
|
|
84
|
+
**Host requirements**: Linux with glibc 2.28+ (Ubuntu 20.04+, Debian 11+, RHEL/Rocky 8+;
|
|
85
|
+
Alpine is not supported) or macOS, with `git` and `curl`, plus whichever agent CLIs you want on
|
|
86
|
+
`PATH`. The client side works from any OS with a browser and `ssh` (Windows works, with repeated
|
|
87
|
+
auth prompts unless you use a key).
|
|
82
88
|
|
|
83
89
|
## How it works
|
|
84
90
|
|
|
@@ -117,7 +123,13 @@ node packages/cli/dist/index.js start --tarball dist-release/puddled-v*.tar.gz -
|
|
|
117
123
|
|
|
118
124
|
`--tarball` sets the install _source_ only, and is consulted **only when the CLI actually installs the daemon** — when none is running, the daemon is stopped, or a protocol-major upgrade fires. If a compatible daemon (same protocol major) is already up, `start` just serves the cockpit against it and **the tarball is ignored** (even a newer app version — nothing compares app versions). So to load a fresh dev build over a running daemon you must **stop it first** (see _Kill_ below), then re-run `start --tarball …`. `--foreground` keeps the cockpit attached (`connect <user>@<host> --tarball …` is the remote form). Both clients share one `~/.puddle` daemon and cockpit registry, so `puddle list` / `puddle kill` see either — don't point both at the same host at once. (Never launch the daemon from inside a coding-agent shell: it inherits the agent's env and breaks conversation resume — use a plain terminal.)
|
|
119
125
|
|
|
120
|
-
**Kill.** `puddle kill --all` (or Ctrl-C in a `--foreground` run) stops the local cockpit
|
|
126
|
+
**Kill.** `puddle kill --all` (or Ctrl-C in a `--foreground` run) normally stops the local cockpit
|
|
127
|
+
UI only; a supervised daemon and its sessions keep running. When launch reported that it is keeping
|
|
128
|
+
the daemon attached over SSH, killing that cockpit cleanly interrupts its processes instead; the
|
|
129
|
+
next launch reconciles them from `~/.puddle` and auto-resumes them when that host setting is enabled.
|
|
130
|
+
A supervised daemon is auto-restarting
|
|
131
|
+
(launchd `KeepAlive`, systemd `Restart=always`), so a plain `kill <pid>` bounces straight back — stop
|
|
132
|
+
it through its supervisor:
|
|
121
133
|
|
|
122
134
|
```sh
|
|
123
135
|
launchctl bootout gui/$(id -u)/dev.puddle.puddled # macOS (launchd)
|