@poncho-ai/cli 0.33.1 → 0.33.2

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.2 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
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  ESM dist/cli.js 94.00 B
11
11
  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
12
+ ESM dist/run-interactive-ink-VS35YSBB.js 56.86 KB
13
+ ESM dist/chunk-QAUWCAWU.js 528.49 KB
14
+ ESM ⚡️ Build success in 67ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4592ms
16
+ DTS ⚡️ Build success in 4144ms
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,11 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.33.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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.
8
+
3
9
  ## 0.33.1
4
10
 
5
11
  ### Patch Changes