-
Notifications
You must be signed in to change notification settings - Fork 19.6k
fix(config): catch parse errors gracefully during startup #29208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
HaleTom
wants to merge
32
commits into
anomalyco:dev
Choose a base branch
from
HaleTom:json-errors
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+101
−13
Draft
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fb6265c
fix(config): catch parse errors gracefully during startup
HaleTom de8dc4a
fix(config): convert tests to it.instance pattern matching upstream
HaleTom 85ed2e4
fix(config): narrow catchCause to parse/schema only, strengthen tests
HaleTom 109a6eb
fix(config): catch plugin resolution errors per-file to preserve mult…
HaleTom e426b11
feat(tui): make prompt size responsive and configurable (#28255)
bjschafer 054ca3a
chore: generate
opencode-agent[bot] 24a0fe7
perf: use redis/upstash for ip rate limits (#28694)
vimtor 68d1833
chore: generate
opencode-agent[bot] d5b6345
test(acp): add compatibility baseline (#29222)
nexxeln 658b938
chore: generate
opencode-agent[bot] 5477b4e
chore: update nix node_modules hashes
opencode-agent[bot] ca9d857
feat(acp): add initial acp-next skeleton behind runtime flag (#29226)
nexxeln 416f01d
feat(acp-next): add content conversion helpers (#29231)
nexxeln ed010b7
test(acp-next): add config option helpers (#29234)
nexxeln ae594f9
feat(acp-next): add pure tool conversion helpers (#29232)
nexxeln 72c1693
fix(acp-next): map typed errors to request errors (#29233)
nexxeln ddddceb
chore: generate
opencode-agent[bot] cb2006f
feat(acp-next): add directory snapshot service (#29241)
nexxeln fbfa968
feat(acp-next): add session state service (#29240)
nexxeln 292b626
chore: generate
opencode-agent[bot] 8fefc50
feat(acp-next): add usage service (#29249)
nexxeln 6515990
chore: generate
opencode-agent[bot] 45456fa
fix(config): skip auto-injection on parse failure
HaleTom 7068379
Merge remote-tracking branch 'upstream/dev' into json-errors
HaleTom 3922a82
fix(config): sanitize log.error to avoid leaking config content
HaleTom 6378082
fix(config): use Cause.pretty for safe config error logging
HaleTom 702fd0e
fix(config): address review comments on PR #29208
HaleTom b11570a
fix(config): address copilot review comments
HaleTom a72cb35
fix(config): warn for each unknown key stripped from config
HaleTom b8eedcf
fix(config): add infoKeys sync comment, drop unused cause param
HaleTom 998034f
fix(config): complete infoKeys allowlist, add safe error detail to logs
HaleTom 828e255
fix(config): derive config keys dynamically from Info schema AST
HaleTom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.