@poncho-ai/cli 0.25.1 → 0.25.3

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.25.1 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.25.3 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
11
- ESM dist/run-interactive-ink-FTMLIBHL.js 56.74 KB
12
10
  ESM dist/index.js 857.00 B
13
- ESM dist/chunk-WB6NYF5X.js 412.47 KB
14
- ESM ⚡️ Build success in 113ms
11
+ ESM dist/cli.js 94.00 B
12
+ ESM dist/chunk-X6E6KPIR.js 412.69 KB
13
+ ESM dist/run-interactive-ink-DCK6IC6G.js 56.74 KB
14
+ ESM ⚡️ Build success in 80ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 7869ms
16
+ DTS ⚡️ Build success in 3491ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.70 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.25.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`63f0ad5`](https://github.com/cesr/poncho-ai/commit/63f0ad509c3e673244b514341aec556a23ba5c9f) Thanks [@cesr](https://github.com/cesr)! - Fix channel-targeted cron jobs returning "no known chats" when using KV conversation stores (Upstash, Vercel KV). The listSummaries call now passes the owner ID so the KV store can look up conversations.
8
+
9
+ ## 0.25.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`6e56468`](https://github.com/cesr/poncho-ai/commit/6e564680ce24394e59086907affc0bf29f073e32) Thanks [@cesr](https://github.com/cesr)! - Add no-cache headers to vercel.json for API routes to prevent Vercel edge from caching dynamic endpoints.
14
+
3
15
  ## 0.25.1
4
16
 
5
17
  ### Patch Changes