aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Set auth cookies on response in callback routeHEADmainFuwn2026-02-041-5/+22
|
* fix(web): Externalize onnxruntime-node for production buildFuwn2026-02-041-1/+9
|
* style(web): Update favicon with imemio logoFuwn2026-02-042-0/+0
|
* feat(web): Add embedding settings with re-embed functionalityFuwn2026-02-043-2/+115
|
* feat(web): Enhance memory dashboard with projects and searchFuwn2026-02-0412-75/+763
|
* feat(sdk): Support memory project reassignment in updateFuwn2026-02-043-0/+7
|
* feat: Add API key authentication for MCP serverFuwn2026-02-0420-41/+1058
|
* style: Organise imports across packagesFuwn2026-02-0311-61/+60
|
* feat(web): Add memory dashboardFuwn2026-02-0311-121/+368
|
* test(sdk): Add Supabase store integration testsFuwn2026-02-031-0/+825
|
* test(mcp): Add comprehensive server testsFuwn2026-02-032-2/+908
|
* feat(mcp): Add text-based semantic search toolFuwn2026-02-031-0/+47
|
* feat(sdk): Support variable embedding dimensionsFuwn2026-02-032-0/+7
|
* refactor(web): Use self-documenting variable namesFuwn2026-02-034-21/+25
|
* refactor(iku): Use self-documenting variable namesFuwn2026-02-031-2/+2
|
* refactor(mcp): Use self-documenting variable namesFuwn2026-02-031-26/+26
|
* refactor(sdk): Use self-documenting variable namesFuwn2026-02-031-1/+1
|
* test(sdk): Add local embedding provider testsFuwn2026-02-031-0/+105
|
* feat(mcp): Support local embeddings via environment variableFuwn2026-02-031-6/+25
|
* feat(sdk): Add local embedding support with transformers.jsFuwn2026-02-036-21/+152
|
* style(typescript-config): Format package.jsonFuwn2026-02-031-1/+4
|
* fix(iku): Add TypeAliasDeclaration detection and fix block scope logicFuwn2026-02-034-40/+141
|
* feat(web): Replace NextAuth with Supabase AuthFuwn2026-02-0315-249/+277
|
* feat(mcp): Wire to Supabase with project and search toolsFuwn2026-02-031-7/+453
|
* feat(sdk): Add semantic search and embedding supportFuwn2026-02-035-9/+133
|
* feat(web): Initialise T3 StackFuwn2026-02-0328-0/+1128
|
* feat(iku): Support comment-aware whitespace checkingFuwn2026-02-031-7/+34
|
* feat(iku): Add comment detection with --allow-comments flagFuwn2026-02-034-7/+133
|
* test(iku): Add comprehensive checker testsFuwn2026-02-032-2/+288
|
* refactor(root): Move shared TypeScript configs to dedicated packageFuwn2026-02-039-5/+36
|
* refactor(root): Extract shared TypeScript configurationFuwn2026-02-033-37/+6
|
* style: Apply Iku formatting rulesFuwn2026-02-035-47/+0
|
* feat(iku): Add grammar-aware formatting checker packageFuwn2026-02-035-0/+325
|
* feat(sdk): Implement Supabase storage adaptersFuwn2026-02-036-8/+479
|
* feat(mcp): Scaffold MCP server with memory toolsFuwn2026-02-033-0/+247
|
* test(sdk): Add in-memory store testsFuwn2026-02-032-0/+783
|
* feat(sdk): Implement project and folder storageFuwn2026-02-032-0/+283
|
* feat(sdk): Implement core types and memory storageFuwn2026-02-037-0/+298