LIT Prompts version history - 4 versions
LIT Prompts by Colarusso
LIT Prompts version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.0.0
Released Aug 20, 2026 - 545.6 KBWorks with firefox 109.0a1 and laterThis 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.
Source code released under MIT License
Older versions
Version 0.2.1
Released Aug 18, 2025 - 3.07 MBWorks with firefox 109.0a1 and later- 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).
Source code released under MIT License
- 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.,
Version 0.2.0
Released Apr 3, 2024 - 3.07 MBWorks with firefox 109.0a1 and laterBug 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 behaviorSource code released under MIT License
Version 0.1.0
Released Jan 4, 2024 - 485.55 KBWorks with firefox 109.0a1 and laterSource code released under MIT License