claude-remote-cli 2.14.0 → 2.14.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.
@@ -11,7 +11,7 @@
11
11
  <meta name="apple-mobile-web-app-capable" content="yes" />
12
12
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
13
13
  <meta name="theme-color" content="#1a1a1a" />
14
- <script type="module" crossorigin src="/assets/index-DAqRh3Hk.js"></script>
14
+ <script type="module" crossorigin src="/assets/index-n4sGZYJt.js"></script>
15
15
  <link rel="stylesheet" crossorigin href="/assets/index-t15zfL9Q.css">
16
16
  </head>
17
17
  <body>
@@ -30,6 +30,7 @@ function resolveTmuxSpawn(command, args, tmuxSessionName) {
30
30
  // dispatching to new-session, not passed as argv to `command`.
31
31
  ';', 'set', 'set-clipboard', 'on',
32
32
  ';', 'set', 'allow-passthrough', 'on',
33
+ ';', 'set', 'mode-keys', 'vi',
33
34
  ],
34
35
  };
35
36
  }
@@ -273,6 +273,7 @@ describe('sessions', () => {
273
273
  '-u', 'new-session', '-s', 'test-session', '--', 'claude', '--continue',
274
274
  ';', 'set', 'set-clipboard', 'on',
275
275
  ';', 'set', 'allow-passthrough', 'on',
276
+ ';', 'set', 'mode-keys', 'vi',
276
277
  ],
277
278
  });
278
279
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-remote-cli",
3
- "version": "2.14.0",
3
+ "version": "2.14.2",
4
4
  "description": "Remote web interface for Claude Code CLI sessions",
5
5
  "type": "module",
6
6
  "main": "dist/server/index.js",