feat: add registry-driven Kimi provider

This commit is contained in:
tommy0103
2026-07-20 22:43:23 +08:00
parent 21c3a1b9fc
commit 3ee44de4e5
39 changed files with 2240 additions and 732 deletions
+3 -3
View File
@@ -292,8 +292,8 @@ test('indexer service passes changed JSONL paths to the build worker', async ()
assert.equal(calls.length, 1);
assert.equal(calls[0].reason, 'watch');
assert.deepEqual(calls[0].changedPaths, [
'project-a/session-1.jsonl',
'project-a/session-2.json',
join(projectsDir, 'project-a/session-1.jsonl'),
join(projectsDir, 'project-a/session-2.json'),
]);
});
@@ -342,6 +342,6 @@ test('indexer service watches Claude projects and Codex sessions for app-side in
assert.equal(calls.length, 1);
assert.deepEqual(calls[0].changedPaths, [
'2026/06/15/rollout-2026-06-15T00-00-00-codex.jsonl',
join(codexSessionsDir, '2026/06/15/rollout-2026-06-15T00-00-00-codex.jsonl'),
]);
});