@poncho-ai/cli 0.16.0 → 0.16.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @poncho-ai/cli@0.16.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.16.1 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
3
3
  > tsup src/index.ts src/cli.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -8,11 +8,11 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/cli.js 94.00 B
11
- ESM dist/run-interactive-ink-2JQJDP7W.js 55.30 KB
12
11
  ESM dist/index.js 857.00 B
12
+ ESM dist/run-interactive-ink-2JQJDP7W.js 55.30 KB
13
13
  ESM dist/chunk-XT5HPFIW.js 328.07 KB
14
- ESM ⚡️ Build success in 55ms
14
+ ESM ⚡️ Build success in 58ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3513ms
16
+ DTS ⚡️ Build success in 3622ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.56 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix browser session reconnection, tab lifecycle management, and web UI panel state handling.
8
+
9
+ - Updated dependencies []:
10
+ - @poncho-ai/harness@0.15.1
11
+ - @poncho-ai/sdk@1.1.1
12
+ - @poncho-ai/messaging@0.2.4
13
+
3
14
  ## 0.16.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/cli",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "CLI for building and deploying AI agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  "react": "^19.2.4",
28
28
  "react-devtools-core": "^6.1.5",
29
29
  "yaml": "^2.8.1",
30
- "@poncho-ai/harness": "0.15.0",
31
- "@poncho-ai/messaging": "0.2.3",
32
- "@poncho-ai/sdk": "1.1.0"
30
+ "@poncho-ai/harness": "0.15.1",
31
+ "@poncho-ai/messaging": "0.2.4",
32
+ "@poncho-ai/sdk": "1.1.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/busboy": "^1.5.4",