You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed console and harmony_processor parameters
30
+
- Now only handles agent name header display
31
+
-**OutputState** - Deleted components/output_mode.py (no longer needed)
32
+
-**Rich Console** - Removed Rich Console instantiation and rendering
33
+
-**suppress_agent_stdout** - Removed configuration option (no longer needed)
34
+
35
+
### Technical Details
36
+
The 1.8.0 release represents a fundamental shift in philosophy. Instead of trying to intercept, process, and re-render agent output (which caused double-output and hid tool prompts), we now let the agent library handle output naturally. We silently collect text for session history while the agent prints directly to terminal. This creates a single, simple output path that just works.
0 commit comments