open-code-review/internal/llmloop
Mei 79683afb75 test(scan): exercise background compression join barrier in ScanAgent.Run
- Rewrite TestScanAgent_WaitBackground_NoLeakOnRun using a blocking compression client pattern
- Verify that ScanAgent.Run waits for in-flight memory compression before session finalization
- Assert that memory_compression_task is recorded and session_end is the final record in session JSONL
- Update Runner.WaitBackground doc comment in llmloop/loop.go to reflect scan mode usage
2026-08-21 20:13:09 +08:00
..
compression.go feat(llm): task-scoped session affinity for prompt caching (#332) 2026-08-14 11:23:44 +08:00
compression_test.go test: raise statement coverage to 90% and enforce it in CI (#747) 2026-08-06 12:55:44 +08:00
init_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
loop.go test(scan): exercise background compression join barrier in ScanAgent.Run 2026-08-21 20:13:09 +08:00
loop_execute_more_test.go feat(llmloop): backfill comment thinking from turn output (#773) 2026-08-10 14:52:51 +08:00
loop_execute_test.go feat(llmloop): backfill comment thinking from turn output (#773) 2026-08-10 14:52:51 +08:00
loop_test.go fix(agent): name the main-loop stop trigger in item failure reasons (#855) 2026-08-20 18:46:56 +08:00
pool.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
pool_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00
retry_background_test.go chore: remove Chinese doc references from retry test comments (#886) 2026-08-13 15:41:28 +08:00
retry_identity_test.go Feat/llm retry report:SDK retry-attempt observability for review (#785) (#790) 2026-08-13 14:31:18 +08:00
runner_test.go chore: add SPDX license headers and automated verification (#740) 2026-08-05 21:26:27 +08:00