Skip to content

Releases: hg199074jin/Prompt_Manager

v1.5.1 - AI 润色流式输出

Choose a tag to compare

@hg199074jin hg199074jin released this 02 Jun 09:42

v1.5.1 更新内容

新增

  • AI 润色支持流式输出(Streaming):实时展示 AI 生成过程,彻底解决长提示词 120 秒超时问题
  • API 配置支持编辑和删除:已有配置可通过 ✏️ 按钮直接修改,无需删除重建

修复

  • 修复 AI 润色完成后误报"网络连接中断"的问题
  • 修复流式传输过程中 port 断开导致的未捕获异常

安装方式:下载源码 → Chrome 打开 chrome://extensions → 开启开发者模式 → 加载已解压的扩展程序

v1.5.0

Choose a tag to compare

@hg199074jin hg199074jin released this 01 Jun 19:40

AI Polish Upgrade

  • Added 5 AI polish modes: quick polish, structured rewrite, variable templating, strict output format, and diagnosis.
  • Added structured AI result sections: diagnosis, improved prompt, variable suggestions, output format, and risk notes.
  • Added copy result, replace current prompt, and save-as-new actions.
  • Added better loading state, disabled action states, classified error messages, and a longer 120-second AI polish timeout for slower compatible models.
  • Updated README with detailed usage guidance for AI polish modes, optimization directions, and recommended combinations.

Validation

  • node test\ai-polish-utils.test.js
  • node test\context-menu-utils.test.js
  • node test\pro-utils.test.js
  • JS syntax check for all .js files
  • manifest.json parse check

Prompt Manager v1.4.0

Choose a tag to compare

@hg199074jin hg199074jin released this 01 Jun 18:54

Prompt Manager v1.4.0

This release focuses on making Prompt Manager more useful as a local-first professional prompt workflow tool while keeping the extension stable and lightweight.

Added

  • Right-click prompt insertion for editable fields.
  • Dynamic context menu groups for favorite, frequently used, and recently created prompts.
  • Enhanced template variables:
    • {{name}}
    • {{name:label}}
    • {{name|option1,option2}}
    • {{name:number:800}}
  • Variable filling in the popup before copying.
  • Prompt usage tracking for popup copy and context-menu insertion.
  • Usage analytics in the Options page.
  • Prompt version history with restore support.
  • Prompt rating and sorting by rating or usage count.
  • Local helper utilities for prompt menu grouping and enhanced variables.

Changed

  • Removed the injected in-page floating prompt panel and slash-command expansion from this release to avoid unreliable behavior across different AI websites and editors.
  • Kept right-click insertion as the current cross-site insertion workflow.
  • Improved background listener registration to avoid service worker startup failures when an extension API is unavailable.
  • WebDAV sync payload now includes prompt versions and usage events.

Repository Maintenance

  • Added .gitignore entries for local-only docs/ and test/ folders.
  • Removed docs/ and test/ from Git tracking while keeping them available locally.

Before Publishing

  • Confirm whether manifest.json should be updated from 1.0.0 to 1.4.0 before publishing the final release package.

1.3

1.3

Choose a tag to compare

@hg199074jin hg199074jin released this 01 Jun 17:32

Full Changelog: Chrome_Extension...1.3

1.2

1.2

Choose a tag to compare

@hg199074jin hg199074jin released this 01 Jun 14:34

1.1

1.1

Choose a tag to compare

@hg199074jin hg199074jin released this 29 May 14:03