Skip to content

Releases: Phosky71/Perplexity-Assistant

Perplexity Assistant - Stable Release v1.1.0

25 Nov 22:19
1055ac1

Choose a tag to compare

🎉 Stable Release

This is the recommended stable release of the Perplexity Assistant plugin for IntelliJ-based IDEs. All critical bugs have been fixed and the plugin is now fully functional.

✅ Bug Fixes

  • Fixed JSON serialization bug that prevented API calls from working
  • Fixed canMakeRequest logic that caused false "limit reached" messages
  • Fixed Service annotation for proper application-level service registration
  • Added missing OkHttp dependency
  • Fixed string syntax errors in settings
  • Added missing imports (ApplicationManager, JSONArray)

✨ Improvements

  • Translated all UI labels and messages to English
  • Added HTTP client timeouts for better reliability
  • Updated plugin compatibility to support IntelliJ IDEA 2025.2 (build 252.*)
  • Improved cost calculation accuracy

💻 Installation

  1. Download the .zip file from the assets below
  2. In your IDE, go to Settings/Preferences > Plugins > ⚙️ > Install Plugin from Disk...
  3. Select the downloaded .zip file
  4. Restart your IDE
  5. Configure your Perplexity API key in Settings > Tools > Perplexity Assistant

⚠️ Important Notice

This plugin will not be published to the JetBrains Plugin Marketplace. It is unlikely that active development will continue. Users can download and install it manually from this release.

For more information, see the README.


What's Changed

  • Fix critical bugs and improve plugin functionality by @Phosky71 in #1

Full Changelog: v1.0.1...v1.1.0

Perplexity Assistant - Unstable Release v1.0.1

25 Nov 22:13
1055ac1

Choose a tag to compare

⚠️ UNSTABLE RELEASE - DO NOT USE

❌ This release (v1.0.1) is unstable and should NOT be used.

✅ Please use the latest stable release v1.1.0 instead.

This version contains critical bugs and was released prematurely. Use v1.1.0 for a stable, working version of the plugin.


Known Issues in v1.0.1

  • Unstable API request handling
  • Configuration persistence issues
  • Incomplete bug fixes

For the working version, download v1.1.0 from the releases page.