Skip to content

Releases: wildbyteai/promptlens

PromptLens v0.6.0

Choose a tag to compare

@wildbyteai wildbyteai released this 08 Jul 06:25

PromptLens v0.6.0

PromptLens v0.6.0 adds ChatGPT Plus Assist for users who have ChatGPT Plus / Pro but do not use a Vision API key.

Highlights

  • Added ChatGPT Plus Assist mode alongside API Automatic Analysis.
  • Added local assist actions to download the prepared JPEG, copy a ChatGPT-ready instruction, open ChatGPT, and try the experimental handoff.
  • Experimental ChatGPT handoff now opens ChatGPT, waits for the page to settle, attempts to attach the prepared image and fill the instruction, and leaves sending to the user.
  • Stabilized the handoff flow by preserving transfer payloads until success, selecting the visible ChatGPT composer, avoiding duplicate image attachments, and extending status polling.
  • Updated website, README files, security notes, Chrome Web Store privacy text, and release checklist for the v0.6.0 behavior.

Privacy and permissions

  • PromptLens does not automatically send ChatGPT messages.
  • PromptLens does not read ChatGPT replies or conversation history.
  • PromptLens does not store ChatGPT page content.
  • Optional https://chatgpt.com/* access is requested only after the user clicks the experimental ChatGPT handoff button.
  • The extension still has no backend service, no telemetry, no account system, and no downloads permission.

Verification

  • node --test tests/*.test.js → 13/13 passing
  • bash tests/package-extension-forbidden-regex.sh → passing
  • bash scripts/package-extension.sh → created and validated dist/promptlens-v0.6.0.zip

PromptLens v0.5.1

Choose a tag to compare

@wildbyteai wildbyteai released this 06 Jul 03:31

0.5.1 - 2026-07-06

Fixes

  • Remove Quick Test and Vision Test from the options page because real image analysis can work even when synthetic model-test requests fail through some gateways.
  • Simplify First Success onboarding to guide users from API configuration directly to right-click image analysis or screenshot selection.
  • Remove local model-test status documentation so setup guidance matches the actual product flow.

PromptLens v0.5.0

Choose a tag to compare

@wildbyteai wildbyteai released this 06 Jul 00:27

0.5.0 - 2026-07-06

Features

  • Add First Success onboarding on the options page to guide users through BYO Vision API setup, model testing, first image analysis, and copy/export outcomes.
  • Add lightweight checklist state, collapsible onboarding persistence, and current-configuration-aware quick/vision test status.
  • Add classified quick and vision test errors with actionable next steps, safety notes, and request timeouts.
  • Add minimal Provider setup examples for OpenAI-compatible services, OpenAI, Ollama, OpenRouter/SiliconFlow, and DeepSeek compatibility caveats.
  • Add contextual result-page next steps for prompt workflows and visual marketing diagnosis workflows.
  • Add a one-click marketing business-context example for visual marketing diagnosis.

Fixes

  • Keep Provider test state bound to the current Provider, Base URL, and Model so stale test results do not mislead users.
  • Align result next-step styles with the existing Warm Studio theme tokens.
  • Point website download links to GitHub Releases.

Documentation

  • Document the First Success onboarding path, local test status fields, BYO Vision API privacy boundaries, and bilingual discoverability improvements.
  • Update Chrome Web Store release preparation notes for v0.5.0.

PromptLens v0.4.0

Choose a tag to compare

@wildbyteai wildbyteai released this 03 Jul 08:25

Highlights

  • Add Visual Marketing Diagnosis for commercial visuals with owner-friendly summaries, marketing diagnosis, low-cost adaptation briefs, and Markdown case drafts.
  • Apply the Warm Studio visual refresh across result, history, and settings workflows.
  • Improve Chinese UI consistency on result and history pages.
  • Make history records easier to scan with summary cards and collapsed full details.

Verification

  • result marketing render tests passed
  • history summary tests passed
  • history language tests passed
  • history format tests passed
  • result language tests passed
  • template schema tests passed
  • marketing diagnosis tests passed
  • prompt variants tests passed
  • extension package forbidden-regex check passed
  • Created and validated dist/promptlens-v0.4.0.zip

PromptLens v0.3.1

Choose a tag to compare

@wildbyteai wildbyteai released this 02 Jul 05:17

Website: add Chinese/English language switching with a baoyu-design styled language control. Release package includes the latest history URL recall and professional prompt variants updates.

PromptLens v0.3.0

Choose a tag to compare

@wildbyteai wildbyteai released this 02 Jul 03:58

PromptLens v0.3.0

PromptLens v0.3.0 is the first formal GitHub Release package for the Chrome MV3 extension.

Highlights

  • Added built-in and custom output templates for reusable prompt formats.
  • Added provider presets for OpenAI, DeepSeek, Alibaba, SiliconFlow, Groq, OpenRouter, Ollama, and custom OpenAI-compatible endpoints.
  • Added screenshot-region analysis with the default Alt+Shift+S shortcut.
  • Added result export actions for JSON and Markdown.
  • Added model testing and token usage display.
  • Added optional local history, disabled by default, without image thumbnails.
  • Added basic English, Simplified Chinese, and Traditional Chinese localization.
  • Added Chrome Web Store preparation material and a verified extension zip workflow.

Installation

Download promptlens-v0.3.0.zip, unzip it locally, then load the unpacked extension directory from chrome://extensions with Developer mode enabled.

PromptLens does not include a built-in model service. Configure your own OpenAI-compatible Vision API endpoint in the extension options page.

Artifact

  • promptlens-v0.3.0.zip: verified Chrome extension package generated from manifest.json version 0.3.0.