@poncho-ai/cli 0.30.0 → 0.30.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.30.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.30.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
@@ -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/run-interactive-ink-FUMHN6DS.js 56.86 KB
11
12
  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
13
+ ESM dist/chunk-FA546WPW.js 490.84 KB
14
+ ESM ⚡️ Build success in 71ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4145ms
16
+ DTS ⚡️ Build success in 4822ms
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,33 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.30.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`98df42f`](https://github.com/cesr/poncho-ai/commit/98df42f79e0a376d0a864598557758bfa644039d) Thanks [@cesr](https://github.com/cesr)! - Fix serverless subagent and continuation reliability
8
+ - Use stable internal secret across serverless instances for callback auth
9
+ - Wrap continuation self-fetches in waitUntil to survive function shutdown
10
+ - Set runStatus during callback re-runs so clients detect active processing
11
+ - Add post-streaming soft deadline check to catch long model responses
12
+ - Client auto-recovers from abrupt stream termination and orphaned continuations
13
+ - Fix callback continuation losing \_continuationMessages when no pending results
14
+
15
+ - Updated dependencies [[`98df42f`](https://github.com/cesr/poncho-ai/commit/98df42f79e0a376d0a864598557758bfa644039d)]:
16
+ - @poncho-ai/harness@0.28.2
17
+
18
+ ## 0.30.1
19
+
20
+ ### Patch Changes
21
+
22
+ - [`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.
23
+
24
+ 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.
25
+
26
+ - Updated dependencies [[`4d50ad9`](https://github.com/cesr/poncho-ai/commit/4d50ad970886c9d3635ec36a407514c91ce6a71a)]:
27
+ - @poncho-ai/harness@0.28.1
28
+ - @poncho-ai/sdk@1.6.1
29
+ - @poncho-ai/messaging@0.7.2
30
+
3
31
  ## 0.30.0
4
32
 
5
33
  ### Minor Changes