squid-rs 0.6.0

An AI-powered command-line tool for code reviews and suggestions.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "api_url": "http://127.0.0.1:1234/v1",
  "api_model": "local-model",
  "log_level": "error",
  "permissions": {
    "allow": [
      "now",
      "read_file",
      "grep",
      "bash:ls",
      "bash:pwd",
      "bash:git status",
      "bash:cat"
    ],
    "deny": []
  },
  "version": "0.6.0"
}