bup
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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": {
|
||||||
@@ -33,11 +44,15 @@
|
|||||||
"figma": {
|
"figma": {
|
||||||
"type": "remote",
|
"type": "remote",
|
||||||
"url": "http://127.0.0.1:3845/mcp"
|
"url": "http://127.0.0.1:3845/mcp"
|
||||||
},
|
},
|
||||||
"contentful": {
|
"contentful": {
|
||||||
"type": "remote",
|
"type": "remote",
|
||||||
"url": "https://mcp.contentful.com/mcp",
|
"url": "https://mcp.contentful.com/mcp",
|
||||||
"oauth": {}
|
"oauth": {}
|
||||||
}
|
},
|
||||||
|
"codecortex": {
|
||||||
|
"type": "local",
|
||||||
|
"command": ["codecortex", "serve"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user