0.0.82
November 28, 2024
- Added matching for folder names when filtering the context (useful for Next.js projects)
- Added keyboard shortcuts for common actions (new task, copy prompt, send API and scroll to output)
Ctrl/Cmd + N
for new taskCtrl/Cmd + Shift + C
for copying promptCtrl/Cmd + Enter
for sending API requestCtrl/Cmd + O
for scrolling to output- Feel free to suggest more keyboard shortcuts!
- Improve UI/UX for the model selection modal
16x Prompt wrote about 80% of the code in this release.
Thanks to Konstantin and Eakasit for the feedback and suggestions!
0.0.81
November 24, 2024
- Fixed OpenRouter streaming issue for some models where the streaming status won't change even after finishing.
- Adjusted filter logic to show (un-collapse) folders when they contain files that match the filter.
Thanks to Konstantin for the feedback and suggestions!
0.0.80
November 17, 2024
- Added streaming support for OpenRouter API, this is enabled by default
- Added streaming support for 3rd party APIs including Ollama, this is enabled by default
- Simplified streaming logic for first party models and switched them to use streaming by default
- Automatically clean up old conversation history to speed up the application
- Fixed setup for Ollama API to use 127.0.0.1 instead of localhost
16x Prompt wrote about 70% of the code in this release.
Thanks to Tom for the feedback and suggestions!