fix: load ejclaw mcp tools on claude first turn

This commit is contained in:
Eyejoker
2026-05-23 09:30:06 +09:00
committed by GitHub
parent 262534cac9
commit 763828e4f5
6 changed files with 101 additions and 18 deletions

View File

@@ -5,6 +5,10 @@ export default defineConfig({
resolve: {
alias: {
'bun:sqlite': path.resolve(__dirname, 'test/bun-sqlite-shim.ts'),
'ejclaw-runners-shared': path.resolve(
__dirname,
'runners/shared/src/index.ts',
),
},
},
test: {