v6.0.25
Highlights
- Add: 'Ask Cody to Fix' as a Quick Fix action.
- Add: Automatic browser-based authentication as the default method for all accounts (instances).
- Add: In-editor support for managing Cody Settings.
- Add: Support for Windows Subsystem for Linux (WSL).
- Add: Compatibility with IntelliJ 2024.2.
- Improve: Inlay Edit performance and stability.
- Fix: Multiple minor bugs and overall plugin stability.
What's Changed
- Shut down agent after each test by @odisseus in #1922
- Generated Protocol Bindings by @RXminuS in #1931
- Do not use ActionGroup.getChildren because it has been marked with @ApiStatus.OverrideOnly by @odisseus in #1954
- Set the version of the Plugin verifier to 1.371 by @odisseus in #1959
- Add 'Authenticate in Browser' in sign-in dialog by @mkondratek in #1888
- Fix token validation by @mkondratek in #1966
- Migrate fixup code to use agent logic by @pkukielka in #1955
- Increase timeout by @pkukielka in #1967
- Code Actions Support (Ask Cody to Fix) by @RXminuS in #1921
- Allow clients to redefine untitled files protocol during their creation by @pkukielka in #1903
- Fix integration tests by @pkukielka in #1975
- Add minor test cleanup code by @pkukielka in #1979
- Add cody settings editor by @pkukielka in #1972
- Bump cody commit and fix enterprise model selection by @pkukielka in #1981
- A few minor fixes by @mkondratek in #1983
- Got Cody working with WSL projects on Windows by @steveyegge in #1970
- Put in some fixes for the new cody-highlights code path by @steveyegge in #1993
- Check for error group in integration tests by @mkondratek in #1984
- Call
getAuthenticationState
on a pooled thread instead of EDT by @mkondratek in #1996 - CodeActions: Explicitly disable ExplainAction by @RXminuS in #1994
- Do not fix plugin verifier version by @mkondratek in #1982
- Disable highlight pass on mock files by @pkukielka in #1998
- Bump cody commit by @pkukielka in #2001
- Ensure the rendered autocompletion is not empty (fixes #2003) by @mkondratek in #2007
- Update latest supported IntelliJ platform version to 242.2 by @pkukielka in #2009
- Add Experimental channel by @mkondratek in #1997
- Fix file removal listener and file focus during edits by @pkukielka in #2011
- Run plugin verifier for 2024.2 and add INTERNAL_API_USAGES to the skipped failure levels by @mkondratek in #2010
- Do not run INTERNAL_API_USAGES plugin validation by @pkukielka in #2014
- Cody Fix: Properly Handle Edit & Retry by @RXminuS in #2013
- Minimal version supported by verifier should be 2022.1, not 2021.1 by @pkukielka in #2015
- Bump cody commit by @pkukielka in #2016
Full Changelog: v6.0.16...v6.0.25