@poncho-ai/cli 0.32.4 → 0.32.6

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.32.4 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.32.6 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/index.js 857.00 B
12
- ESM dist/run-interactive-ink-GPCI4L6G.js 56.86 KB
13
- ESM dist/chunk-F6NA3N2R.js 524.82 KB
14
- ESM ⚡️ Build success in 66ms
11
+ ESM dist/run-interactive-ink-LAL4PQVD.js 56.86 KB
12
+ ESM dist/index.js 917.00 B
13
+ ESM dist/chunk-OJGEUTDF.js 535.48 KB
14
+ ESM ⚡️ Build success in 79ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4059ms
16
+ DTS ⚡️ Build success in 4402ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
- DTS dist/index.d.ts 4.16 KB
18
+ DTS dist/index.d.ts 6.85 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.32.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#61](https://github.com/cesr/poncho-ai/pull/61) [`0a51abe`](https://github.com/cesr/poncho-ai/commit/0a51abec12191397fd36ab1fd4feca7460489e33) Thanks [@cesr](https://github.com/cesr)! - Fix /new command on Telegram in serverless environments: persist conversation reset to the store so it survives cold starts.
8
+
9
+ - Updated dependencies [[`0a51abe`](https://github.com/cesr/poncho-ai/commit/0a51abec12191397fd36ab1fd4feca7460489e33)]:
10
+ - @poncho-ai/messaging@0.7.7
11
+
12
+ ## 0.32.5
13
+
14
+ ### Patch Changes
15
+
16
+ - Unify conversation run orchestration: route all message vectors through a shared executor with canonical history resolution, fixing approval loops, stale messaging context, and subagent callback reliability.
17
+
3
18
  ## 0.32.4
4
19
 
5
20
  ### Patch Changes