feat: support global config file at ~/.claude/dash0-agent-plugin.local.md#89
Merged
GuyMoses merged 5 commits intoMay 19, 2026
Merged
Conversation
8c5370f to
c64c8d2
Compare
…l.md Add fallback to global config when project-level config doesn't exist. Precedence: project-level > global > environment variables. Closes #88
c64c8d2 to
a433b06
Compare
- Show helpful message when OTLP URL or auth token is missing - Document global config file support in README - Update troubleshooting section with new error messages
a433b06 to
324acd4
Compare
Add support for privacy settings in project-level and global config files.
mosheshaham-dash0
approved these changes
May 19, 2026
| PROJECT_SETTINGS=".claude/dash0-agent-plugin.local.md" | ||
| GLOBAL_SETTINGS="$HOME/.claude/dash0-agent-plugin.local.md" | ||
|
|
||
| load_settings "$PROJECT_SETTINGS" || load_settings "$GLOBAL_SETTINGS" || true |
Contributor
There was a problem hiding this comment.
i wonder if users will try to override just a single option, like dataset.
not urgent for now
When OmitIO is true, wrap REDACTED placeholder in proper JSON structure so the UI can parse roles and show user/assistant entries in the conversation timeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
~/.claude/dash0-agent-plugin.local.mdwhen project-level config doesn't existPrecedence order
.claude/dash0-agent-plugin.local.md~/.claude/dash0-agent-plugin.local.mdCloses #88
Test plan
enabled: falsestill works