switch to gitea, use GLM 5.2
This commit is contained in:
@@ -13,8 +13,8 @@ permission:
|
||||
"rui-task-discovery": deny
|
||||
task:
|
||||
"*": deny
|
||||
model: zenmux/anthropic/claude-sonnet-4.6
|
||||
temperature: 0.4
|
||||
model: zenmux/z-ai/glm-5.2
|
||||
temperature: 1.0
|
||||
---
|
||||
|
||||
You are a focused implementation agent. Your job is to complete exactly one
|
||||
|
||||
@@ -16,7 +16,7 @@ permission:
|
||||
"rui-task-discovery": deny
|
||||
task:
|
||||
"*": deny
|
||||
model: zenmux/moonshotai/kimi-k2.7-code
|
||||
model: zenmux/z-ai/glm-5.2
|
||||
temperature: 1.0
|
||||
---
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ permission:
|
||||
"general": allow
|
||||
"explore": allow
|
||||
"scout": allow
|
||||
model: bifrost/ct/qwen3.6-35b-a3b
|
||||
model: zenmux/z-ai/glm-5.2
|
||||
---
|
||||
You are an expert orchestration agent — a master coordinator and task router with deep knowledge across software engineering, project management, and multi-agent system design. Your primary role is to analyze incoming tasks, determine their complexity, and either handle them directly or intelligently delegate them to the most appropriate specialized subagents (via task tool call).
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ permission:
|
||||
"rui-task-discovery": deny
|
||||
task:
|
||||
"*": deny
|
||||
model: zenmux/minimax/minimax-m3
|
||||
model: zenmux/moonshotai/kimi-k2.7-code
|
||||
temperature: 1.0
|
||||
---
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ docker run -it --rm \
|
||||
--volume "/home/skyblond/opencode/opencode.json:/home/devuser/.config/opencode/opencode.json:ro" \
|
||||
--volume "/home/skyblond/opencode/scripts:/external/opencode/scripts:ro" \
|
||||
--volume "/home/skyblond/opencode/opencode-data:/home/devuser/.local/share/opencode/" \
|
||||
--volume "/var/run/docker.sock:/var/run/docker.sock" \
|
||||
--env-file .env \
|
||||
cleverrouter-dev zsh -c "/home/devuser/.opencode/bin/opencode upgrade ; /home/devuser/.opencode/bin/opencode"
|
||||
|
||||
|
||||
+4
-4
@@ -2,12 +2,12 @@
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"permission": "allow",
|
||||
"mcp": {
|
||||
"forgejo": {
|
||||
"gitea": {
|
||||
"type": "local",
|
||||
"command": ["/usr/local/bin/forgejo-mcp", "-t", "stdio", "-url", "https://git.cleverthis.com", "-token", "{env:FORGEJO_PAT}"],
|
||||
"command": ["go", "run", "gitea.com/gitea/gitea-mcp@latest", "-t", "stdio"],
|
||||
"environment": {
|
||||
"FORGEJO_HOST": "https://git.cleverthis.com",
|
||||
"FORGEJO_ACCESS_TOKEN": "{env:FORGEJO_PAT}"
|
||||
"GITEA_HOST": "https://git.cleverthis.com",
|
||||
"GITEA_ACCESS_TOKEN": "{env:FORGEJO_PAT}"
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
@@ -12,6 +12,9 @@ Acting as **Rui Hu** (Forgejo username: `hurui200320`).
|
||||
- **Server:** `git.cleverthis.com`
|
||||
- **Repository:** Ask user.
|
||||
|
||||
> Note: recently the company switched to Gitea, but forgejo is based on gitea,
|
||||
> so the skill and other document will use forgejo and gitea interchangeably
|
||||
|
||||
## Git Identity
|
||||
|
||||
For all git commits, use:
|
||||
|
||||
Reference in New Issue
Block a user