Skip to content

Conversation

@linw1995
Copy link
Owner

Resolves #131

Summary

Fixes missing transcript records when subagent execution fails. The system now properly captures and saves complete transcript information regardless of execution outcome.

Changes

  • Ensure transcript events capture subagent execution results even when failures occur
  • Save complete execution context including error information for failed tasks
  • Improve breadcrumb navigation UI with better padding

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 158 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.46%. Comparing base (a46f02c) to head (89531c0).
⚠️ Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
src/tools/run_task.rs 0.00% 155 Missing ⚠️
crates/coco-tui/src/components/chat.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #134      +/-   ##
==========================================
- Coverage   50.22%   49.46%   -0.77%     
==========================================
  Files          93       93              
  Lines       25033    25414     +381     
==========================================
- Hits        12574    12572       -2     
- Misses      12459    12842     +383     

☔ 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.

@linw1995 linw1995 merged commit 1cbddb4 into dev Jan 23, 2026
3 checks passed
@linw1995 linw1995 deleted the fix/transcript-missing-records branch January 23, 2026 10:08
@linw1995 linw1995 added the bug Something isn't working label Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Missing transcript records when subagent execution fails

3 participants