@puddle-code/cli 0.0.40 → 0.0.41

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 CHANGED
@@ -7,11 +7,8 @@ Past releases: see docs/changelogs/.
7
7
 
8
8
  # Changelog
9
9
 
10
- ## [0.0.40] — 2026-08-12
10
+ ## [0.0.41] — 2026-08-13
11
11
 
12
- ### Changed
12
+ ### Fixed
13
13
 
14
- - Show a read-only inline HEAD diff when an ordinary editor's dirty marker is clicked.
15
- - Double the breathing room between Monaco line numbers and dirty-diff markers without shifting source text.
16
- - Reveal clipped editor-tab filenames and source-control repository details with the constant-speed hover scroll used by History.
17
- - Allow directory rows in repository Changes trees to stage or unstage every contained entry.
14
+ - Preserve Codex and OpenCode conversations across daemon restarts by capturing only newly minted top-level agent session refs, repairing legacy refs by creation time, and preventing duplicate `(account, ref)` mappings.
package/dist/index.js CHANGED
@@ -19968,7 +19968,7 @@ import { readFileSync } from "node:fs";
19968
19968
  import { dirname, join as join2 } from "node:path";
19969
19969
  import { fileURLToPath } from "node:url";
19970
19970
  function cliVersion() {
19971
- if (true) return "0.0.40";
19971
+ if (true) return "0.0.41";
19972
19972
  const here = dirname(fileURLToPath(import.meta.url));
19973
19973
  for (const candidate of [
19974
19974
  join2(here, "..", "..", "package.json"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puddle-code/cli",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "puddle — self-hosted orchestrator for CLI coding agents: serves the cockpit UI and connects it to local or SSH hosts.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/PerceptronV/puddle-code#readme",