sid-isnt-done 0.3.0

sid is a UNIX-inspired coding agent for Anthropic-compatible APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "protocol_version": 1,
  "description": "Show the working tree status of the git repository. Read-only; never modifies the repository.",
  "input_schema": {
    "type": "object",
    "properties": {
      "short": {
        "type": "boolean",
        "description": "When true, show short-format output. Defaults to false."
      }
    }
  }
}