blink 0.1.91 → 0.1.92

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 (28) hide show
  1. package/dist/browser/agent/client/index.cjs +1 -1
  2. package/dist/browser/agent/client/index.js +1 -1
  3. package/dist/cli/{auth-DpiyIVyb.js → auth-DjAEZyZZ.js} +18 -17
  4. package/dist/cli/{chat-COey7v82.js → chat-DOA1hSTm.js} +1 -1
  5. package/dist/cli/{run-agent-BVF1YDCN.js → chat-manager-Crb5wc0l.js} +8 -8
  6. package/dist/cli/{dev-DPi0w-yZ.js → dev-LbQr0Fws.js} +96 -88
  7. package/dist/cli/index.js +6 -6
  8. package/dist/cli/{init-m-BdPD26.js → init-iySs9KUe.js} +1 -1
  9. package/dist/cli/login-DTwQcbaT.js +1 -0
  10. package/dist/cli/{main-DSwQ2okO.js → main-BdSSlDIs.js} +5 -5
  11. package/dist/cli/{open-ydKPp-AQ.js → open-DCYivxgo.js} +1 -1
  12. package/dist/cli/run-KAT6MOpw.js +1 -0
  13. package/dist/node/agent/index.node.cjs +1 -1
  14. package/dist/node/agent/index.node.d.cts +1 -1
  15. package/dist/node/agent/index.node.d.ts +1 -1
  16. package/dist/node/agent/index.node.js +1 -1
  17. package/dist/node/{index.node-9Ne6ij69.cjs → index.node-DlfrLUZ3.cjs} +4 -4
  18. package/dist/node/{index.node-B8u-uZx1.d.ts → index.node-GlFXJEaB.d.ts} +7 -17
  19. package/dist/node/{index.node-WvPABjgt.js → index.node-hG-farUz.js} +4 -4
  20. package/dist/node/{index.node-CFD7trD8.d.cts → index.node-ztcay7c1.d.cts} +7 -17
  21. package/dist/node/react/index.node.cjs +134 -129
  22. package/dist/node/react/index.node.d.cts +93 -23
  23. package/dist/node/react/index.node.d.ts +93 -23
  24. package/dist/node/react/index.node.js +60 -55
  25. package/package.json +1 -1
  26. package/dist/cli/login-CoiO1E6k.js +0 -1
  27. package/dist/cli/run-zYfUW2Ad.js +0 -1
  28. /package/dist/cli/{dist-wyfWuz5A.js → dist-BNbSDxaw.js} +0 -0
@@ -2,7 +2,6 @@ import { Chat, ChatHandler, Context, Promisable, UIHandler } from "./index.brows
2
2
  import * as http$1 from "http";
3
3
  import { UIMessage } from "ai";
4
4
  import * as hono_utils_http_status0 from "hono/utils/http-status";
5
- import * as hono_types0 from "hono/types";
6
5
  import * as hono_hono_base0 from "hono/hono-base";
7
6
  import * as _ai_sdk_provider0 from "@ai-sdk/provider";
8
7
 
@@ -62,16 +61,7 @@ declare const api: hono_hono_base0.HonoBase<{
62
61
  context: Context;
63
62
  };
64
63
  }, {
65
- "*": {
66
- $all: {
67
- input: {};
68
- output: {};
69
- outputFormat: string;
70
- status: hono_utils_http_status0.StatusCode;
71
- };
72
- };
73
- } | (hono_types0.MergeSchemaPath<{
74
- "/chat": {
64
+ "/_agent/chat": {
75
65
  $post: {
76
66
  input: {
77
67
  json: {
@@ -85,7 +75,7 @@ declare const api: hono_hono_base0.HonoBase<{
85
75
  };
86
76
  };
87
77
  } & {
88
- "/capabilities": {
78
+ "/_agent/capabilities": {
89
79
  $get: {
90
80
  input: {};
91
81
  output: {
@@ -99,7 +89,7 @@ declare const api: hono_hono_base0.HonoBase<{
99
89
  };
100
90
  };
101
91
  } & {
102
- "/health": {
92
+ "/_agent/health": {
103
93
  $get: {
104
94
  input: {};
105
95
  output: "OK";
@@ -108,7 +98,7 @@ declare const api: hono_hono_base0.HonoBase<{
108
98
  };
109
99
  };
110
100
  } & {
111
- "/ui": {
101
+ "/_agent/ui": {
112
102
  $get: {
113
103
  input: {};
114
104
  output: {
@@ -147,7 +137,7 @@ declare const api: hono_hono_base0.HonoBase<{
147
137
  };
148
138
  };
149
139
  } & {
150
- "/flush-otel": {
140
+ "/_agent/flush-otel": {
151
141
  $post: {
152
142
  input: {};
153
143
  output: null;
@@ -155,7 +145,7 @@ declare const api: hono_hono_base0.HonoBase<{
155
145
  status: 204;
156
146
  };
157
147
  };
158
- }, "/_agent"> & {
148
+ } & {
159
149
  "*": {
160
150
  $all: {
161
151
  input: {};
@@ -164,7 +154,7 @@ declare const api: hono_hono_base0.HonoBase<{
164
154
  status: hono_utils_http_status0.StatusCode;
165
155
  };
166
156
  };
167
- }), "/">;
157
+ }, "/">;
168
158
  /**
169
159
  * model returns an AI-SDK model provider that can be
170
160
  * used with `streamText`, `generateText`, etc.