github paul-gauthier/aider v0.7.2

latest releases: v0.58.2.dev, v0.58.1, v0.58.0...
15 months ago

New in v0.7.2:

  • Fixed a bug to allow aider to edit files that contain triple backtick fences.

Plus changes from earlier v0.7.x versions:

  • Fixed a bug in the display of streaming diffs in GPT-3.5 chats.
  • Graceful handling of context window exhaustion, including helpful tips.
  • Added --message to give GPT that one instruction and then exit after it replies and any edits are performed.
  • Added --no-stream to disable streaming GPT responses.
    • Non-streaming responses include token usage info.
    • Enables display of cost info based on OpenAI advertised pricing.
  • Coding competence benchmarking tool against suite of programming tasks based on Execism's python repo.
  • Major refactor in preparation for supporting new function calls api.
  • Initial implementation of a function based code editing backend for 3.5.
    • Initial experiments show that using functions makes 3.5 less competent at coding.
  • Limit automatic retries when GPT returns a malformed edit response.

Don't miss a new aider release

NewReleases is sending notifications on new releases.