github Natively-AI-assistant/natively-cluely-ai-assistant v1.1.8

latest releases: v2.4.0, v2.3.0, v2.2.0...
one month ago

Summary

Patch update addressing OpenAI GPT 5.x compatibility and increasing token output limits for all providers.

What's New

  • Replaced deprecated max_tokens parameter with max_completion_tokens required by GPT 5.x models.
  • Increased max output tokens for OpenAI (GPT 5.2) and Claude (Sonnet 4.5) to 65,536.
  • Increased max output tokens for Groq (Llama 3.3 70B) to 32,768.

Improvements

  • Improved response length capabilities across all text-generation AI models.
  • Updated connection test model to use gpt-5.2-chat-latest instead of the deprecated gpt-3.5-turbo.

Fixes

  • Fixed 400 error when using OpenAI GPT 5.x models for text queries and toggle actions.

Technical

  • Replaced max_tokens with max_completion_tokens in LLMHelper.ts and ipcHandlers.ts.

⚠️macOS Installation (Unsigned Build)

Download the correct architecture .zip or .dmg file for your device (Apple Silicon or Intel).

If you see "App is damaged":

  • For .zip downloads:

    1. Move the app to your Applications folder.
    2. Open Terminal and run: xattr -cr /Applications/Natively.app
  • For .dmg downloads:

    1. Open Terminal and run:
      xattr -cr ~/Downloads/Natively-1.1.8-arm64.dmg
    2. Install the natively.dmg
    3. Open Terminal and run: xattr -cr /Applications/Natively.app

Don't miss a new natively-cluely-ai-assistant release

NewReleases is sending notifications on new releases.