ContextKeeper v1.0.0 — Persistent AI coding session context Chrome extension

This commit is contained in:
Bun Bun
2026-06-21 00:22:17 +00:00
commit 73f7b13e9d
25 changed files with 4544 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
environment: 'jsdom',
globals: true,
},
})