Skip to content

Generalize agent references from Claude Code to any MCP agent

9bb592f
Select commit
Loading
Failed to load commit list.
Draft

Add shared long-term memory server (experimental) #5015

Generalize agent references from Claude Code to any MCP agent
9bb592f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 30, 2026 in 1s

66.51% (-2.52%) compared to cffe934

View this Pull Request on Codecov

66.51% (-2.52%) compared to cffe934

Details

Codecov Report

❌ Patch coverage is 25.90874% with 958 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.51%. Comparing base (cffe934) to head (9bb592f).
⚠️ Report is 68 commits behind head on main.

Files with missing lines Patch % Lines
cmd/thv-memory/resources/api.go 0.00% 168 Missing ⚠️
demo/recruiter/cmd/demo/main.go 0.00% 162 Missing ⚠️
pkg/memory/sqlite/store.go 59.07% 80 Missing and 17 partials ⚠️
cmd/thv-memory/server.go 0.00% 78 Missing ⚠️
cmd/thv-memory/main.go 0.00% 69 Missing ⚠️
cmd/thv-memory/tools/crystallize.go 0.00% 39 Missing ⚠️
cmd/thv-memory/tools/remember.go 0.00% 38 Missing ⚠️
cmd/thv-memory/tools/consolidate.go 0.00% 37 Missing ⚠️
cmd/thv-memory/config.go 0.00% 36 Missing ⚠️
pkg/memory/service.go 63.91% 20 Missing and 15 partials ⚠️
... and 11 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5015      +/-   ##
==========================================
- Coverage   69.02%   66.51%   -2.52%     
==========================================
  Files         554      621      +67     
  Lines       73075    61912   -11163     
==========================================
- Hits        50443    41180    -9263     
+ Misses      19620    17571    -2049     
- Partials     3012     3161     +149     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.