Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/MindWork AI Studio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<ItemGroup>
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.3.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.14" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.15" />
<PackageReference Include="MudBlazor" Version="8.15.0" />
<PackageReference Include="MudBlazor.Markdown" Version="8.11.0" />
<PackageReference Include="Qdrant.Client" Version="1.17.0" />
Expand Down
24 changes: 12 additions & 12 deletions app/MindWork AI Studio/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct",
"requested": "[9.0.14, )",
"resolved": "9.0.14",
"contentHash": "Mw7HO29yv8DIo2e//a/OdK1lFu47v7k9BaLQmdTp75i+i867FlgfS54fKuJl8KCC5YBCh8ov2+q9DHC5tLIoMg==",
"requested": "[9.0.15, )",
"resolved": "9.0.15",
"contentHash": "XFlI3ZISL344QdPLtaXG0yPyjkHQR82DYXrJa9aF00Qeu7dDnFxwFgP/ItkkyiLjAe/NSj6vksxOdnelXGT1vQ==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.14"
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.15"
}
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[9.0.14, )",
"resolved": "9.0.14",
"contentHash": "+MeWjj5sGq6Oj/l0E9RPMgXDyCIPxczzCbGuvuVTZFEGiy2S/atsfoAoKUnkEin/GeGpN+HenCzRmiQKSc99eQ=="
"requested": "[9.0.15, )",
"resolved": "9.0.15",
"contentHash": "EejcbfCMR77Dthy77qxRbEShmzLApHZUPqXMBVQK+A0pNrRThkaHoGGMGvbq/gTkC/waKcDEgjBkbaejB58Wtw=="
},
"MudBlazor": {
"type": "Direct",
Expand Down Expand Up @@ -182,10 +182,10 @@
},
"Microsoft.Extensions.FileProviders.Abstractions": {
"type": "Transitive",
"resolved": "9.0.14",
"contentHash": "zQHjufn8oR4VdjtrCQZNTfNKolDeT/VOhF/YFsZqaQMHZzTIMzWD56UpoEMQYbYwjxiTRzRGuNfFlINP0AcC6w==",
"resolved": "9.0.15",
"contentHash": "yzWilnNU/MvHINapPhY6iFAeApZnhToXbEBplORucn01hFc1F6ZaKt0V9dHYpUMun8WR9cSnq1ky35FWREVZbA==",
"dependencies": {
"Microsoft.Extensions.Primitives": "9.0.14"
"Microsoft.Extensions.Primitives": "9.0.15"
}
},
"Microsoft.Extensions.Localization": {
Expand Down Expand Up @@ -223,8 +223,8 @@
},
"Microsoft.Extensions.Primitives": {
"type": "Transitive",
"resolved": "9.0.14",
"contentHash": "1bP1fEv6MdXvX4TsxrT94AE2aOIPI9p0xgVsxUliB91wDXHUwbBHV1hXKbfu0ZHEdBuYEusyTVoUwUXp71fh8w=="
"resolved": "9.0.15",
"contentHash": "WRPJ9kpIwsOcghRT0tduIqiz7CDv7WsnL4kTJavtHS4j5AW++4LlR63oOSTL2o/zLR4T1z0/FQMgrnsPJ5bpQQ=="
},
"Microsoft.JSInterop": {
"type": "Transitive",
Expand Down
3 changes: 2 additions & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v26.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
- Fixed an issue where exporting to Word could fail when the message contained certain formatting.
- Fixed security issues in the native app runtime by strengthening how AI Studio creates and protects the secret values used for its internal secure connection.
- Updated several security-sensitive Rust dependencies in the native runtime to address known vulnerabilities.
- Updated .NET to v9.0.14
- Updated .NET to v9.0.15
- Updated dependencies
4 changes: 2 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
26.2.2
2026-02-22 14:14:47 UTC
234
9.0.115 (commit 45056ad45c)
9.0.14 (commit 19c07820cb)
9.0.116 (commit fb4af7e1b3)
9.0.15 (commit 4250c8399a)
1.93.1 (commit 01f6ddf75)
8.15.0
1.8.3
Expand Down
8 changes: 4 additions & 4 deletions runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flexi_logger = "0.31.8"
log = { version = "0.4.29", features = ["kv"] }
once_cell = "1.21.4"
rocket = { version = "0.5.1", features = ["json", "tls"] }
rand = "0.10.0"
rand = "0.10.1"
rand_chacha = "0.10.0"
base64 = "0.22.1"
aes = "0.8.4"
Expand Down