Add !ai Matrix command for querying other models via OpenRouter
build-agent / build-and-push (push) Successful in 7s
build-agent / build-and-push (push) Successful in 7s
This commit is contained in:
@@ -10,6 +10,10 @@ Three things this gives you:
|
||||
(Gitea Actions) and redeploys the stack (Portainer webhook).
|
||||
- **Chat-driven coding agent**: `!claude owner/repo <instruction>` in the Matrix control
|
||||
room clones the repo, runs Claude Code, and opens a PR with the result.
|
||||
- **Ask other models**: `!ai <prompt>` (default model) or `!ai provider/model <prompt>`
|
||||
(e.g. `!ai google/gemini-2.0-flash-001 explain this error`) queries any model on
|
||||
OpenRouter and replies in the room. No repo/file access — just a chat reply, unlike
|
||||
`!claude` which is the only command that can edit files and open PRs.
|
||||
|
||||
Nothing here auto-merges. Every path stops at a comment or an open PR — a human clicks merge.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user