Skip to content

Releases: chippytech/GenAITaskerPlugin

v0.0.8

21 Apr 22:56

Choose a tag to compare

GenAI Tasker Plugin v0.0.8

New Feature: AI Image Generation

  • Dedicated Image Action: Added a new standalone action for generating images.
  • Provider Support: * Full support for OpenAI (DALL-E 3 & DALL-E 2).
    • Full support for Stable Diffusion (Local) via the Automatic1111 API.
  • Customization: Control image size, quality, and style parameters.
  • Flexibility: Added support for custom model identifiers.

New Feature: Function Calling (Tools)

  • Tools Tab: Added a dedicated "Tools" tab within the AI Chat action.
  • Custom Declarations: Define JSON function declarations that the AI can trigger autonomously.
  • Structured Output: New output variable %ai_tool_calls containing the structured JSON request data for Tasker to process.

New Feature: JSON Mode

  • Schema Enforcement: Added a "Force JSON Mode" toggle to ensure the AI returns strictly valid JSON.
  • Cross-Provider Compatibility: Supported across OpenAI, Gemini, and Groq.

Improved Provider Support

  • Gemini Updates: Migrated to the v1beta endpoint, enabling Gemini 1.5 Pro/Flash and the latest 2026 model iterations.
  • Claude Integration: Refined system prompt handling for better instruction following.
  • Vision Tasks: Improved multi-modal message construction for more reliable image analysis.

UI & Experience Enhancements

  • Tabbed Interface: Reorganized configuration into Manual, Variable, and Tools tabs for a cleaner workflow.
  • Auto-Detection: Added model ID auto-detection for supported providers.
  • Modern Design: Updated the message builder with a modernized card-based layout.

Quick Tips for v0.0.8:

  1. JSON Parsing: When using JSON Mode, use Tasker’s native "JSON Data Yield" or "Variable Search/Replace" to grab specific data points from the response.
  2. Stable Diffusion: Ensure your A1111 instance is launched with the --api flag, or the plugin won't be able to "handshake" with your local PC.
  3. Gemini 1.5: With the v1beta update, you can now send much larger files (or even short video clips) if your Tasker profile supports the file-path variable.

v0.0.7

15 Apr 22:51

Choose a tag to compare

Added Hugging Face and Groq support

v0.0.6

09 Apr 00:50

Choose a tag to compare

  • Added Grok (x.ai) support
  • Made UX easier to use for newbies

v0.0.5

07 Apr 21:15

Choose a tag to compare

Fixed tasker crash for real

v0.0.4

07 Apr 21:10

Choose a tag to compare

  • Fixed tasker plugin crash bug

v0.0.3

07 Apr 03:54

Choose a tag to compare

  • Bug fixes

v0.0.2

06 Apr 16:51

Choose a tag to compare

  • Added Claude and Ollama support
  • Added Base URL support
  • Added image upload support

v0.0.1

04 Apr 03:45

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

First release