@puddle-code/cli 0.2.9 → 0.2.10

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
@@ -4,16 +4,8 @@ Archived release changelog. Governance lives in CLAUDE.md §"Changelog disciplin
4
4
 
5
5
  # Changelog
6
6
 
7
- ## [0.2.9] — 2026-09-25
8
-
9
- ### Changed
10
-
11
- - Simplify mobile change review and show vertically stacked Before/After sections with line numbers, addition/deletion colours and changed-word highlights.
7
+ ## [0.2.10] — 2026-09-25
12
8
 
13
9
  ### Fixed
14
10
 
15
- - Clarify browser approval instructions with the Connected browsers settings path.
16
- - Insert a chosen mobile image's path into the composer draft when it was the last input used, instead of always into the terminal.
17
- - Remove the spurious gap between the Connected browsers and Host identity recovery disclosures.
18
- - Make the iOS spacebar trackpad send one arrow key per step in its direction, without exploding at line boundaries.
19
- - Keep the mobile keyboard focused during rapid terminal key-strip taps without duplicating commands, and raise it from any tap on the strip.
11
+ - Restore scrolling and drag selection in fullscreen Codex and other mouse-aware terminals after attachment or reconnect by preserving mouse encoding in terminal snapshots.
package/dist/index.js CHANGED
@@ -21553,7 +21553,7 @@ import { readFileSync as readFileSync4 } from "node:fs";
21553
21553
  import { dirname as dirname4, join as join5 } from "node:path";
21554
21554
  import { fileURLToPath as fileURLToPath2 } from "node:url";
21555
21555
  function cliVersion() {
21556
- if (true) return "0.2.9";
21556
+ if (true) return "0.2.10";
21557
21557
  const here = dirname4(fileURLToPath2(import.meta.url));
21558
21558
  for (const candidate of [
21559
21559
  join5(here, "..", "..", "package.json"),
@@ -21935,7 +21935,8 @@ var RELEASE_PROTOCOLS = {
21935
21935
  "0.2.6": { major: 21, minor: 2 },
21936
21936
  "0.2.7": { major: 21, minor: 3 },
21937
21937
  "0.2.8": { major: 22, minor: 0 },
21938
- "0.2.9": { major: 22, minor: 0 }
21938
+ "0.2.9": { major: 22, minor: 0 },
21939
+ "0.2.10": { major: 22, minor: 0 }
21939
21940
  };
21940
21941
  function validProtocol(value) {
21941
21942
  if (typeof value !== "object" || value === null) return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puddle-code/cli",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
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",