Skip to content

v5.2.9816

Compare
Choose a tag to compare
@exigow exigow released this 27 Nov 12:13
· 698 commits to main since this release
d93e317

Highlights

  • New: Added visual hint when the user has exceeded the rate limit
  • Fixed: Multi-line completions now respects indentation settings
  • Fixed: Autocompletion trigger while typing is now more sensitive
  • Fixed: Send button is now disabled when there is no text in prompt or chat is still responding
  • Fixed: The issue with transparency in chat buttons (Insert at Cursor and Copy) has been resolved
  • Fixed: The race condition caused by reading the repository URL has been addressed (we are not sure if the problem has been 100% fixed, but we were unable to reproduce it again)

What's Changed

  • Minor RepoAvailableEmbeddingStatus types changes by @Strum355 in #116
  • Fixing lookup manager autocomplete when no input from the user by @Sa1to in #120
  • Fix passing value of CompletionEvent's 'multiline' instead of 'multilineMode' for telemetry data by @Strum355 in #121
  • Shorten prefix and update template messaging by @kalanchan in #113
  • Extract components from CodyToolWindowContent by @mkondratek in #76
  • Migrate common package to Kotlin by @mkondratek in #122
  • Update README with URLs by @iskyOS in #123
  • Improve Send button & Chat user experience by @mkondratek in #125
  • Disable "Send" button when a response is being generated by @mkondratek in #128
  • Increasing autocompletion trigger sensitivity by @Sa1to in #129
  • Add a visual hint when the user has exceeded the rate limit by @mkondratek in #111
  • Fix the appearance of Insert at Cursor and Copy buttons by @mkondratek in #132
  • Update codyCommit by @mkondratek in #139
  • Bump hardcoded version to prevent issues with version recognition by IDE by @exigow in #74
  • Handle race between querying for VCS repositories and them being loaded by IntelliJ by @Strum355 in #110
  • Adding formatting to multiline autocomplete by @Sa1to in #141
  • Send anonymousUseID to agent by @Strum355 in #142

New Contributors

Full Changelog: v5.2.7299...v5.2.9816