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
- Moved Unreleased changes to v0.1.0 section dated 2025-10-16
- Updated version comparison links in CHANGELOG
- Updated README with v0.1.0 highlights and features
- Added detailed "What's New in v0.1.0" section with emojis
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,15 +90,29 @@ All agents now use a **standardized interaction pattern** with structured three-
90
90
91
91
See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
92
92
93
-
**Latest Release**: v0.0.16 - Production-ready features including Prometheus metrics, middleware pipeline, conversation state management, rate limiting, retry logic, Docker support, and comprehensive test coverage.
94
-
95
-
**Recent Improvements**:
96
-
- Enhanced TUI with colored sunset gradient logo
97
-
- Agent type indicators in message badges (e.g., "Alice (qoder)")
98
-
- HOST vs SYSTEM message distinction for clearer conversation context
99
-
- Improved Gemini adapter reliability with better error handling
100
-
- Fixed TUI display corruption when metrics/logging enabled
101
-
- Consistent agent badge colors across all messages
93
+
**Latest Release**: v0.1.0 - Enhanced TUI with agent type indicators, branded sunset logo, improved reliability with better error handling, and proper version display with build information.
94
+
95
+
**What's New in v0.1.0**:
96
+
97
+
✨ **Major Features:**
98
+
-**Agent Type Indicators**: Message badges now display agent type in parentheses (e.g., "Alice (qoder)") for quick identification
99
+
-**Branded Sunset Logo**: Beautiful ASCII art logo with gradient colors in both CLI and TUI
100
+
-**Enhanced HOST/SYSTEM Distinction**: Clear visual separation between orchestrator prompts (HOST) and system notifications (SYSTEM)
101
+
-**Proper Version Display**: Shows version, commit hash, and build date in `agentpipe version`
102
+
103
+
🚀 **Improvements:**
104
+
-**Improved Gemini Adapter**: Better error handling for process exit issues, reduces false failures
0 commit comments