@blade-hq/agent-kit 1.0.27 → 1.0.28

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/dist/{chunk-X2NJKKXR.js → chunk-BGNKHPCD.js} +213 -40
  2. package/dist/chunk-BGNKHPCD.js.map +1 -0
  3. package/dist/{chunk-M72OL7ZJ.js → chunk-HCQDDDOX.js} +2 -2
  4. package/dist/{chunk-TE6G6NVX.js → chunk-OGHUIKCY.js} +3 -3
  5. package/dist/{chunk-C2FKVGJU.js → chunk-PYYDXV2A.js} +2 -2
  6. package/dist/{chunk-JU5SL4HP.js → chunk-TVWC3PED.js} +2 -2
  7. package/dist/{chunk-SBASG3M2.js → chunk-UWNQ4PXK.js} +4 -1101
  8. package/dist/chunk-UWNQ4PXK.js.map +1 -0
  9. package/dist/{chunk-34GDDOWY.js → chunk-YJ6BX3FU.js} +1379 -31
  10. package/dist/chunk-YJ6BX3FU.js.map +1 -0
  11. package/dist/client/blade-client.d.ts +2 -0
  12. package/dist/client/index.d.ts +1 -0
  13. package/dist/client/index.js +3 -1
  14. package/dist/client/resources/app-dev-templates.d.ts +93 -0
  15. package/dist/client/resources/models.d.ts +3 -0
  16. package/dist/{react → client/shared}/projection/builder.d.ts +1 -1
  17. package/dist/{react → client/shared}/projection/helpers.d.ts +1 -1
  18. package/dist/client/shared/projection/history.d.ts +12 -0
  19. package/dist/{react → client/shared}/projection/index.d.ts +1 -0
  20. package/dist/{react → client/shared}/projection/state.d.ts +1 -1
  21. package/dist/client/types/index.d.ts +2 -2
  22. package/dist/client/types/rest.d.ts +1010 -29
  23. package/dist/client/types/socket-events.d.ts +18 -132
  24. package/dist/react/api/app-dev-templates.d.ts +5 -0
  25. package/dist/react/api/model-config.d.ts +68 -0
  26. package/dist/react/api/models.d.ts +2 -0
  27. package/dist/react/api/published-apps.js +3 -3
  28. package/dist/react/api/sessions.js +2 -2
  29. package/dist/react/components/chat/ChatView.d.ts +3 -1
  30. package/dist/react/components/chat/MessageList.d.ts +3 -1
  31. package/dist/react/components/chat/index.js +5 -5
  32. package/dist/react/components/chat/scroll-anchor.d.ts +8 -0
  33. package/dist/react/components/plan/index.js +4 -4
  34. package/dist/react/components/session/index.js +3 -3
  35. package/dist/react/components/workspace/index.js +3 -3
  36. package/dist/react/hooks/use-model-preferences.d.ts +1 -0
  37. package/dist/react/hooks/use-resolved-model.d.ts +1 -0
  38. package/dist/react/index.d.ts +3 -0
  39. package/dist/react/index.js +87 -7
  40. package/dist/react/index.js.map +1 -1
  41. package/package.json +1 -1
  42. package/dist/chunk-34GDDOWY.js.map +0 -1
  43. package/dist/chunk-SBASG3M2.js.map +0 -1
  44. package/dist/chunk-X2NJKKXR.js.map +0 -1
  45. /package/dist/{chunk-M72OL7ZJ.js.map → chunk-HCQDDDOX.js.map} +0 -0
  46. /package/dist/{chunk-TE6G6NVX.js.map → chunk-OGHUIKCY.js.map} +0 -0
  47. /package/dist/{chunk-C2FKVGJU.js.map → chunk-PYYDXV2A.js.map} +0 -0
  48. /package/dist/{chunk-JU5SL4HP.js.map → chunk-TVWC3PED.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getClient
3
- } from "./chunk-SBASG3M2.js";
3
+ } from "./chunk-UWNQ4PXK.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-PZ5AY32C.js";
@@ -20,4 +20,4 @@ export {
20
20
  unpublishApp,
21
21
  published_apps_exports
22
22
  };
23
- //# sourceMappingURL=chunk-M72OL7ZJ.js.map
23
+ //# sourceMappingURL=chunk-HCQDDDOX.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getSessionFilePath,
3
3
  resolveSessionFilePreviewTarget
4
- } from "./chunk-C2FKVGJU.js";
4
+ } from "./chunk-PYYDXV2A.js";
5
5
  import {
6
6
  CardJSON,
7
7
  cardRegistry
@@ -10,7 +10,7 @@ import {
10
10
  formatToolName,
11
11
  getAuthedUrl,
12
12
  useUiStore
13
- } from "./chunk-SBASG3M2.js";
13
+ } from "./chunk-UWNQ4PXK.js";
14
14
  import {
15
15
  cn,
16
16
  copyToClipboard
@@ -1937,4 +1937,4 @@ export {
1937
1937
  PlanSummaryCard,
1938
1938
  extractLatestPlanMessages
1939
1939
  };
1940
- //# sourceMappingURL=chunk-TE6G6NVX.js.map
1940
+ //# sourceMappingURL=chunk-OGHUIKCY.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  apiFetchResponse,
3
3
  getAuthedUrl
4
- } from "./chunk-SBASG3M2.js";
4
+ } from "./chunk-UWNQ4PXK.js";
5
5
 
6
6
  // src/react/lib/session-file-preview.ts
7
7
  var IMAGE_EXTS = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "gif", "svg", "webp", "ico", "bmp"]);
@@ -117,4 +117,4 @@ export {
117
117
  resolveTextPreviewType,
118
118
  resolveSessionFilePreviewTarget
119
119
  };
120
- //# sourceMappingURL=chunk-C2FKVGJU.js.map
120
+ //# sourceMappingURL=chunk-PYYDXV2A.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  useSessionStore
3
- } from "./chunk-SBASG3M2.js";
3
+ } from "./chunk-UWNQ4PXK.js";
4
4
 
5
5
  // src/react/hooks/use-session.ts
6
6
  function useSession() {
@@ -27,4 +27,4 @@ function useSession() {
27
27
  export {
28
28
  useSession
29
29
  };
30
- //# sourceMappingURL=chunk-JU5SL4HP.js.map
30
+ //# sourceMappingURL=chunk-TVWC3PED.js.map