@poncho-ai/cli 0.10.2 → 0.11.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.10.2 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.11.0 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/cli.js 94.00 B
11
- ESM dist/run-interactive-ink-Z3U5SV4C.js 51.43 KB
12
11
  ESM dist/index.js 857.00 B
13
- ESM dist/chunk-COLXQM6J.js 207.35 KB
14
- ESM ⚡️ Build success in 41ms
12
+ ESM dist/run-interactive-ink-QR3RIAJH.js 53.83 KB
13
+ ESM dist/chunk-6GFL3VYM.js 225.87 KB
14
+ ESM ⚡️ Build success in 50ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3023ms
16
+ DTS ⚡️ Build success in 3371ms
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,17 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`035e8b3`](https://github.com/cesr/poncho-ai/commit/035e8b300ac4de6e7cbc4e2ab6bd06cdfd0e1ae3) Thanks [@cesr](https://github.com/cesr)! - Add multimodal file support for agents — images, PDFs, and text files can be uploaded via the web UI, HTTP API, and terminal CLI. Includes pluggable upload storage (local, Vercel Blob, S3), write-behind caching, build-time dependency injection, and graceful handling of unsupported formats.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`035e8b3`](https://github.com/cesr/poncho-ai/commit/035e8b300ac4de6e7cbc4e2ab6bd06cdfd0e1ae3)]:
12
+ - @poncho-ai/sdk@1.0.0
13
+ - @poncho-ai/harness@0.12.0
14
+
3
15
  ## 0.10.2
4
16
 
5
17
  ### Patch Changes