claude-overnight 1.23.2 → 1.23.4

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.
@@ -1 +1 @@
1
- export declare const VERSION = "1.23.2";
1
+ export declare const VERSION = "1.23.4";
package/dist/_version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by build — do not edit manually.
2
- export const VERSION = "1.23.2";
2
+ export const VERSION = "1.23.4";
package/dist/index.js CHANGED
@@ -158,6 +158,8 @@ async function promptResumeOverrides(state, cliFlags, argv, noTTY, runDir) {
158
158
  console.log();
159
159
  }
160
160
  async function main() {
161
+ // Prevent macOS keychain popups from the Cursor CLI agent subprocess.
162
+ process.env.CURSOR_SKIP_KEYCHAIN ??= "1";
161
163
  const argv = process.argv.slice(2);
162
164
  if (argv.includes("-v") || argv.includes("--version")) {
163
165
  const __dirname = dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-overnight",
3
- "version": "1.23.2",
3
+ "version": "1.23.4",
4
4
  "description": "Background lane for your Claude Max plan. Parallel Claude Agent SDK sessions in git worktrees with a usage cap that reserves headroom for your interactive Claude Code. Crash-safe resume. Provider-agnostic model catalog with capability-based planning.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@anthropic-ai/claude-agent-sdk": "^0.2.92",
18
- "@claude-overnight/cursor-api-proxy": "file:../cursor-api-proxy",
18
+ "@claude-overnight/cursor-api-proxy": "github:Fornace/cursor-api-proxy",
19
19
  "chalk": "^5.4.1",
20
20
  "jsonwebtoken": "^9.0.2"
21
21
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-overnight",
3
- "version": "1.23.2",
3
+ "version": "1.23.4",
4
4
  "description": "Claude Code skill for understanding, installing, and inspecting claude-overnight runs -- parallel Claude agents in git worktrees with thinking waves, multi-wave steering, and crash-safe resume. Supports Cursor API Proxy, Qwen, OpenRouter.",
5
5
  "author": {
6
6
  "name": "Francesco Fornace"