claudeship 0.2.18 → 0.2.20
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/apps/server/package.json +1 -1
- package/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/app-build-manifest.json +6 -6
- package/apps/web/.next/app-path-routes-manifest.json +1 -1
- package/apps/web/.next/build-manifest.json +2 -2
- package/apps/web/.next/cache/.previewinfo +1 -1
- package/apps/web/.next/cache/.rscinfo +1 -1
- package/apps/web/.next/cache/.tsbuildinfo +1 -1
- package/apps/web/.next/cache/config.json +3 -3
- package/apps/web/.next/cache/eslint/.cache_j3uhuz +1 -1
- package/apps/web/.next/cache/webpack/client-production/0.pack +0 -0
- package/apps/web/.next/cache/webpack/client-production/index.pack +0 -0
- package/apps/web/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/apps/web/.next/cache/webpack/server-production/0.pack +0 -0
- package/apps/web/.next/cache/webpack/server-production/index.pack +0 -0
- package/apps/web/.next/prerender-manifest.json +9 -9
- package/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/_not-found.html +1 -1
- package/apps/web/.next/server/app/_not-found.rsc +2 -2
- package/apps/web/.next/server/app/index.html +1 -1
- package/apps/web/.next/server/app/index.rsc +3 -3
- package/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/project/[id]/page.js +1 -1
- package/apps/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings.html +1 -1
- package/apps/web/.next/server/app/settings.rsc +2 -2
- package/apps/web/.next/server/app-paths-manifest.json +1 -1
- package/apps/web/.next/server/pages/404.html +1 -1
- package/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/apps/web/.next/static/chunks/87-e65fb39b36fc5ac8.js +1 -0
- package/apps/web/.next/static/chunks/app/page-8310956d8eae9762.js +1 -0
- package/apps/web/.next/static/chunks/app/project/[id]/page-3d9d2622b2801ab0.js +1 -0
- package/apps/web/.next/static/css/b92103813bcb2a3c.css +3 -0
- package/apps/web/.next/trace +18 -18
- package/apps/web/package.json +1 -1
- package/apps/web/src/components/chat/MessageInput.tsx +5 -8
- package/apps/web/src/components/chat/QueuePreview.tsx +98 -0
- package/apps/web/src/components/chat/StreamingMessage.tsx +126 -20
- package/apps/web/src/stores/useChatStore.ts +26 -6
- package/package.json +1 -1
- package/apps/web/.next/static/chunks/574-8fbf7d67ac55f996.js +0 -1
- package/apps/web/.next/static/chunks/app/page-637614a00e18faa8.js +0 -1
- package/apps/web/.next/static/chunks/app/project/[id]/page-c28098a9b8a94336.js +0 -1
- package/apps/web/.next/static/css/0a24552d9794f8c8.css +0 -3
- /package/apps/web/.next/static/{_uY1B78_jnG7JywlmeEpm → 91tvQbwE6MrVEkEolpLDW}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{_uY1B78_jnG7JywlmeEpm → 91tvQbwE6MrVEkEolpLDW}/_ssgManifest.js +0 -0
package/apps/server/package.json
CHANGED
package/apps/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
91tvQbwE6MrVEkEolpLDW
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
"static/chunks/c476d598-9099ed8b975ae1d6.js",
|
|
13
13
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
14
14
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/b92103813bcb2a3c.css",
|
|
16
16
|
"static/chunks/app/layout-2079789d2a8cf3e0.js"
|
|
17
17
|
],
|
|
18
|
-
"/
|
|
18
|
+
"/page": [
|
|
19
19
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
20
20
|
"static/chunks/c476d598-9099ed8b975ae1d6.js",
|
|
21
21
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
22
22
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
23
23
|
"static/chunks/992-806bad722ba16222.js",
|
|
24
|
-
"static/chunks/
|
|
25
|
-
"static/chunks/app/project/[id]/page-c28098a9b8a94336.js"
|
|
24
|
+
"static/chunks/app/page-8310956d8eae9762.js"
|
|
26
25
|
],
|
|
27
|
-
"/page": [
|
|
26
|
+
"/project/[id]/page": [
|
|
28
27
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
29
28
|
"static/chunks/c476d598-9099ed8b975ae1d6.js",
|
|
30
29
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
31
30
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
32
31
|
"static/chunks/992-806bad722ba16222.js",
|
|
33
|
-
"static/chunks/
|
|
32
|
+
"static/chunks/87-e65fb39b36fc5ac8.js",
|
|
33
|
+
"static/chunks/app/project/[id]/page-3d9d2622b2801ab0.js"
|
|
34
34
|
],
|
|
35
35
|
"/settings/page": [
|
|
36
36
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/91tvQbwE6MrVEkEolpLDW/_buildManifest.js",
|
|
9
|
+
"static/91tvQbwE6MrVEkEolpLDW/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"previewModeId":"
|
|
1
|
+
{"previewModeId":"46bc41e33ba445936223f15ab4c5243e","previewModeSigningKey":"292f66405d4bf4f99e7b633a855fb141d7919eab75c78f252581f63ad591065e","previewModeEncryptionKey":"263e77f161909c58b6ab15491c820a7ecb88b9e3702379dd58d559aac99d811c","expireAt":1769143253470}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"encryption.key":"
|
|
1
|
+
{"encryption.key":"HazbWkrrPVm722I4c4KVDNlhNW+NYVA3LyK3esu2yXI=","encryption.expire_at":1769143253313}
|