@poncho-ai/cli 0.30.0 → 0.30.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.30.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.30.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
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  ESM dist/cli.js 94.00 B
11
11
  ESM dist/index.js 857.00 B
12
- ESM dist/run-interactive-ink-EMTC7MK7.js 56.86 KB
13
- ESM dist/chunk-5OLH7U3C.js 467.76 KB
14
- ESM ⚡️ Build success in 69ms
12
+ ESM dist/run-interactive-ink-ZSIGWFLZ.js 56.86 KB
13
+ ESM dist/chunk-UYZOJWGL.js 481.08 KB
14
+ ESM ⚡️ Build success in 64ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4145ms
16
+ DTS ⚡️ Build success in 3869ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
- DTS dist/index.d.ts 3.70 KB
18
+ DTS dist/index.d.ts 4.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.30.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4d50ad9`](https://github.com/cesr/poncho-ai/commit/4d50ad970886c9d3635ec36a407514c91ce6a71a) Thanks [@cesr](https://github.com/cesr)! - Improve callback-run reliability and streaming across subagent workflows, including safer concurrent approval handling and parent callback retriggers.
8
+
9
+ Add context window/token reporting through run completion events, improve cron/web UI rendering and approval streaming behavior, and harden built-in web search retry/throttle behavior.
10
+
11
+ - Updated dependencies [[`4d50ad9`](https://github.com/cesr/poncho-ai/commit/4d50ad970886c9d3635ec36a407514c91ce6a71a)]:
12
+ - @poncho-ai/harness@0.28.1
13
+ - @poncho-ai/sdk@1.6.1
14
+ - @poncho-ai/messaging@0.7.2
15
+
3
16
  ## 0.30.0
4
17
 
5
18
  ### Minor Changes