@marimo-team/frontend 0.23.17-dev56 → 0.23.17-dev57
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/dist/assets/{chat-panel-BDnyhVjN.js → chat-panel-ft0VIKS8.js} +1 -1
- package/dist/assets/{edit-page-DAT1WUBQ.js → edit-page-CZY24H-Q.js} +2 -2
- package/dist/assets/{index-3kyQds4V.js → index-DQHOhrjs.js} +2 -2
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/chat/chat-panel.tsx +2 -2
package/dist/index.html
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<marimo-server-token data-token="{{ server_token }}" hidden></marimo-server-token>
|
|
67
67
|
<!-- /TODO -->
|
|
68
68
|
<title>{{ title }}</title>
|
|
69
|
-
<script type="module" crossorigin src="./assets/index-
|
|
69
|
+
<script type="module" crossorigin src="./assets/index-DQHOhrjs.js"></script>
|
|
70
70
|
<link rel="modulepreload" crossorigin href="./assets/preload-helper-BPPi7vOr.js">
|
|
71
71
|
<link rel="modulepreload" crossorigin href="./assets/objects-CrbstYTV.js">
|
|
72
72
|
<link rel="modulepreload" crossorigin href="./assets/chunk-C4rtOYze.js">
|
package/package.json
CHANGED
|
@@ -329,9 +329,9 @@ const ChatInputFooter: React.FC<ChatInputFooterProps> = memo(
|
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
value: "code_mode",
|
|
332
|
-
label: "Code Mode",
|
|
332
|
+
label: "Code Mode (beta)",
|
|
333
333
|
subtitle:
|
|
334
|
-
"AI with access to the notebook's kernel.
|
|
334
|
+
"AI with access to the notebook's kernel. Potentially destructive.",
|
|
335
335
|
Icon: CodeIcon,
|
|
336
336
|
},
|
|
337
337
|
];
|