This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryFixed TUI menu rendering by properly joining wrapped lines.
Full changelog
🐛 Bug Fixes
Critical Fixes
- Working directory support (#138) - Sessions can now be created with a specific
cwdparameter - TUI menu rendering (#140) - Fixed menu detection by properly joining wrapped lines
- Detector false positives (#141) - Shell prompts and random punctuation no longer misidentified
Additional Fixes
- Buffer corruption (#137) - Fixed visual mode snapshot caching issues
✨ Enhancements
Gemini AI Client Compatibility (#129-134)
Added automatic JSON Schema transformation for AI clients requiring draft-07 schemas:
- Transforms
$defs→definitions - Simplifies nullable
anyOfpatterns - Applied transparently via
ServerHandler::list_tools()
🧪 Testing
- ✅ All 126 unit/integration tests passing
- ✅ Comprehensive detector false positive test suite added
- ✅ CI/CD workflows passing on Ubuntu & macOS
📦 Installation
```bash
npx @aybelatchane/mcp-server-terminal
```
Or install globally:
```bash
npm install -g @aybelatchane/mcp-server-terminal
```
Full changelog: https://github.com/aybelatchane/mcp-server-terminal/blob/main/CHANGELOG.md
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 aybelatchane/mcp-server-terminal
Playwright for terminals - interact with TUI/CLI applications through structured Terminal State Tree representation with element detection.
Related context
Beta — feedback welcome: [email protected]