| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Add presets popover in prompt input toolbar for quick insertion
- Add presets manager dialog for CRUD and reorder
- Support variables ({date}, {time}, {file}, {code}, {text})
- Persist presets using platform-aware storage (localStorage for web, local file for desktop)
- Add i18n support for 18 languages
- Add unit tests for extractVariables and resolveVariables
- Fix button styling to match project conventions (size=large, variant=primary)
Closes anomalyco#25817
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Issue for this PR
Closes #31988
Type of change
What does this PR do?
Fixes issues with the presets feature:
How did you verify your code works?
Screenshots / recordings
Before:
After:
Checklist