@cloudcli-ai/cloudcli 1.36.1 → 1.36.2

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
@@ -33,7 +33,7 @@
33
33
 
34
34
  <!-- Prevent zoom on iOS -->
35
35
  <meta name="format-detection" content="telephone=no" />
36
- <script type="module" crossorigin src="/assets/index-Bz9vXV2m.js"></script>
36
+ <script type="module" crossorigin src="/assets/index-CDGzV0LN.js"></script>
37
37
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-BGZc9oRE.js">
38
38
  <link rel="modulepreload" crossorigin href="/assets/vendor-codemirror-OwyKSvPE.js">
39
39
  <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-CS4rQ5Mr.js">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcli-ai/cloudcli",
3
- "version": "1.36.1",
3
+ "version": "1.36.2",
4
4
  "productName": "CloudCLI",
5
5
  "description": "A web-based UI for Claude Code CLI",
6
6
  "type": "module",
@@ -145,7 +145,7 @@
145
145
  "@codemirror/theme-one-dark": "^6.1.2",
146
146
  "@iarna/toml": "^2.2.5",
147
147
  "@octokit/rest": "^22.0.0",
148
- "@openai/codex-sdk": "^0.141.0",
148
+ "@openai/codex-sdk": "^0.144.0",
149
149
  "@replit/codemirror-minimap": "^0.5.2",
150
150
  "@tailwindcss/typography": "^0.5.16",
151
151
  "@uiw/react-codemirror": "^4.23.13",