@poncho-ai/cli 0.9.3 → 0.10.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.9.3 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.10.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
@@ -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-WBPOSHHC.js 18.37 KB
12
- ESM dist/chunk-HYTF3H3J.js 206.86 KB
13
11
  ESM dist/index.js 857.00 B
14
- ESM ⚡️ Build success in 33ms
12
+ ESM dist/chunk-MGR2GJMB.js 207.22 KB
13
+ ESM dist/run-interactive-ink-X7VHWGLT.js 51.43 KB
14
+ ESM ⚡️ Build success in 47ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3565ms
16
+ DTS ⚡️ Build success in 3838ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.36 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a1df23f`](https://github.com/cesr/poncho-ai/commit/a1df23f339d815c30948ebcd275209366a3d2a72) Thanks [@cesr](https://github.com/cesr)! - Add cooperative run cancellation: stop active runs via Ctrl+C (CLI), stop button (Web UI), or the /stop API endpoint. Partial output is preserved and empty assistant messages are skipped to prevent conversation corruption.
8
+
9
+ ### Patch Changes
10
+
11
+ - [`a95290e`](https://github.com/cesr/poncho-ai/commit/a95290e1bde10aa1dd2f668a5bcdb5201891552e) Thanks [@cesr](https://github.com/cesr)! - Render the interactive CLI mascot with high-fidelity truecolor terminal art and move mascot data into a dedicated module for maintainability.
12
+
13
+ - [`e61f479`](https://github.com/cesr/poncho-ai/commit/e61f479a839cf52db9b1a24d05d4eea637b0f4c5) Thanks [@cesr](https://github.com/cesr)! - Docs: highlight serverless-first positioning and clarify deployed agents run as stateless endpoints.
14
+
15
+ - [`a95290e`](https://github.com/cesr/poncho-ai/commit/a95290e1bde10aa1dd2f668a5bcdb5201891552e) Thanks [@cesr](https://github.com/cesr)! - Truncate long conversation titles in CLI /list output
16
+
17
+ - Updated dependencies [[`a1df23f`](https://github.com/cesr/poncho-ai/commit/a1df23f339d815c30948ebcd275209366a3d2a72)]:
18
+ - @poncho-ai/sdk@0.6.0
19
+ - @poncho-ai/harness@0.11.0
20
+
21
+ ## 0.9.4
22
+
23
+ ### Patch Changes
24
+
25
+ - Reduce serverless warnings when loading TypeScript skill scripts.
26
+
27
+ The harness now uses `jiti` first for `.ts/.mts/.cts` scripts in `run_skill_script`, avoiding Node's native ESM warning spam for TypeScript files in deployed environments.
28
+
29
+ - Updated dependencies []:
30
+ - @poncho-ai/harness@0.10.3
31
+
3
32
  ## 0.9.3
4
33
 
5
34
  ### Patch Changes