9 lines
287 B
Markdown
9 lines
287 B
Markdown
# Contributing
|
|
|
|
## Chat routing
|
|
|
|
Matrix control room messages no longer need a `!claude` or `!ai` command
|
|
prefix. Every message is routed automatically (via the LiteLLM gateway and
|
|
`agent/src/router.js`'s classifier) to the right handler — no prefix is
|
|
required or recognized anymore.
|