Observability Status Line File IO and Misc Settings
Observability Status Line File IO and Misc Settings
{
"otelHeadersHelper": "/bin/generate_otel_headers.sh",
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh"
},
"fileSuggestion": {
"type": "command",
"command": "~/.claude/file-suggestion.sh"
},
"respectGitignore": true
}
otelHeadersHelper— script to generate dynamic OTel headers. Runs at startup and periodically. Should output JSON, e.g.{"x-otlp-token": "Bearer abc123", "x-trace-env": "prod"}.statusLine— display a custom status line alongside Claude's output.fileSuggestion— custom script to power@file autocomplete suggestions.respectGitignore— whether the@file picker hides files matched by.gitignore(default: true). Set to false to show ALL files in the picker, including gitignored ones.
Related: Status Line, Claude Code Settings