Skip to content

Commit 8fa1069

Browse files
committed
feat(ai): enable zai usage in claude
1 parent 63a805b commit 8fa1069

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.claude/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"enabledMcpjsonServers": ["serena", "nixos"],
3-
"enableAllProjectMcpServers": true,
42
"permissions": {
53
"allow": [
64
"Bash(nix flake check:*)",
@@ -10,5 +8,7 @@
108
],
119
"deny": [],
1210
"ask": []
13-
}
11+
},
12+
"enableAllProjectMcpServers": true,
13+
"enabledMcpjsonServers": ["serena", "nixos"]
1414
}

home/ai/repl/claude/plugins.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ _: {
22
programs.claude-code.settings = {
33
enabledPlugins = {
44
"ralph-wiggum@claude-plugins-official" = true;
5+
"glm-plan-usage@zai-coding-plugins" = true;
56
};
67
};
78
}

0 commit comments

Comments
 (0)