@poncho-ai/cli 0.34.0 → 0.34.1

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.1 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
@@ -8,11 +8,11 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/run-interactive-ink-DYCMDTTJ.js 56.86 KB
11
- ESM dist/index.js 917.00 B
12
11
  ESM dist/cli.js 94.00 B
12
+ ESM dist/index.js 917.00 B
13
13
  ESM dist/chunk-C5XPPHBB.js 530.96 KB
14
- ESM ⚡️ Build success in 72ms
14
+ ESM ⚡️ Build success in 78ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4522ms
16
+ DTS ⚡️ Build success in 4246ms
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,18 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.34.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d8fe87c`](https://github.com/cesr/poncho-ai/commit/d8fe87c68d42878829422750f98e3c70a425e3e3) Thanks [@cesr](https://github.com/cesr)! - fix: OTLP trace exporter reliability and error visibility
8
+ - Use provider instance directly instead of global `trace.getTracer()` to avoid silent failure when another library registers a tracer provider first
9
+ - Append `/v1/traces` to base OTLP endpoints so users can pass either the base URL or the full signal-specific URL
10
+ - Surface HTTP status code and response body on export failures
11
+ - Enable OTel diagnostic logger at WARN level for internal SDK errors
12
+
13
+ - Updated dependencies [[`d8fe87c`](https://github.com/cesr/poncho-ai/commit/d8fe87c68d42878829422750f98e3c70a425e3e3)]:
14
+ - @poncho-ai/harness@0.33.1
15
+
3
16
  ## 0.34.0
4
17
 
5
18
  ### 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.1",
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.7.10",
32
+ "@poncho-ai/sdk": "1.7.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/busboy": "^1.5.4",