Skip to content

Commit 71feb17

Browse files
Upgraded dependencies (#612)
1 parent 219f6bc commit 71feb17

File tree

5 files changed

+465
-64
lines changed

5 files changed

+465
-64
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Since March 2025: We have started developing the plugin system. There will be la
7979
</h3>
8080
</summary>
8181

82-
- v0.9.55: Added support for newer models like Mistral 3 & GPT 5.2, OpenRouter as LLM and embedding provider, and the possibility to use file attachments in chats.
82+
- v0.10.0: Added support for newer models like Mistral 3 & GPT 5.2, OpenRouter as LLM and embedding provider, the possibility to use file attachments in chats, and support for images as input.
8383
- v0.9.51: Added support for [Perplexity](https://www.perplexity.ai/); citations added so that LLMs can provide source references (e.g., some OpenAI models, Perplexity); added support for OpenAI's Responses API so that all text LLMs from OpenAI now work in MindWork AI Studio, including Deep Research models; web searches are now possible (some OpenAI models, Perplexity).
8484
- v0.9.50: Added support for self-hosted LLMs using [vLLM](https://blog.vllm.ai/2023/06/20/vllm.html).
8585
- v0.9.46: Released our plugin system, a German language plugin, early support for enterprise environments, and configuration plugins. Additionally, we added the Pandoc integration for future data processing and file generation.

app/MindWork AI Studio/MindWork AI Studio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PackageReference Include="MudBlazor" Version="8.15.0" />
5454
<PackageReference Include="MudBlazor.Markdown" Version="8.11.0" />
5555
<PackageReference Include="ReverseMarkdown" Version="4.7.1" />
56-
<PackageReference Include="LuaCSharp" Version="0.5.0" />
56+
<PackageReference Include="LuaCSharp" Version="0.5.1" />
5757
</ItemGroup>
5858

5959
<ItemGroup>

app/MindWork AI Studio/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"LuaCSharp": {
2424
"type": "Direct",
25-
"requested": "[0.5.0, )",
26-
"resolved": "0.5.0",
27-
"contentHash": "F2dco41jmVwntVJeF4LOknomgNjjVMAZOPgIOJQdObxUQrbNiKJulH4ZInWiZXhHSHpwhocVVjepwzfa8BpfMA=="
25+
"requested": "[0.5.1, )",
26+
"resolved": "0.5.1",
27+
"contentHash": "VJ/ibHuMEgsxja+qalzb3szYGhpN7/ZCiJJWw1zBGEb3Xd43MWNrbXSsUMdxJudTdmYaLMe3wjHZjxdw29zbUg=="
2828
},
2929
"Microsoft.Extensions.FileProviders.Embedded": {
3030
"type": "Direct",

0 commit comments

Comments
 (0)