Releases: hg199074jin/Prompt_Manager
Releases · hg199074jin/Prompt_Manager
Release list
v1.5.1 - AI 润色流式输出
v1.5.1 更新内容
新增
- AI 润色支持流式输出(Streaming):实时展示 AI 生成过程,彻底解决长提示词 120 秒超时问题
- API 配置支持编辑和删除:已有配置可通过 ✏️ 按钮直接修改,无需删除重建
修复
- 修复 AI 润色完成后误报"网络连接中断"的问题
- 修复流式传输过程中 port 断开导致的未捕获异常
安装方式:下载源码 → Chrome 打开 chrome://extensions → 开启开发者模式 → 加载已解压的扩展程序
v1.5.0
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
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
.gitignoreentries for local-onlydocs/andtest/folders. - Removed
docs/andtest/from Git tracking while keeping them available locally.
Before Publishing
- Confirm whether
manifest.jsonshould be updated from1.0.0to1.4.0before publishing the final release package.
1.3
1.2
1.1
Full Changelog: Chrome_Extension...Chrome_Extension