Skip to content

Releases: ecornell/ai-tools-ahk

v0.0.18

26 Nov 03:00

Choose a tag to compare

What's Changed

  • Refactor monolithic script into modular architecture by @ecornell in #12
  • Add retry logic with exponential backoff for network failures by @ecornell in #13
  • Add initial Gemini API support by @ecornell in #15

Full Changelog: v0.0.17...v0.0.18

v0.0.17

10 Aug 04:32

Choose a tag to compare

Fix:

  • Issue with the response not being written out consistently in Notepad++/VSCode

Full Changelog: v0.0.16...v0.0.17

v0.0.16

09 Aug 00:58
ff76fae

Choose a tag to compare

Thank you Rodrigo for the updates and bug fixes.

What's Changed

  • Enhancements to Handle Selected Text and Error Prevention by @Rod-Gomes in #8
  • Ensuring Accurate Text Selection by @Rod-Gomes in #9
  • Bug Fixes and Error Handling Improvements by @Rod-Gomes in #10

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

02 Jul 02:04

Choose a tag to compare

Changes:

  • Display response as HTML/Markdown in popup viewer

Full Changelog: v0.0.14...v0.0.15

v0.0.14

04 Mar 02:46

Choose a tag to compare

Changes:

  • Support for non-chat completion models has been removed
  • Interrupt the script if it is invoked while a call is in progress

v0.0.13

22 Mar 01:38

Choose a tag to compare

Changes:

  • Fixed UTF-8/Unicode responses

v0.0.12

20 Mar 02:56

Choose a tag to compare

None - Release build changes

v0.0.11

20 Mar 02:51

Choose a tag to compare

Changes:

  • API call timeout handling
  • Added option to log debugs to file
  • Renamed a few settings options to match their function

v0.0.9

14 Mar 02:30

Choose a tag to compare

Changes:

  • Fixed VS Code and Notepad++ single-line select

v0.0.8

14 Mar 01:56

Choose a tag to compare

Changes:

  • Support single-line selection in VS Code