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.autoUpdate = true;
onActivation.upgrade = true;
taps = [ "bufbuild/buf"];
taps = [ "bufbuild/buf" "deskflow/tap" ];
brews = [
"biome"
@@ -47,6 +47,8 @@
];
casks = [
"deskflow"
# CLEO APP
"zulu@17"
"android-commandlinetools"

View File

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

View File

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