| .. |
|
backend-config.test.ts
|
fix(memory): default qmd searchMode to search + scope search/vsearch to collections
|
2026-02-13 23:14:34 -08:00 |
|
backend-config.ts
|
fix(memory): default qmd searchMode to search + scope search/vsearch to collections
|
2026-02-13 23:14:34 -08:00 |
|
batch-gemini.ts
|
refactor(memory): reuse batch utils in gemini
|
2026-02-16 00:34:10 +00:00 |
|
batch-http.ts
|
refactor(memory): share batch create retry
|
2026-02-15 06:43:20 +00:00 |
|
batch-openai.ts
|
refactor(memory): dedupe batch helpers
|
2026-02-16 00:26:03 +00:00 |
|
batch-output.ts
|
refactor(memory): share batch output parsing
|
2026-02-14 15:39:45 +00:00 |
|
batch-utils.ts
|
refactor(memory): dedupe batch helpers
|
2026-02-16 00:26:03 +00:00 |
|
batch-voyage.test.ts
|
fix(memory): add input_type to Voyage AI embeddings for improved retrieval (#10818)
|
2026-02-06 21:55:09 -06:00 |
|
batch-voyage.ts
|
refactor(memory): dedupe batch helpers
|
2026-02-16 00:26:03 +00:00 |
|
embedding-chunk-limits.test.ts
|
perf(test): cover embedding chunk limits without indexing
|
2026-02-15 19:29:27 +00:00 |
|
embedding-chunk-limits.ts
|
(fix): enforce embedding model token limit to prevent overflow (#13455)
|
2026-02-10 20:10:17 -06:00 |
|
embedding-input-limits.ts
|
(fix): enforce embedding model token limit to prevent overflow (#13455)
|
2026-02-10 20:10:17 -06:00 |
|
embedding-manager.test-harness.ts
|
chore(memory): tighten embedding harness types
|
2026-02-15 10:30:19 -05:00 |
|
embedding-model-limits.ts
|
(fix): enforce embedding model token limit to prevent overflow (#13455)
|
2026-02-10 20:10:17 -06:00 |
|
embedding.test-mocks.ts
|
refactor(test): share memory embedding mocks
|
2026-02-15 14:48:23 +00:00 |
|
embeddings-gemini.ts
|
(fix): enforce embedding model token limit to prevent overflow (#13455)
|
2026-02-10 20:10:17 -06:00 |
|
embeddings-openai.ts
|
(fix): enforce embedding model token limit to prevent overflow (#13455)
|
2026-02-10 20:10:17 -06:00 |
|
embeddings-voyage.test.ts
|
perf(test): reduce module reload churn in unit suites
|
2026-02-13 15:19:13 +00:00 |
|
embeddings-voyage.ts
|
(fix): enforce embedding model token limit to prevent overflow (#13455)
|
2026-02-10 20:10:17 -06:00 |
|
embeddings.test.ts
|
refactor(memory): unify embedding provider constants
|
2026-02-14 03:16:46 +01:00 |
|
embeddings.ts
|
refactor(memory): unify embedding provider constants
|
2026-02-14 03:16:46 +01:00 |
|
headers-fingerprint.ts
|
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
|
2026-01-31 16:19:20 +09:00 |
|
hybrid.test.ts
|
fix (memory/search): support unicode tokens in FTS query builder
|
2026-02-15 19:17:03 -08:00 |
|
hybrid.ts
|
fix (memory/search): support unicode tokens in FTS query builder
|
2026-02-15 19:17:03 -08:00 |
|
index.test.ts
|
perf(test): speed up suites and reduce fs churn
|
2026-02-15 19:29:27 +00:00 |
|
index.ts
|
Add more tests; make fall back more resilient and visible
|
2026-02-02 23:45:05 -08:00 |
|
internal.test.ts
|
fix: remap session JSONL chunk line numbers to original source positions (#12102)
|
2026-02-10 18:09:24 -06:00 |
|
internal.ts
|
fix: remap session JSONL chunk line numbers to original source positions (#12102)
|
2026-02-10 18:09:24 -06:00 |
|
manager-cache-key.ts
|
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
|
2026-02-01 10:03:47 +09:00 |
|
manager-embedding-ops.ts
|
refactor(memory): reuse cached embedding collector
|
2026-02-16 02:32:59 +00:00 |
|
manager-search.ts
|
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
|
2026-02-01 10:03:47 +09:00 |
|
manager-sync-ops.ts
|
Memory: reduce watcher FD pressure for markdown sync
|
2026-02-14 17:25:07 -08:00 |
|
manager.async-search.test.ts
|
perf(test): speed up suites and reduce fs churn
|
2026-02-15 19:29:27 +00:00 |
|
manager.atomic-reindex.test.ts
|
perf(test): speed up suites and reduce fs churn
|
2026-02-15 19:29:27 +00:00 |
|
manager.batch.test.ts
|
perf(test): reduce sync passes in memory batch failure test
|
2026-02-14 23:16:37 +00:00 |
|
manager.embedding-batches.test.ts
|
refactor(test): share memory embedding fixture
|
2026-02-15 15:07:09 +00:00 |
|
manager.sync-errors-do-not-crash.test.ts
|
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
|
2026-02-01 10:03:47 +09:00 |
|
manager.ts
|
fix (memory/builtin): keep status dirty state stable across invocations
|
2026-02-14 18:48:58 -08:00 |
|
manager.vector-dedupe.test.ts
|
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
|
2026-02-01 10:03:47 +09:00 |
|
manager.watcher-config.test.ts
|
Memory: reduce watcher FD pressure for markdown sync
|
2026-02-14 17:25:07 -08:00 |
|
memory-schema.ts
|
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
|
2026-01-31 16:19:20 +09:00 |
|
node-llama.ts
|
…
|
|
|
openai-batch.ts
|
feat(memory): add gemini batches + safe reindex
|
2026-01-18 16:12:10 +00:00 |
|
provider-key.ts
|
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
|
2026-02-01 10:03:47 +09:00 |
|
qmd-manager.test.ts
|
chore: format qmd-manager test
|
2026-02-16 04:18:42 +01:00 |
|
qmd-manager.ts
|
fix (memory/qmd): rebind drifted managed collection paths
|
2026-02-15 19:03:55 -08:00 |
|
qmd-query-parser.test.ts
|
Memory/QMD: treat prefixed no-results markers as empty
|
2026-02-14 15:31:52 -08:00 |
|
qmd-query-parser.ts
|
Memory/QMD: treat prefixed no-results markers as empty
|
2026-02-14 15:31:52 -08:00 |
|
qmd-scope.test.ts
|
fix(memory): prevent QMD scope deny bypass
|
2026-02-15 02:41:45 +00:00 |
|
qmd-scope.ts
|
fix(memory): prevent QMD scope deny bypass
|
2026-02-15 02:41:45 +00:00 |
|
search-manager.test.ts
|
Memory/QMD: handle fallback init failures gracefully
|
2026-02-14 15:42:02 -08:00 |
|
search-manager.ts
|
Memory/QMD: handle fallback init failures gracefully
|
2026-02-14 15:42:02 -08:00 |
|
session-files.test.ts
|
fix: remap session JSONL chunk line numbers to original source positions (#12102)
|
2026-02-10 18:09:24 -06:00 |
|
session-files.ts
|
fix: remap session JSONL chunk line numbers to original source positions (#12102)
|
2026-02-10 18:09:24 -06:00 |
|
sqlite-vec.ts
|
chore(gate): fix lint and formatting
|
2026-01-18 06:01:25 +00:00 |
|
sqlite.ts
|
fix: improve sqlite missing runtime error
|
2026-02-15 01:18:53 +01:00 |
|
status-format.ts
|
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
|
2026-01-31 16:19:20 +09:00 |
|
sync-index.ts
|
refactor(memory): share sync indexing helper
|
2026-02-15 01:15:43 +00:00 |
|
sync-memory-files.ts
|
refactor(memory): share sync progress helpers
|
2026-02-16 00:29:01 +00:00 |
|
sync-progress.ts
|
refactor(memory): share sync progress helpers
|
2026-02-16 00:29:01 +00:00 |
|
sync-session-files.ts
|
refactor(memory): share sync progress helpers
|
2026-02-16 00:29:01 +00:00 |
|
sync-stale.ts
|
refactor(memory): share stale index cleanup
|
2026-02-14 15:39:46 +00:00 |
|
types.ts
|
Fix build regressions after merge
|
2026-02-02 23:45:05 -08:00 |