@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/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-3kyQds4V.js"></script>
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/frontend",
3
- "version": "0.23.17-dev56",
3
+ "version": "0.23.17-dev57",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -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. Can overwrite changes.",
334
+ "AI with access to the notebook's kernel. Potentially destructive.",
335
335
  Icon: CodeIcon,
336
336
  },
337
337
  ];