..
backend-config.test.ts
style: align formatting with oxfmt 0.33
2026-02-18 01:34:35 +00:00
backend-config.ts
feat(memory): allow QMD searches via mcporter keep-alive (openclaw#19617) thanks @vignesh07
2026-02-21 18:54:33 -06:00
batch-embedding-common.ts
refactor(core): extract shared dedup helpers
2026-03-07 10:41:05 +00:00
batch-error-utils.test.ts
feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 ( #23845 )
2026-02-23 00:03:56 +00:00
batch-error-utils.ts
feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 ( #23845 )
2026-02-23 00:03:56 +00:00
batch-gemini.ts
refactor(memory): share batch provider scaffolding
2026-02-22 21:19:09 +00:00
batch-http.test.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
batch-http.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
batch-openai.ts
refactor(core): extract shared dedup helpers
2026-03-07 10:41:05 +00:00
batch-output.test.ts
test(memory): cover shared batch output and error helpers
2026-02-22 21:19:09 +00:00
batch-output.ts
…
batch-provider-common.ts
refactor(memory): share batch provider scaffolding
2026-02-22 21:19:09 +00:00
batch-runner.ts
refactor(memory): share batch provider scaffolding
2026-02-22 21:19:09 +00:00
batch-status.test.ts
refactor(core): extract shared dedup helpers
2026-03-07 10:41:05 +00:00
batch-status.ts
refactor(core): extract shared dedup helpers
2026-03-07 10:41:05 +00:00
batch-upload.ts
fix(memory): route batch APIs through guarded remote HTTP
2026-02-22 18:15:15 +01:00
batch-utils.ts
fix(memory): route batch APIs through guarded remote HTTP
2026-02-22 18:15:15 +01:00
batch-voyage.test.ts
test: dedupe and optimize test suites
2026-02-19 15:19:38 +00:00
batch-voyage.ts
refactor(core): extract shared dedup helpers
2026-03-07 10:41:05 +00:00
embedding-chunk-limits.test.ts
fix(memory): hard-cap embedding inputs before batch
2026-02-22 15:40:18 -08:00
embedding-chunk-limits.ts
fix(memory): hard-cap embedding inputs before batch
2026-02-22 15:40:18 -08:00
embedding-input-limits.ts
…
embedding-manager.test-harness.ts
…
embedding-model-limits.ts
fix(memory): hard-cap embedding inputs before batch
2026-02-22 15:40:18 -08:00
embedding.test-mocks.ts
…
embeddings-debug.ts
refactor(memory): consolidate embeddings and batch helpers
2026-02-17 00:11:02 +00:00
embeddings-gemini.ts
Memory: handle SecretRef keys in doctor embeddings ( #36835 )
2026-03-05 20:05:59 -06:00
embeddings-mistral.test.ts
test: tighten mistral media and onboarding coverage
2026-02-23 00:19:05 +00:00
embeddings-mistral.ts
refactor: unify shared utility normalization helpers
2026-03-07 20:33:50 +00:00
embeddings-model-normalize.test.ts
refactor: unify shared utility normalization helpers
2026-03-07 20:33:50 +00:00
embeddings-model-normalize.ts
refactor: unify shared utility normalization helpers
2026-03-07 20:33:50 +00:00
embeddings-ollama.test.ts
CI: restore main detect-secrets scan ( #38438 )
2026-03-07 10:06:35 -08:00
embeddings-ollama.ts
refactor: unify shared utility normalization helpers
2026-03-07 20:33:50 +00:00
embeddings-openai.ts
refactor: unify shared utility normalization helpers
2026-03-07 20:33:50 +00:00
embeddings-remote-client.ts
Memory: handle SecretRef keys in doctor embeddings ( #36835 )
2026-03-05 20:05:59 -06:00
embeddings-remote-fetch.test.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
embeddings-remote-fetch.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
embeddings-remote-provider.ts
refactor: extract shared dedupe helpers for runtime paths
2026-02-23 05:43:43 +00:00
embeddings-voyage.test.ts
fix(memory): enforce guarded remote policy for embeddings
2026-02-22 18:15:15 +01:00
embeddings-voyage.ts
refactor: unify shared utility normalization helpers
2026-03-07 20:33:50 +00:00
embeddings.test.ts
refactor(memory): dedupe local embedding init concurrency fixtures
2026-03-07 17:58:31 +00:00
embeddings.ts
Memory: handle SecretRef keys in doctor embeddings ( #36835 )
2026-03-05 20:05:59 -06:00
fs-utils.ts
Memory: share ENOENT helpers
2026-02-19 23:33:28 -08:00
hybrid.test.ts
fix(memory): preserve BM25 relevance ordering ( #33757 , thanks @lsdcc01)
2026-03-07 22:41:48 +00:00
hybrid.ts
fix(memory): preserve BM25 relevance ordering ( #33757 , thanks @lsdcc01)
2026-03-07 22:41:48 +00:00
index.test.ts
test(perf): speed up cron, memory, and secrets hotspots
2026-03-03 00:43:01 +00:00
index.ts
…
internal.test.ts
test(memory): dedupe temp-dir lifecycle hooks and cover overlapping path dedupe
2026-02-21 21:40:39 +00:00
internal.ts
Memory: share ENOENT helpers
2026-02-19 23:33:28 -08:00
manager-embedding-ops.ts
fix(memory): hard-cap embedding inputs before batch
2026-02-22 15:40:18 -08:00
manager-runtime.ts
build: fix ineffective dynamic imports with lazy boundaries ( #33690 )
2026-03-03 20:14:41 -05:00
manager-search.ts
…
manager-sync-ops.ts
fix(memory): restore sqlite busy_timeout on reopen ( #39183 , thanks @MumuTW)
2026-03-07 22:17:55 +00:00
manager.async-search.test.ts
perf(test): speed async memory sync close coverage
2026-02-22 17:51:38 +00:00
manager.atomic-reindex.test.ts
style: align formatting with oxfmt 0.33
2026-02-18 01:34:35 +00:00
manager.batch.test.ts
test(memory): share short-timeout test helper
2026-02-22 07:44:57 +00:00
manager.embedding-batches.test.ts
fix(memory): hard-cap embedding inputs before batch
2026-02-22 15:40:18 -08:00
manager.get-concurrency.test.ts
fix(memory): readonly sync recovery (openclaw#25799) thanks @rodrigouroz
2026-02-27 12:26:43 -06:00
manager.mistral-provider.test.ts
feat(memory): add Ollama embedding provider ( #26349 )
2026-03-02 20:56:40 -05:00
manager.read-file.test.ts
Memory: share ENOENT helpers
2026-02-19 23:33:28 -08:00
manager.readonly-recovery.test.ts
fix(memory): restore sqlite busy_timeout on reopen ( #39183 , thanks @MumuTW)
2026-03-07 22:17:55 +00:00
manager.sync-errors-do-not-crash.test.ts
style: align formatting with oxfmt 0.33
2026-02-18 01:34:35 +00:00
manager.ts
feat(memory): add Ollama embedding provider ( #26349 )
2026-03-02 20:56:40 -05:00
manager.vector-dedupe.test.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
manager.watcher-config.test.ts
chore: Fix types in tests 36/N.
2026-02-17 15:50:07 +09:00
memory-schema.ts
…
mmr.test.ts
chore(tsgo/format): fix CI errors
2026-02-21 17:51:56 -05:00
mmr.ts
Memory: fix MMR tie-break and temporal timestamp dedupe
2026-02-16 23:59:19 +01:00
node-llama.ts
…
post-json.test.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
post-json.ts
refactor(memory): share post-json helper across remote fetchers
2026-02-22 20:04:51 +00:00
qmd-manager.test.ts
fix(memory): restore sqlite busy_timeout on reopen ( #39183 , thanks @MumuTW)
2026-03-07 22:17:55 +00:00
qmd-manager.ts
fix(memory): restore sqlite busy_timeout on reopen ( #39183 , thanks @MumuTW)
2026-03-07 22:17:55 +00:00
qmd-query-parser.test.ts
…
qmd-query-parser.ts
Memory/QMD: harden multi-collection search and embed scheduling
2026-02-20 19:41:51 -08:00
qmd-scope.test.ts
…
qmd-scope.ts
style: align formatting with oxfmt 0.33
2026-02-18 01:34:35 +00:00
query-expansion.test.ts
Memory: add Arabic query expansion stop words ( #23717 )
2026-02-22 12:17:47 -05:00
query-expansion.ts
Compaction/Safeguard: add summary quality audit retries ( #25556 )
2026-03-05 13:39:25 -08:00
remote-http.ts
refactor(memory): add guarded remote HTTP helper
2026-02-22 18:15:15 +01:00
search-manager.test.ts
refactor: deduplicate shared helpers and test setup
2026-02-23 20:40:44 +00:00
search-manager.ts
build: fix ineffective dynamic imports with lazy boundaries ( #33690 )
2026-03-03 20:14:41 -05:00
secret-input.ts
Memory: handle SecretRef keys in doctor embeddings ( #36835 )
2026-03-05 20:05:59 -06:00
session-files.test.ts
…
session-files.ts
…
sqlite-vec.ts
…
sqlite.ts
…
status-format.ts
…
temporal-decay.test.ts
…
temporal-decay.ts
Memory: fix MMR tie-break and temporal timestamp dedupe
2026-02-16 23:59:19 +01:00
test-embeddings-mock.ts
…
test-manager-helpers.ts
…
test-manager.ts
test: share memory manager bootstrap helper
2026-02-19 14:27:37 +00:00
test-runtime-mocks.ts
…
types.ts
…