Prepared release v26.7.1

This commit is contained in:
Thorsten Sommer 2026-07-05 18:43:14 +02:00
parent 590b1e4021
commit ac5ced41fc
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 10 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (243, "v26.7.1, build 243 (2026-07-05 16:39 UTC)", "v26.7.1.md"),
new (242, "v26.6.2, build 242 (2026-06-21 14:07 UTC)", "v26.6.2.md"),
new (241, "v26.6.1, build 241 (2026-06-11 13:49 UTC)", "v26.6.1.md"),
new (240, "v26.5.5, build 240 (2026-05-25 18:52 UTC)", "v26.5.5.md"),

View File

@ -1,4 +1,4 @@
# v26.6.3, build 243 (2026-06-xx xx:xx UTC)
# v26.7.1, build 243 (2026-07-05 16:39 UTC)
- Added the assistant builder as a beta preview feature for generating and installing assistant plugins. This no-code environment is designed so anyone can create assistants without needing a computer science background. To try it, enable preview features in the app settings and then explicitly enable the Assistant Builder feature. Thanks, Nils Kruthoff (`nilskruthoff`), for this extraordinary contribution.
- Added expert capability overrides for providers, so advanced users and configuration plugins can manually adjust selected model capabilities, including reasoning (thinking) behavior, when automatic detection needs adjustment.
- Added configuration plugin options for default chat data source behavior and the related data source selection and validation agents.

View File

@ -0,0 +1 @@
# v26.7.2, build 244 (2026-07-xx xx:xx UTC)

View File

@ -1,12 +1,12 @@
26.6.2
2026-06-21 14:07:27 UTC
242
26.7.1
2026-07-05 16:39:00 UTC
243
9.0.118 (commit c8cbca4ed1)
9.0.17 (commit f2c8152eed)
1.96.1 (commit 31fca3adb)
8.15.0
2.11.2
64e91ff4ffd, release
590b1e40217, release
osx-arm64
148.0.7763.0
0.7.2

2
runtime/Cargo.lock generated
View File

@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "26.6.2"
version = "26.7.1"
dependencies = [
"aes 0.9.1",
"apple-native-keyring-store",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "26.6.2"
version = "26.7.1"
edition = "2024"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

@ -1,7 +1,7 @@
{
"productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio",
"version": "26.6.2",
"version": "26.7.1",
"identifier": "com.github.mindwork-ai.ai-studio",
"build": {