Skip to content

fix(opencode): warn on unknown config fields - #41319

Closed
opencode-agent[bot] wants to merge 1 commit into
devfrom
config-warnings
Closed

fix(opencode): warn on unknown config fields#41319
opencode-agent[bot] wants to merge 1 commit into
devfrom
config-warnings

Conversation

@opencode-agent

@opencode-agent opencode-agent Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • detect unrecognized top-level fields before V1 decodes a config
  • emit one structured warning per config source with the ignored field names
  • continue loading the config and discarding those fields

This follows the forward-compatible parsing added in #41312 while keeping configuration typos visible in logs. For example, V1 can start with V2's plugins field and logs that it ignored the field.

Testing

  • bun test test/config/config.test.ts (96 passed)
  • bun x prettier --check src/config/parse.ts src/config/config.ts test/config/config.test.ts
  • bun typecheck attempted but did not complete within the 3-minute local timeout

Requested by: @kitlangton (Kit via Slack)

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant