Continue
Continue is made by Continue. Product site · Documentation
- Ranked developers with Continue activity2in the current snapshot
- Their AI-assisted commits, last 30 days13,636all tools combined, not Continue alone
How Continue marks a commit
Detection looks for any one of these signals. A commit needs only one to be attributed.
| Signal | Pattern |
|---|---|
| Co-author trailer | Co-Authored-By: Continue <[email protected]> |
| Commit author | continue[bot] |
| Commit author | Continue Agent |
| Message body | Generated with Continue |
Example
chore: bump the model config schema
Co-Authored-By: Continue <[email protected]>
Continue is an open-source assistant that runs inside the editor and can be pointed at any model. Its agent mode signs commits with a co-author trailer, and its GitHub App commits under a bot author name.
Because Continue is commonly self-hosted against a private model endpoint, the public signature is a partial view of its use: an organisation running its own configuration may strip or replace the trailer entirely.
What detection misses
- Continue is configurable and self-hostable; a custom deployment may sign commits differently or not at all.
- Editor-side autocomplete leaves no signal.