@poncho-ai/cli 0.25.2 → 0.25.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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +12 -0
- package/dist/chunk-P52AKG7G.js +11127 -0
- package/dist/chunk-X6E6KPIR.js +11130 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/run-interactive-ink-DCK6IC6G.js +2112 -0
- package/dist/run-interactive-ink-SHDAT5RG.js +2112 -0
- package/package.json +3 -3
- package/src/index.ts +3 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @poncho-ai/cli@0.25.
|
|
2
|
+
> @poncho-ai/cli@0.25.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
|
[34mCLI[39m Building entry: src/cli.ts, src/index.ts
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
[34mCLI[39m tsup v8.5.1
|
|
8
8
|
[34mCLI[39m Target: es2022
|
|
9
9
|
[34mESM[39m Build start
|
|
10
|
+
[32mESM[39m [1mdist/run-interactive-ink-SHDAT5RG.js [22m[32m56.74 KB[39m
|
|
10
11
|
[32mESM[39m [1mdist/index.js [22m[32m857.00 B[39m
|
|
11
12
|
[32mESM[39m [1mdist/cli.js [22m[32m94.00 B[39m
|
|
12
|
-
[32mESM[39m [1mdist/
|
|
13
|
-
[32mESM[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in 349ms
|
|
13
|
+
[32mESM[39m [1mdist/chunk-P52AKG7G.js [22m[32m412.62 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 146ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 3213ms
|
|
17
17
|
[32mDTS[39m [1mdist/cli.d.ts [22m[32m20.00 B[39m
|
|
18
18
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.70 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @poncho-ai/cli
|
|
2
2
|
|
|
3
|
+
## 0.25.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`827eb1d`](https://github.com/cesr/poncho-ai/commit/827eb1d231c9d70febfb47cfe00af74d32b3badd) Thanks [@cesr](https://github.com/cesr)! - Revert unnecessary Cache-Control headers from JSON API responses (the root cause was a missing ownerId, not edge caching).
|
|
8
|
+
|
|
9
|
+
## 0.25.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`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.
|
|
14
|
+
|
|
3
15
|
## 0.25.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|