Skip to content

Commit 0b4dde1

Browse files
kevinelliottclaude
andcommitted
Update CHANGELOG and README for v0.1.0 release
- 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>
1 parent 8c6ed1b commit 0b4dde1

2 files changed

Lines changed: 27 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.1.0] - 2025-10-16
11+
1012
### Added
1113
- **Agent Type Indicators**: Message badges now show agent type in parentheses (e.g., "Alice (qoder)")
1214
- Helps users quickly identify which agent type is responding
@@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276278
- **Clean Message Display**: Smart consolidation of headers and proper paragraph formatting
277279
- **Cost Transparency**: See exactly how much each conversation costs
278280

279-
[Unreleased]: https://github.com/kevinelliott/agentpipe/compare/v0.0.16...HEAD
281+
[Unreleased]: https://github.com/kevinelliott/agentpipe/compare/v0.1.0...HEAD
282+
[v0.1.0]: https://github.com/kevinelliott/agentpipe/compare/v0.0.16...v0.1.0
280283
[v0.0.16]: https://github.com/kevinelliott/agentpipe/compare/v0.0.15...v0.0.16
281284
[v0.0.15]: https://github.com/kevinelliott/agentpipe/compare/v0.0.9...v0.0.15
282285
[v0.0.9]: https://github.com/kevinelliott/agentpipe/compare/v0.0.8...v0.0.9

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,29 @@ All agents now use a **standardized interaction pattern** with structured three-
9090

9191
See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
9292

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
105+
- **Consistent Badge Colors**: Fixed race condition ensuring agent badges always show correct colors
106+
- **Enhanced Output Cleaning**: Filters error traces and stack dumps from agent responses
107+
108+
🐛 **Bug Fixes:**
109+
- Fixed TUI display corruption from stderr output interference
110+
- Fixed version information not displaying correctly in builds
111+
- Fixed inconsistent agent badge colors on first message
112+
113+
📚 **Documentation:**
114+
- Added console and doctor command screenshots to README
115+
- Comprehensive CHANGELOG updates with all changes
102116

103117
## Installation
104118

0 commit comments

Comments
 (0)