chore: release v0.3.5

This commit is contained in:
chrishuan
2026-05-20 22:58:05 +08:00
parent f81b79e4ac
commit 0d462e0b63
19 changed files with 3140 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* Type stub for node-llama-cpp — the migration script does not use local
* embedding but TypeScript still resolves the module through transitive
* imports (sqlite.ts → embedding.ts → import("node-llama-cpp")).
*
* This stub satisfies the compiler without requiring the actual package.
*/
declare module "node-llama-cpp" {
const _: any;
export = _;
}