Skip to content

refactor(tegg): address killagu PR #5812 review feedback

15721d2
Select commit
Loading
Failed to load commit list.
Open

feat(tegg): add AgentController for building AI agent HTTP APIs #5812

refactor(tegg): address killagu PR #5812 review feedback
15721d2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 1, 2026 in 0s

81.03% (-4.20%) compared to 8f5d360

View this Pull Request on Codecov

81.03% (-4.20%) compared to 8f5d360

Details

Codecov Report

❌ Patch coverage is 92.59259% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.03%. Comparing base (8f5d360) to head (15721d2).
⚠️ Report is 3 commits behind head on next.

Files with missing lines Patch % Lines
.../plugin/controller/src/lib/AgentControllerProto.ts 54.54% 10 Missing ⚠️
tegg/core/agent-runtime/src/RunBuilder.ts 83.33% 5 Missing ⚠️
tegg/core/agent-runtime/src/FileAgentStore.ts 92.50% 3 Missing ⚠️
tegg/core/agent-runtime/src/MessageConverter.ts 86.95% 3 Missing ⚠️
tegg/core/agent-runtime/src/errors.ts 50.00% 3 Missing ⚠️
...ore/controller-decorator/src/util/AgentInfoUtil.ts 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #5812      +/-   ##
==========================================
- Coverage   85.22%   81.03%   -4.20%     
==========================================
  Files         650      652       +2     
  Lines       12515    12750     +235     
  Branches     1434     1449      +15     
==========================================
- Hits        10666    10332     -334     
- Misses       1729     2249     +520     
- Partials      120      169      +49     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.