@poncho-ai/cli 0.34.0 → 0.34.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.34.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.34.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
@@ -7,12 +7,12 @@
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
- ESM dist/run-interactive-ink-DYCMDTTJ.js 56.86 KB
11
- ESM dist/index.js 917.00 B
12
10
  ESM dist/cli.js 94.00 B
11
+ ESM dist/index.js 917.00 B
12
+ ESM dist/run-interactive-ink-DYCMDTTJ.js 56.86 KB
13
13
  ESM dist/chunk-C5XPPHBB.js 530.96 KB
14
- ESM ⚡️ Build success in 72ms
14
+ ESM ⚡️ Build success in 75ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4522ms
16
+ DTS ⚡️ Build success in 4619ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 7.07 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.34.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fb7ee97`](https://github.com/cesr/poncho-ai/commit/fb7ee97f7df0dda7318a7e59565e0b53285f10c4)]:
8
+ - @poncho-ai/messaging@0.8.0
9
+
10
+ ## 0.34.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`d8fe87c`](https://github.com/cesr/poncho-ai/commit/d8fe87c68d42878829422750f98e3c70a425e3e3) Thanks [@cesr](https://github.com/cesr)! - fix: OTLP trace exporter reliability and error visibility
15
+ - Use provider instance directly instead of global `trace.getTracer()` to avoid silent failure when another library registers a tracer provider first
16
+ - Append `/v1/traces` to base OTLP endpoints so users can pass either the base URL or the full signal-specific URL
17
+ - Surface HTTP status code and response body on export failures
18
+ - Enable OTel diagnostic logger at WARN level for internal SDK errors
19
+
20
+ - Updated dependencies [[`d8fe87c`](https://github.com/cesr/poncho-ai/commit/d8fe87c68d42878829422750f98e3c70a425e3e3)]:
21
+ - @poncho-ai/harness@0.33.1
22
+
3
23
  ## 0.34.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/cli",
3
- "version": "0.34.0",
3
+ "version": "0.34.2",
4
4
  "description": "CLI for building and deploying AI agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  "react": "^19.2.4",
28
28
  "react-devtools-core": "^6.1.5",
29
29
  "yaml": "^2.8.1",
30
- "@poncho-ai/harness": "0.33.0",
31
- "@poncho-ai/sdk": "1.7.1",
32
- "@poncho-ai/messaging": "0.7.10"
30
+ "@poncho-ai/harness": "0.33.1",
31
+ "@poncho-ai/messaging": "0.8.0",
32
+ "@poncho-ai/sdk": "1.7.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/busboy": "^1.5.4",