test different models

This commit is contained in:
2026-04-30 22:24:00 +08:00
parent 71ffc2b23f
commit 171681699e
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ permission:
"rui-parallel-agents": deny
"rui-pr-review-process": deny
model: openrouter/qwen/qwen3.5-397b-a17b
temperature: 0.4
temperature: 0.6
---
You are a PR fix implementation agent. Your job is to address review comments on
+2 -2
View File
@@ -14,8 +14,8 @@ permission:
"rui-task-discovery": deny
"rui-parallel-agents": deny
"rui-pr-fix-process": deny
model: openrouter/qwen/qwen3.6-plus
temperature: 0.2
model: openrouter/qwen/qwen3.5-397b-a17b
temperature: 0.6
---
You are a focused code review agent. Your job is to review a single PR through
+2 -2
View File
@@ -44,12 +44,12 @@
"uv": {
"type": "local",
"command": ["uvx", "uv-mcp"],
"enabled": true
"enabled": false
},
"ruff": {
"type": "local",
"command": ["ruff-mcp-server"],
"enabled": true
"enabled": false
},
"context7": {
"type": "local",
+2 -2
View File
@@ -21,7 +21,7 @@ docker run -it --rm \
--network=host \
--name "cleveragents_dev_persist" \
--user $(id -u):$(id -g) \
--volume "${WORKDIR}:/app" \
--volume "${WORKDIR}:/app:z" \
--volume "/home/skyblond/cleverthis/cleveragents/workspace:/workspace" \
--volume "/home/skyblond/opencode/agents:/home/devuser/.config/opencode/agents:ro" \
--volume "/home/skyblond/opencode/skills:/home/devuser/.config/opencode/skills:ro" \
@@ -34,7 +34,7 @@ docker run -it --rm \
--env "GEMINI_API_KEY=${GEMINI_API_KEY}" \
--env "HF_TOKEN=${HF_TOKEN}" \
--env "FORGEJO_PAT=${FORGEJO_PAT}" \
cleveragents-dev zsh -c "/home/devuser/.opencode/bin/opencode upgrade && /home/devuser/.opencode/bin/opencode -m anthropic/claude-opus-4.6"
cleveragents-dev zsh -c "/home/devuser/.opencode/bin/opencode upgrade && /home/devuser/.opencode/bin/opencode"
# anthropic/claude-opus-4.6
# openrouter/anthropic/claude-opus-4.6