AI-Studio/app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md

14 lines
1.7 KiB
Markdown
Raw Normal View History

2025-01-02 19:47:44 +00:00
# v0.9.23, build 198 (2025-01-02 19:39 UTC)
2025-01-01 14:49:27 +00:00
- Added an ERI server coding assistant as a preview feature behind the RAG feature flag. This helps you implement an ERI server to gain access to, e.g., your enterprise data from within AI Studio.
2025-01-02 14:24:15 +00:00
- Improved dark mode: Code blocks are now displayed in a dark theme as well (previously, they were displayed in a light theme, no matter what).
- Improved profile handling: Every chat remembers the last profile used.
2025-01-02 12:16:47 +00:00
- Improved the chat UI: You can now set the aspect ratio between workspaces and chat as you like.
2025-01-01 14:49:27 +00:00
- Improved provider requests by handling rate limits by retrying requests.
- Improved the creation of the "the bias of the day" workspace; create that workspace only when the bias of the day feature is used.
- Improved the save operation of settings by using a temporary file to avoid data loss in rare cases.
- Improved the system prompt handling: Injection of profiles into system prompts happens right before sending the data. This way, the original system prompts are not modified.
- Improved the navigation bar handling when configured as "never expands" with or without tooltips.
2025-01-02 19:47:44 +00:00
- Fixed OpenAI `o` (aka omni, aka reasoning) models. The early preview versions (released before 17th December 2024) could not use any system prompts —- we translated the system prompts to be user prompts. Final versions of the OpenAI `o` models can now use system prompts, but they are named `developer` instead of `system`.
2025-01-01 14:49:27 +00:00
- Fixed layout issues when selecting `other` items (e.g., programming languages).
2025-01-01 17:05:26 +00:00
- Fixed a bug about the bias of the day workspace when the workspace component was hidden.
- Upgraded dependencies to the latest versions.