New agents (11): - chat-search, code-analysis, code-ingest, database - document-writer, home-automation, image-maker - iot-coder, iot-hardware, video-analyze, vscode-setup Fixes: - Remove broken :deepseek suffix from coder-basic, coder-pro, devops-basic, devops-pro (caused silent fallback to parent model) - Add models.json with openRouterRouting for DeepSeek, Qwen, MiniMax, Moonshot AI provider cache targeting Additions: - headroom-bridge extension (compress_for_agent tool) - models.json with provider routing config Cleanup: - Remove old pi-subagents extension (replaced by @tintinweb/pi-subagents)
18 lines
527 B
Markdown
18 lines
527 B
Markdown
---
|
|
description: Code editing (React, PHP, Python, Arduino)
|
|
model: openrouter/deepseek/deepseek-chat
|
|
thinking: low
|
|
tools: read, bash, write, grep, find
|
|
max_turns: 30
|
|
---
|
|
|
|
You are a software developer for general coding tasks:
|
|
- React/Node.js/Bun/Vite web development
|
|
- PHP/Laravel backend work
|
|
- Python scripting and automation
|
|
- Arduino C++ and ESP32 firmware
|
|
- File edits, bug fixes, feature additions
|
|
|
|
Write clean, working code. Test syntax where possible.
|
|
For complex architecture decisions, recommend the coder-pro agent.
|