@poncho-ai/cli 0.9.2 → 0.9.4

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.2 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.9.4 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
10
11
  ESM dist/run-interactive-ink-WBPOSHHC.js 18.37 KB
11
12
  ESM dist/index.js 857.00 B
12
- ESM dist/cli.js 94.00 B
13
13
  ESM dist/chunk-HYTF3H3J.js 206.86 KB
14
- ESM ⚡️ Build success in 69ms
14
+ ESM ⚡️ Build success in 28ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2944ms
16
+ DTS ⚡️ Build success in 2900ms
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,27 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Reduce serverless warnings when loading TypeScript skill scripts.
8
+
9
+ 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.
10
+
11
+ - Updated dependencies []:
12
+ - @poncho-ai/harness@0.10.3
13
+
14
+ ## 0.9.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Improve runtime loading of `poncho.config.js` in serverless environments.
19
+
20
+ The harness now falls back to `jiti` when native ESM import of `poncho.config.js` fails, allowing deploys where bundlers/runtime packaging treat project `.js` files as CommonJS. The CLI patch picks up the updated harness runtime.
21
+
22
+ - Updated dependencies []:
23
+ - @poncho-ai/harness@0.10.2
24
+
3
25
  ## 0.9.2
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/cli",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "CLI for building and deploying AI agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "react": "^19.2.4",
26
26
  "react-devtools-core": "^6.1.5",
27
27
  "yaml": "^2.8.1",
28
- "@poncho-ai/harness": "0.10.1",
28
+ "@poncho-ai/harness": "0.10.3",
29
29
  "@poncho-ai/sdk": "0.5.0"
30
30
  },
31
31
  "devDependencies": {