-
Notifications
You must be signed in to change notification settings - Fork 1
chore(release): 0.95.0-rc.5 [skip ci] #355
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
chore(release): 0.95.0-rc.5 [skip ci] #355
Conversation
## [0.95.0-rc.1](v0.94.0...v0.95.0-rc.1) (2025-12-31) ### 🚀 Features * Add SSH remote terminal support to web interface ([41614cf](41614cf)) ### 🐛 Bug Fixes * Update ADK to v0.17.0 and fix API compatibility issues ([7450b5b](7450b5b)) ### 🧹 Maintenance * **deps:** bump github.com/creack/pty from 1.1.18 to 1.1.24 ([#354](#354)) ([a1c1daf](a1c1daf)) * **deps:** Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 ([#353](#353)) ([6953bf1](6953bf1)) * Cleanup comments ([68e9075](68e9075)) * Cleanup IDE diagnostic warnings ([ae815b2](ae815b2))
Signed-off-by: Eden Reich <[email protected]>
Signed-off-by: Eden Reich <[email protected]>
Signed-off-by: Eden Reich <[email protected]>
Revert back to modernc package which doesn't require cgo, the whole installation process of the binary should be self contained so it's easier to install on remove - the tradeoff is 3mb more, not a deal breaker. Signed-off-by: Eden Reich <[email protected]>
## [0.95.0-rc.2](v0.95.0-rc.1...v0.95.0-rc.2) (2026-01-01) ### ♻️ Code Refactoring * Simplify the sqlite deps ([70c0df4](70c0df4)) ### 🧹 Maintenance * **deps:** Bump claude-code version ([09c8610](09c8610)) * **deps:** Bump docker compose cli version ([d28000c](d28000c)) * Test the CLI ([2936b04](2936b04))
|
🎉 This PR is included in version 0.95.0-rc.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Eden Reich <[email protected]>
…tance Signed-off-by: Eden Reich <[email protected]>
## [0.95.0-rc.3](v0.95.0-rc.2...v0.95.0-rc.3) (2026-01-01) ### 🐛 Bug Fixes * Connect to remote gateway instance when installing on remote instance ([4ba6019](4ba6019)) ### 🧹 Maintenance * **deps:** Bump CLI version ([e2be346](e2be346))
|
🎉 This PR is included in version 0.95.0-rc.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Eden Reich <[email protected]>
## [0.95.0-rc.4](v0.95.0-rc.3...v0.95.0-rc.4) (2026-01-01) ### 🐛 Bug Fixes * Use remote instance ([c382662](c382662))
|
🎉 This PR is included in version 0.95.0-rc.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Eden Reich <[email protected]>
TODOs
|
…nnected to Signed-off-by: Eden Reich <[email protected]>
|
🎉 This PR is included in version 0.95.0-rc.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Eden Reich <[email protected]>
Also remove default local session and add instructions how to use the web interface. Signed-off-by: Eden Reich <[email protected]>
0.95.0-rc.5 (2025-12-31)
🚀 Features
🐛 Bug Fixes
🧹 Maintenance