Skip to content

Commit 6a82b97

Browse files
Claude (Webhook)claude
andcommitted
fix: resolve CI failures — add better-sqlite3 dep and fix React hook warnings
- Add better-sqlite3 + @types/better-sqlite3 to root devDependencies so session-archive and session-manager tests can resolve the import in CI - Add missing flushBeforeStructuralMessage to connect useCallback deps - Wrap allSkills array in useMemo to stabilize expandSkill useCallback deps - Remove unused activeSession from handleSendWithFiles dependency array Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b173b1c commit 6a82b97

5 files changed

Lines changed: 505 additions & 7 deletions

File tree

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
77
<title>Codekin</title>
8-
<script type="module" crossorigin src="/assets/index-B0rbsTeK.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-CIJVZL0C.css">
8+
<script type="module" crossorigin src="/assets/index-DosFG4tA.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-DPhyCeqL.css">
1010
</head>
1111
<body class="bg-neutral-12 text-neutral-2">
1212
<div id="root"></div>

0 commit comments

Comments
 (0)