@poncho-ai/cli 0.33.1 → 0.33.3

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.33.1 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.33.3 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
@@ -7,12 +7,12 @@
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
- ESM dist/cli.js 94.00 B
11
10
  ESM dist/index.js 917.00 B
12
- ESM dist/run-interactive-ink-R4PHKIQR.js 56.86 KB
13
- ESM dist/chunk-IDGGF5WH.js 543.84 KB
14
- ESM ⚡️ Build success in 69ms
11
+ ESM dist/cli.js 94.00 B
12
+ ESM dist/run-interactive-ink-XQM7OIZT.js 56.86 KB
13
+ ESM dist/chunk-METMUDY6.js 528.87 KB
14
+ ESM ⚡️ Build success in 65ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4592ms
16
+ DTS ⚡️ Build success in 4296ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
- DTS dist/index.d.ts 7.01 KB
18
+ DTS dist/index.d.ts 7.07 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.33.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#71](https://github.com/cesr/poncho-ai/pull/71) [`3e5bf7e`](https://github.com/cesr/poncho-ai/commit/3e5bf7e527e394c5f823beac90712756e57cd491) Thanks [@cesr](https://github.com/cesr)! - Fix Telegram tool approval handler never persisting the approval decision, preventing the resume-from-checkpoint flow from triggering. Make answerCallbackQuery best-effort so transient fetch failures don't block approval processing.
8
+
9
+ - Updated dependencies [[`3e5bf7e`](https://github.com/cesr/poncho-ai/commit/3e5bf7e527e394c5f823beac90712756e57cd491)]:
10
+ - @poncho-ai/messaging@0.7.9
11
+
12
+ ## 0.33.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#70](https://github.com/cesr/poncho-ai/pull/70) [`909d9d8`](https://github.com/cesr/poncho-ai/commit/909d9d86cbd62837c77637b3d3334ac086570691) Thanks [@cesr](https://github.com/cesr)! - Unify conversation run paths into executeConversationTurn, reducing duplicated event handling and post-run persistence logic across all execution surfaces (Web UI, Telegram, cron, approvals, continuations). Net reduction of ~245 lines with no behavior changes.
17
+
3
18
  ## 0.33.1
4
19
 
5
20
  ### Patch Changes