LIT Prompts 版本历史 - 4 个版本
LIT Prompts 作者: Colarusso
LIT Prompts 版本历史 - 4 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.0.0
发布于 2026年8月20日 - 545.6 KB适用于 firefox 109.0a1 及更高版本This is a major update to LIT Prompting with expanded model support, improved browser integration, and numerous workflow and reliability improvements.- Added support for multiple LLM API formats, including OpenAI-compatible Chat Completions, OpenAI Responses, and Anthropic Messages endpoints.
- Added per-template API endpoints with endpoint-specific API-key storage, while preserving compatibility with existing templates and settings.
- Added structured JSON output using JSON Schema, along with model-aware reasoning, verbosity, temperature, and output-token controls.
- Added persistent interaction state, saved transcripts, interaction logs with API credentials redacted, and a Run in New Tab option for longer interactions.
- Improved code-output display with syntax highlighting, JSON formatting, copy, wrap, and expand controls.
- Improved capture of selected text and active-page context, including iframe-based editors, extension pages, the Scratch Pad, and additional rich-editor fallbacks.
- Added an optional JavaScript template output type for advanced user-authored workflows.
- Improved Scratch Pad synchronization and conflict handling.
- Improved standalone interaction HTML exports, including credential recovery when an exported interaction is opened without a valid API key.
- Existing saved user templates are preserved during upgrade.
源代码遵循 MIT 许可证 发布
较早版本
版本 0.2.1
发布于 2025年8月18日 - 3.07 MB适用于 firefox 109.0a1 及更高版本- Because the internal month variable {{month}} returned a zero-index month (0-11), the {{month1}} variable was added to return the current month indexed at 1 (1-12). Note: the {{month2d}} variable now returns a padded version of the {{month1}} variable (e.g.,
01) instead of the {{month}} variable. - The default OpenAI models were changed to avoid models that no longer work (e.g.
gpt-3.5-turbowas replaced bygpt-4o-mini).
源代码遵循 MIT 许可证 发布
- Because the internal month variable {{month}} returned a zero-index month (0-11), the {{month1}} variable was added to return the current month indexed at 1 (1-12). Note: the {{month2d}} variable now returns a padded version of the {{month1}} variable (e.g.,
版本 0.2.0
发布于 2024年4月3日 - 3.07 MB适用于 firefox 109.0a1 及更高版本Bug fixes and enhancements.
- Removed Storage from permissions
- Added Active Tab URL to transcripts
- Add shift+enter as an exception to send on inputs (allows for line breaks in input)
- Added "restart" to Chat workflow
- Show how many characters are in output enhancement
- Added trim() to output to remove leading and trailing blank characters
- Changed copy to clipboard scope to include only most-recent output.
- Encrypt and password protect API Key on export to file
- Disable resize on exports without the scratch pad (single pane outputs
- Improve button appearance for iOS
- Fixed bug with {{scratch}} variable not rendering as string.
- Fixed bug to force repeat of novel questions
- Fixed bug with "Continue Generation" post-run behavior源代码遵循 MIT 许可证 发布