# agent queries a local database
$ sqlite3 app.db ".mode json" "SELECT * FROM users LIMIT 2"
  [{"id":1,"name":"alice"},{"id":2,"name":"bob"}]
 
$ sqlite3 app.db ".tables"
  products  users  orders

Can AI agents use SQLite?

The SQLite command-line shell. Agents use it to create databases, run queries, import/export data, and manage schemas without a server.

What you get with CLIWatch

Set up automated evals for your own CLI in minutes.

ModelPass RateDelta
Sonnet 4.595%+5%
GPT-4.180%-5%
Haiku 4.565%-10%

CI & PR Comments

Get automated PR comments with per-model pass rates, regressions, and a link to the full comparison dashboard.

Pass rateLast 30 days
v1.0v1.6

Track Over Time

See how your CLI's agent compatibility changes across releases. Spot trends and regressions at a glance.

thresholds:
  claude-sonnet-4-5: 80%
  gpt-4.1: 75%
  claude-haiku-4-5: 60%

Quality Gates

Set per-model pass rate thresholds. CI fails if evals drop below your targets.

Get this for your CLI

Run evals in CI, get PR comments with regressions, track pass rates over time, and gate merges on quality thresholds — all from a single GitHub Actions workflow.

Compare other CLI evals