This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summarySmart Search & Replace with AI context and true pseudo-terminal (PTY) support are introduced.
Full changelog
Highlights
🖥️ Real PTY Support
- True pseudo-terminal with
portable-pty - Interactive programs (sudo, vim, less) work correctly
- ANSI escape sequences and terminal resize support
- WCGW-style prompt for command completion detection
⚡ Performance Optimizations
- Tiered matching with early exit (6 tiers, 0-5)
- Pre-processing to avoid repeated allocations
- Fuzzy matching with
strsim+ ngrams
🔒 Stability
- Race condition fix with
tokio::sync::Mutex - WCGW 1:1 parity with core tools
- 118 tests passing
🤖 AI Features
- Smart Search & Replace with AI context
- Multi-file editor with atomic operations
winx_chatfor conversational AI support
Installation
cargo install --git https://github.com/gabrielmaialva33/winx-code-agent.git
Full Changelog
https://github.com/gabrielmaialva33/winx-code-agent/compare/v0.1.5...v0.2.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About gabrielmaialva33/winx-code-agent
A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.
Beta — feedback welcome: [email protected]