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.
Files changed (48) hide show
  1. package/apps/server/package.json +1 -1
  2. package/apps/web/.next/BUILD_ID +1 -1
  3. package/apps/web/.next/app-build-manifest.json +6 -6
  4. package/apps/web/.next/app-path-routes-manifest.json +1 -1
  5. package/apps/web/.next/build-manifest.json +2 -2
  6. package/apps/web/.next/cache/.previewinfo +1 -1
  7. package/apps/web/.next/cache/.rscinfo +1 -1
  8. package/apps/web/.next/cache/.tsbuildinfo +1 -1
  9. package/apps/web/.next/cache/config.json +3 -3
  10. package/apps/web/.next/cache/eslint/.cache_j3uhuz +1 -1
  11. package/apps/web/.next/cache/webpack/client-production/0.pack +0 -0
  12. package/apps/web/.next/cache/webpack/client-production/index.pack +0 -0
  13. package/apps/web/.next/cache/webpack/edge-server-production/index.pack +0 -0
  14. package/apps/web/.next/cache/webpack/server-production/0.pack +0 -0
  15. package/apps/web/.next/cache/webpack/server-production/index.pack +0 -0
  16. package/apps/web/.next/prerender-manifest.json +9 -9
  17. package/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/apps/web/.next/server/app/_not-found.html +1 -1
  19. package/apps/web/.next/server/app/_not-found.rsc +2 -2
  20. package/apps/web/.next/server/app/index.html +1 -1
  21. package/apps/web/.next/server/app/index.rsc +3 -3
  22. package/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
  23. package/apps/web/.next/server/app/project/[id]/page.js +1 -1
  24. package/apps/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
  25. package/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  26. package/apps/web/.next/server/app/settings.html +1 -1
  27. package/apps/web/.next/server/app/settings.rsc +2 -2
  28. package/apps/web/.next/server/app-paths-manifest.json +1 -1
  29. package/apps/web/.next/server/pages/404.html +1 -1
  30. package/apps/web/.next/server/pages/500.html +1 -1
  31. package/apps/web/.next/server/server-reference-manifest.json +1 -1
  32. package/apps/web/.next/static/chunks/87-e65fb39b36fc5ac8.js +1 -0
  33. package/apps/web/.next/static/chunks/app/page-8310956d8eae9762.js +1 -0
  34. package/apps/web/.next/static/chunks/app/project/[id]/page-3d9d2622b2801ab0.js +1 -0
  35. package/apps/web/.next/static/css/b92103813bcb2a3c.css +3 -0
  36. package/apps/web/.next/trace +18 -18
  37. package/apps/web/package.json +1 -1
  38. package/apps/web/src/components/chat/MessageInput.tsx +5 -8
  39. package/apps/web/src/components/chat/QueuePreview.tsx +98 -0
  40. package/apps/web/src/components/chat/StreamingMessage.tsx +126 -20
  41. package/apps/web/src/stores/useChatStore.ts +26 -6
  42. package/package.json +1 -1
  43. package/apps/web/.next/static/chunks/574-8fbf7d67ac55f996.js +0 -1
  44. package/apps/web/.next/static/chunks/app/page-637614a00e18faa8.js +0 -1
  45. package/apps/web/.next/static/chunks/app/project/[id]/page-c28098a9b8a94336.js +0 -1
  46. package/apps/web/.next/static/css/0a24552d9794f8c8.css +0 -3
  47. /package/apps/web/.next/static/{_uY1B78_jnG7JywlmeEpm → 91tvQbwE6MrVEkEolpLDW}/_buildManifest.js +0 -0
  48. /package/apps/web/.next/static/{_uY1B78_jnG7JywlmeEpm → 91tvQbwE6MrVEkEolpLDW}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudeship/server",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "dev": "nest start --watch",
@@ -1 +1 @@
1
- _uY1B78_jnG7JywlmeEpm
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/0a24552d9794f8c8.css",
15
+ "static/css/b92103813bcb2a3c.css",
16
16
  "static/chunks/app/layout-2079789d2a8cf3e0.js"
17
17
  ],
18
- "/project/[id]/page": [
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/574-8fbf7d67ac55f996.js",
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/app/page-637614a00e18faa8.js"
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
- "/project/[id]/page": "/project/[id]",
4
3
  "/page": "/",
4
+ "/project/[id]/page": "/project/[id]",
5
5
  "/settings/page": "/settings"
6
6
  }
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/_uY1B78_jnG7JywlmeEpm/_buildManifest.js",
9
- "static/_uY1B78_jnG7JywlmeEpm/_ssgManifest.js"
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":"82fe5165fe3e3e86ac0fe51e55d2da09","previewModeSigningKey":"da66ca67b9bb660cb105daca1050e631d1e0177038dbd54cb7d65bc860ee0504","previewModeEncryptionKey":"e08f028092c4dd01bec5ab488e984de4089a548afd62b53616842645a506d314","expireAt":1768900546746}
1
+ {"previewModeId":"46bc41e33ba445936223f15ab4c5243e","previewModeSigningKey":"292f66405d4bf4f99e7b633a855fb141d7919eab75c78f252581f63ad591065e","previewModeEncryptionKey":"263e77f161909c58b6ab15491c820a7ecb88b9e3702379dd58d559aac99d811c","expireAt":1769143253470}
@@ -1 +1 @@
1
- {"encryption.key":"NHZaRkxH32942ShuBqAnLpqt+c85ocCrQdFvFDwZKYc=","encryption.expire_at":1768900546553}
1
+ {"encryption.key":"HazbWkrrPVm722I4c4KVDNlhNW+NYVA3LyK3esu2yXI=","encryption.expire_at":1769143253313}