-
Notifications
You must be signed in to change notification settings - Fork 1
rc: Feature computer use tools #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rc: Feature computer use tools #361
Conversation
## [0.96.0-rc.1](v0.95.1...v0.96.0-rc.1) (2026-01-10) ### 🚀 Features * Add computer use tools with screenshot streaming and remote GUI control ([ebe5cef](ebe5cef)) * Add floating window for computer use ([c863fef](c863fef)) * Add macOS support and focus management tools ([0153abc](0153abc)) * Add native macOS floating window for computer use ([b10a45f](b10a45f)) * Add typing delay and improve X11 keyboard support ([5bd5520](5bd5520)) ### 🐛 Bug Fixes * Thread safety, coordinate fixes, and manual tool execution ([32adf3b](32adf3b)) * Window title overlapping the conversation history ([0ed1361](0ed1361)) ### ♻️ Code Refactoring * Add some space when approval actions appear ([c69d5b4](c69d5b4)) * Forward inference gateway cli logs to stdout for easy debugging ([cdc8657](cdc8657)) * Improve UI layout and mouse click logic ([ed38ee7](ed38ee7)) * Progress on events ([d0b6631](d0b6631)) * Refactor computer use tools with display protocol abstraction ([9c32649](9c32649)) * Remove horizontal scrolling from ComputerUse dialog ([157bc38](157bc38)) * **web:** Rename screenshot overlay to preview ([841bb09](841bb09)) * Replace interface{} with any type ([75610a0](75610a0)) ### 📚 Documentation * Add computer use tools documentation ([ab05f03](ab05f03)) ### 🧹 Maintenance * **deps:** Bump claude-code ([ffe52bf](ffe52bf)) * Enable computer use ([69ead75](69ead75))
Signed-off-by: Eden Reich <eden.reich@gmail.com>
## [0.96.0-rc.2](v0.96.0-rc.1...v0.96.0-rc.2) (2026-01-10) ### ♻️ Code Refactoring * Don't run as root ([f24663e](f24663e))
|
🎉 This PR is included in version 0.96.0-rc.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
TUI will still use the stdout. Signed-off-by: Eden Reich <eden.reich@gmail.com>
## [0.96.0-rc.3](v0.96.0-rc.2...v0.96.0-rc.3) (2026-01-10) ### ♻️ Code Refactoring * Redirect logs to stderr when using containers ([f9d0d7a](f9d0d7a))
|
🎉 This PR is included in version 0.96.0-rc.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This directory is local to the user which installing the binary and it's much safer - doesn't require sudo Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
## [0.96.0-rc.4](v0.96.0-rc.3...v0.96.0-rc.4) (2026-01-10) ### ♻️ Code Refactoring * **config:** Use the ~/.local/bin directory for the infer binary ([d3783f5](d3783f5)) ### 🧹 Maintenance * **example:** Update the example to use the new binary path ([3febe65](3febe65))
|
🎉 This PR is included in version 0.96.0-rc.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [0.96.0-rc.5](v0.96.0-rc.4...v0.96.0-rc.5) (2026-01-11) ### ♻️ Code Refactoring * Update Docker configuration and cspell ([5944c30](5944c30))
|
🎉 This PR is included in version 0.96.0-rc.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Eden Reich <eden.reich@gmail.com>
No description provided.