[release]

This commit is contained in:
crschnick
2026-03-28 10:21:12 +00:00
parent 2c2d13c022
commit 1e43acdb5a
4 changed files with 11 additions and 2 deletions
@@ -73,7 +73,7 @@ public class AppMcpServer {
mutationTools.add(McpTools.runCommand());
mutationTools.add(McpTools.runScript());
mutationTools.add(McpTools.toggleState());
readOnlyTools.add(McpTools.callApi());
mutationTools.add(McpTools.callApi());
for (McpServerFeatures.SyncToolSpecification readOnlyTool : readOnlyTools) {
syncServer.addTool(readOnlyTool);
@@ -107,6 +107,7 @@ public final class AppPrefs {
.build());
final BooleanProperty hideVaultEntryNames = map(Mapping.builder()
.property(new GlobalBooleanProperty(false))
.vaultSpecific(true)
.key("hideVaultEntryNames")
.valueClass(Boolean.class)
.requiresRestart(false)
+8
View File
@@ -0,0 +1,8 @@
- Add setting to hide connection names from git vault when the entire vault encryption was enabled
- Add new MCP server endpoint call_api to send requests to the HTTP API via MCP
- Fix various incus/LXD actions being broken when using multiple projects
- Fix choco update check being broken on Windows
- Fix bitwarden sync button staying disabled after sync failure
- Fix NullPointer for PsSessions when no gateway was set
- Fix zellij being launched with wrong TERM environment variable
- Fix various NullPointers
+1 -1
View File
@@ -1 +1 @@
22.0
22.1