sid-isnt-done 0.3.0

sid is a UNIX-inspired coding agent for Anthropic-compatible APIs
Documentation
# Built-in bash tool: Execute shell commands in the workspace
# MANUAL: Requires user approval before execution
bash_ENABLED="MANUAL"

# Built-in text editor tool: View and modify workspace files
# MANUAL: Requires user approval for modifications
# CONFIRM="YES": Shows preview of changes before execution
edit_ENABLED="MANUAL"
edit_CONFIRM="YES"

# Read a file or line range from the workspace
# YES: Read-only, safe to run without approval
read_ENABLED="YES"

# Search the workspace for a pattern
# YES: Read-only, safe to run without approval
search_ENABLED="YES"

# List workspace files matching a glob pattern
# YES: Read-only, safe to run without approval
glob_ENABLED="YES"

# Show git working tree status
# YES: Read-only, safe to run without approval
git_status_ENABLED="YES"

# Show git diff
# YES: Read-only, safe to run without approval
git_diff_ENABLED="YES"