Aia - Ai Assistant

Version 2.1.3 Beta 1
Released On
Updated On
File Size 59.92 Kb
MD5 Signature 2cb5ff56dd44b9cf1c6b86fdbc237b1e
Licence GNU General Public License, Version 2 or later

Changelog

Beta 1

Added

  • Updated the list of available Anthropic (Claude) models to reflect the latest supported versions and capabilities.
  • Updated the available GPT model options to include current OpenAI models and remove deprecated entries.

Fixed

  • Fixed an issue where requests containing HTML, quotes, ampersands (&), equals signs (=), or large blocks of code could fail or return invalid responses. All application/x-www-form-urlencoded POST parameters are now correctly URL-encoded to prevent request corruption.
  • Improved response handling to safely process non-JSON or empty server responses (for example, session timeouts or server errors), preventing client-side JSON parsing failures.
  • AJAX responses are now read as raw text first and parsed defensively, allowing clearer error messages when the server returns HTML or malformed output instead of JSON.