@poncho-ai/cli 0.32.3 → 0.32.5

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.3 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.32.5 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/index.js 857.00 B
11
- ESM dist/run-interactive-ink-GD3IRICQ.js 56.86 KB
12
10
  ESM dist/cli.js 94.00 B
13
- ESM dist/chunk-TQRPRFR3.js 522.85 KB
14
- ESM ⚡️ Build success in 66ms
11
+ ESM dist/index.js 917.00 B
12
+ ESM dist/run-interactive-ink-VGKSZJDO.js 56.86 KB
13
+ ESM dist/chunk-LVWNWMNE.js 534.94 KB
14
+ ESM ⚡️ Build success in 73ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4029ms
16
+ DTS ⚡️ Build success in 4346ms
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,19 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.32.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+
9
+ ## 0.32.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#58](https://github.com/cesr/poncho-ai/pull/58) [`07aad37`](https://github.com/cesr/poncho-ai/commit/07aad371ae5152199347bab11ed5c6270086db2b) Thanks [@cesr](https://github.com/cesr)! - Fix messaging conversation consistency for Telegram and other adapter-backed channels.
14
+
15
+ This serializes per-conversation messaging runs to avoid stale concurrent context, refreshes latest conversation history before each run, and normalizes internal assistant tool-call payloads in API conversation responses for cleaner Web UI rendering.
16
+
3
17
  ## 0.32.3
4
18
 
5
19
  ### Patch Changes