Skip to content

Conversation

@linw1995
Copy link
Owner

Changes

  • Extract combo types: Move combo-related types to dedicated combo/types.rs module for better organization
  • Restructure combo runner: Move run_combo from tools/ to combo/runner.rs for clearer module boundaries
  • Add streaming line buffering: Introduce LineBuffer and BufferSet types to manage streaming text aggregation with support for line prefixes and multi-stream handling

Summary

This PR improves code organization by consolidating combo-related functionality into a dedicated module and enhances streaming output capabilities with line buffering support.

Add LineBuffer and BufferSet types to manage streaming text aggregation,
with support for line prefixes and multi-stream handling.
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 80.12048% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.02%. Comparing base (c3970cb) to head (8180600).
⚠️ Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
src/agent/streaming.rs 82.91% 27 Missing ⚠️
src/combo/runner.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #164      +/-   ##
==========================================
+ Coverage   47.59%   48.02%   +0.43%     
==========================================
  Files         100      104       +4     
  Lines       27316    27579     +263     
==========================================
+ Hits        13000    13246     +246     
- Misses      14316    14333      +17     

☔ 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 e60a547 into dev Jan 30, 2026
3 checks passed
@linw1995 linw1995 added the enhancement New feature or request label Jan 30, 2026
@linw1995 linw1995 deleted the refactor/glm-auto branch January 30, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants