@poncho-ai/cli 0.22.5 → 0.23.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.22.5 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.23.0 build /Users/cesar/Dev/latitude/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/cli.js 94.00 B
11
- ESM dist/run-interactive-ink-XGAP77C6.js 55.30 KB
12
10
  ESM dist/index.js 857.00 B
13
- ESM dist/chunk-4PCDRYLJ.js 388.37 KB
14
- ESM ⚡️ Build success in 32ms
11
+ ESM dist/chunk-2TOKFVSU.js 389.99 KB
12
+ ESM dist/run-interactive-ink-YAQF2VNF.js 55.30 KB
13
+ ESM dist/cli.js 94.00 B
14
+ ESM ⚡️ Build success in 39ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2709ms
16
+ DTS ⚡️ Build success in 5171ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.59 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8ef9316`](https://github.com/cesr/poncho-ai/commit/8ef93165084b4df581e39a1581b1ead64b7b3f42) Thanks [@cesr](https://github.com/cesr)! - Add auto-continuation support for messaging adapters (Telegram, Slack, Resend) on serverless platforms. When `PONCHO_MAX_DURATION` is set, agent runs that hit the soft deadline now automatically resume with "Continue" messages, matching the web UI and client SDK behavior.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`8ef9316`](https://github.com/cesr/poncho-ai/commit/8ef93165084b4df581e39a1581b1ead64b7b3f42)]:
12
+ - @poncho-ai/messaging@0.5.0
13
+
3
14
  ## 0.22.5
4
15
 
5
16
  ### Patch Changes