pipane 0.1.0 → 0.1.1

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.
@@ -17,8 +17,8 @@
17
17
  if (colorTheme && colorTheme !== "default") root.setAttribute("data-color-theme", colorTheme);
18
18
  })();
19
19
  </script>
20
- <script type="module" crossorigin src="/assets/index-DQxrqu4K.js"></script>
21
- <link rel="stylesheet" crossorigin href="/assets/index-yL1A-vgM.css">
20
+ <script type="module" crossorigin src="/assets/index-FM1mcOLN.js"></script>
21
+ <link rel="stylesheet" crossorigin href="/assets/index-CUE9pgq9.css">
22
22
  </head>
23
23
  <body>
24
24
  <div id="app">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipane",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A clean web interface for the pi coding agent — chat UI with real-time tool calls, streaming output, session management, and model picker",
5
5
  "private": false,
6
6
  "type": "module",