Release v0.80.0 #910
wladimiiir
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Highlights
🔐 TLS Certificate Settings for OpenAI & Anthropic Compatible Endpoints
Working behind a corporate proxy or with self-hosted models that use a custom certificate authority? You can now configure TLS certificate settings directly for OpenAI Compatible and Anthropic Compatible provider endpoints. No more workarounds - just secure, reliable connections to your own model deployments straight from the provider configuration.
📥 Clone Git Projects Directly from the Open Project Dialog
Getting started with a new project just got simpler. The Open Project dialog now lets you clone a git repository right where you would normally add it as a project - no more switching to a terminal, running
git clone, and then hunting for the folder. Paste the repository URL, pick a location, and you're ready to start coding with AiderDesk.🚀 OpenCode Go as a Direct Provider
OpenCode Go joins the family of directly supported providers. Add your credentials in
Settings -> Providersand use its models natively - no proxy setup required.🧩 Extension API: Disposable Resource Management
Extensions can now manage their resources cleanly with
context.addDisposable()- register a setup function that returns a cleanup function, and it runs automatically when the extension unloads. Cleanups execute in reverse registration order and support async functions, so no more leaked timers, watchers, or child processes. We also fixed extension lifecycle handling: disabled and uninstalled extensions no longer keep resources running in the background, and toggling an extension on/off now properly callsonLoad/onUnload.Other Changes
globtool to prevent excessive output./.🧩 Extensions
💡 We'd love to hear your thoughts! Your feedback helps us improve AiderDesk - feel free to share any suggestions or issues. Happy coding! 🚀
This discussion was created from the release 0.80.0.
All reactions