This commit is contained in:
Matthew Bessette
2026-05-11 15:38:06 -04:00
parent 28b9da1191
commit ef8af5c732
3 changed files with 26 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
onActivation.cleanup = "uninstall"; onActivation.cleanup = "uninstall";
onActivation.autoUpdate = true; onActivation.autoUpdate = true;
onActivation.upgrade = true; onActivation.upgrade = true;
taps = [ "bufbuild/buf"]; taps = [ "bufbuild/buf" "deskflow/tap" ];
brews = [ brews = [
"biome" "biome"
@@ -47,6 +47,8 @@
]; ];
casks = [ casks = [
"deskflow"
# CLEO APP # CLEO APP
"zulu@17" "zulu@17"
"android-commandlinetools" "android-commandlinetools"

View File

@@ -18,6 +18,17 @@
"name": "qwen3.5-27b" "name": "qwen3.5-27b"
} }
} }
},
"docker-local": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://localhost:12434/v1"
},
"models": {
"gemma4": {
"name": "ai/gemma4:E4B"
}
}
} }
}, },
"agent": { "agent": {
@@ -38,6 +49,10 @@
"type": "remote", "type": "remote",
"url": "https://mcp.contentful.com/mcp", "url": "https://mcp.contentful.com/mcp",
"oauth": {} "oauth": {}
},
"codecortex": {
"type": "local",
"command": ["codecortex", "serve"]
} }
} }
} }

View File

@@ -34,12 +34,13 @@
onActivation.cleanup = "uninstall"; onActivation.cleanup = "uninstall";
onActivation.autoUpdate = true; onActivation.autoUpdate = true;
onActivation.upgrade = true; onActivation.upgrade = true;
taps = [ "bufbuild/buf" "jacobjohansen/tap" ]; taps = [ "deskflow/tap" ];
brews = [ brews = [
"biome" "biome"
]; ];
casks = [ casks = [
"1password" "1password"
"deskflow"
"iterm2" "iterm2"
"moonlight" "moonlight"
"obsidian" "obsidian"