|
3 | 3 |  |
4 | 4 |
|
5 | 5 | [](https://github.com/kevinelliott/agentpipe/actions/workflows/test.yml) |
6 | | -[](https://go.dev/) |
| 6 | +[](https://go.dev/) |
7 | 7 | [](https://github.com/kevinelliott/agentpipe/blob/main/LICENSE) |
8 | 8 | [](https://github.com/kevinelliott/agentpipe/releases) |
9 | 9 | [](https://goreportcard.com/report/github.com/kevinelliott/agentpipe) |
@@ -90,29 +90,24 @@ 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.1.0 - Enhanced TUI with agent type indicators, branded sunset logo, improved reliability with better error handling, and proper version display with build information. |
| 93 | +**Latest Release**: v0.1.1 - Windows compatibility fixes, Go 1.24 support, and improved cross-platform testing. |
94 | 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 |
| 95 | +**What's New in v0.1.1**: |
107 | 96 |
|
108 | 97 | 🐛 **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 |
| 98 | +- **Windows Test Compatibility**: Fixed timer resolution issues causing test failures on Windows |
| 99 | + - Increased mock agent delay to 20ms in metrics tests to ensure measurable durations |
| 100 | + - All tests now pass reliably on Windows, macOS, and Linux |
| 101 | +- **Windows File Permission Tests**: Added OS detection to skip Unix-specific permission checks on Windows |
| 102 | + |
| 103 | +🔧 **Changes:** |
| 104 | +- **Go Version**: Downgraded from Go 1.25.3 to Go 1.24.0 for broader compatibility |
| 105 | + - Maintains compatibility with golangci-lint v1.64.8 |
| 106 | + - All CI/CD workflows updated |
112 | 107 |
|
113 | 108 | 📚 **Documentation:** |
114 | | -- Added console and doctor command screenshots to README |
115 | | -- Comprehensive CHANGELOG updates with all changes |
| 109 | +- Added comprehensive Windows testing documentation in CLAUDE.md |
| 110 | +- Documented timer resolution requirements for cross-platform test development |
116 | 111 |
|
117 | 112 | ## Installation |
118 | 113 |
|
|
0 commit comments