@poncho-ai/cli 0.30.7 → 0.31.0

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.7 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.31.0 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-NV6LIQWU.js 56.86 KB
13
- ESM dist/chunk-NPD5GM5C.js 492.77 KB
14
- ESM ⚡️ Build success in 66ms
12
+ ESM dist/run-interactive-ink-OKE5AV3N.js 56.86 KB
13
+ ESM dist/chunk-73C227HM.js 514.22 KB
14
+ ESM ⚡️ Build success in 88ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3963ms
16
+ DTS ⚡️ Build success in 3960ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 4.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`193c367`](https://github.com/cesr/poncho-ai/commit/193c367568dce22a470dff6acd022c221be3b722) Thanks [@cesr](https://github.com/cesr)! - Unified continuation logic across all entry points (chat, cron, subagents, SDK) with mid-stream soft deadline checkpointing and proper context preservation across continuation boundaries.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`193c367`](https://github.com/cesr/poncho-ai/commit/193c367568dce22a470dff6acd022c221be3b722)]:
12
+ - @poncho-ai/harness@0.30.0
13
+ - @poncho-ai/sdk@1.6.3
14
+ - @poncho-ai/messaging@0.7.4
15
+
16
+ ## 0.30.8
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`eb661a5`](https://github.com/cesr/poncho-ai/commit/eb661a554da6839702651671db8a8820ceb13f35)]:
21
+ - @poncho-ai/harness@0.29.0
22
+ - @poncho-ai/sdk@1.6.2
23
+ - @poncho-ai/messaging@0.7.3
24
+
3
25
  ## 0.30.7
4
26
 
5
27
  ### Patch Changes