add memory: project to all agents, remove custom subagent-registry skill
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Quick chat, web search, and lookups
|
||||
model: openrouter/google/gemini-2.5-flash:free
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 15
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Code review, analysis, and summarization
|
||||
model: opencode-go/deepseek-r1-distill-qwen-32b
|
||||
memory: project
|
||||
thinking: medium
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 30
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Scan and ingest code, docs, GitHub, webpages
|
||||
model: openrouter/google/gemini-2.5-flash:free
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 20
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Code editing (React, PHP, Python, Arduino)
|
||||
model: openrouter/deepseek/deepseek-chat
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write, grep, find
|
||||
max_turns: 30
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Database design, SQL, and schema creation
|
||||
model: opencode-go/deepseek-r1-distill-qwen-32b
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write, grep
|
||||
max_turns: 25
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Docker, YAML, NixOS config editing
|
||||
model: openrouter/deepseek/deepseek-chat
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write, grep, find
|
||||
skills: nixos-workflow, system-architect
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Complex multi-service DevOps (deep reasoning)
|
||||
model: openrouter/deepseek/deepseek-v4-pro
|
||||
memory: project
|
||||
thinking: high
|
||||
tools: read, bash, write, grep, find, edit
|
||||
max_turns: 50
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Documents, letters, and planning notes
|
||||
model: opencode-go/deepseek-r1-distill-qwen-32b
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write
|
||||
max_turns: 25
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Filesystem scanning, drive management
|
||||
model: opencode-go/qwen-coder-32b-instruct
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find, write
|
||||
max_turns: 20
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Bash, Python, MQTT, and Home Assistant
|
||||
model: opencode-go/deepseek-r1-distill-qwen-32b
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write, grep
|
||||
max_turns: 30
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Image generation via OpenRouter chat completions API
|
||||
model: openrouter/openai/gpt-5-image-mini
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, write
|
||||
max_turns: 15
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Arduino C++, ESP32, and IoT firmware
|
||||
model: opencode-go/qwen-coder-32b-instruct
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write, grep, find
|
||||
max_turns: 30
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Hardware specs, boards, and ESP Home
|
||||
model: openrouter/moonshotai/kimi-k2.6
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 20
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Obsidian note-taking and vault management
|
||||
model: opencode-go/deepseek-r1-distill-qwen-14b
|
||||
memory: project
|
||||
thinking: low
|
||||
tools: read, bash, write, grep, find
|
||||
skills: obsidian-cli
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Web search and documentation lookup
|
||||
model: openrouter/google/gemini-2.5-flash:free
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 15
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Video and image analysis via vision models
|
||||
model: openrouter/qwen/qwen-2.5-vl
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 20
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: VS Code, AI dev tools, and IDE setup
|
||||
model: openrouter/qwen/qwen-3-coder-next
|
||||
memory: project
|
||||
thinking: off
|
||||
tools: read, bash, grep, find
|
||||
max_turns: 20
|
||||
|
||||
Reference in New Issue
Block a user