Skip to content

fix(config): set default_builder_enabled to true by default (#1639)#1730

Closed
potb wants to merge 2 commits intocode-yeongyu:devfrom
potb:fix/1639-default-builder-enabled
Closed

fix(config): set default_builder_enabled to true by default (#1639)#1730
potb wants to merge 2 commits intocode-yeongyu:devfrom
potb:fix/1639-default-builder-enabled

Conversation

@potb
Copy link
Contributor

@potb potb commented Feb 10, 2026

Closes #1639

default_builder_enabled defaults to false, so OpenCode-Builder never registers unless explicitly opted in. Should be true.

One-line fix (?? false?? true) + tests.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Requires human review: Logic change from false to true default for default_builder_enabled is a behavioral change that could affect existing users. Cannot be 100% sure no regressions without knowing full impact of_en`

@potb potb marked this pull request as draft February 10, 2026 18:08
@potb potb closed this Feb 10, 2026
@potb potb reopened this Feb 10, 2026
potb added 2 commits February 10, 2026 19:19
Add 3 BDD tests covering:
- Default (undefined) registers OpenCode-Builder
- Explicit false disables OpenCode-Builder
- Sisyphus disabled prevents OpenCode-Builder registration

These tests verify the default behavior before implementation change.
…ngyu#1639)

Changed default for default_builder_enabled from false to true.

OpenCode-Builder agent now registers by default when Sisyphus is enabled,
allowing users to leverage the builder agent without explicit configuration.

Closes code-yeongyu#1639
@potb potb force-pushed the fix/1639-default-builder-enabled branch from 42db43c to e6bf9ec Compare February 10, 2026 18:22
@potb
Copy link
Contributor Author

potb commented Feb 10, 2026

Closing — the false default is intentional. The plugin's opinionated stance is to not expose OpenCode's stock build agent alongside its own curated agent system.

@potb potb closed this Feb 10, 2026
@potb potb deleted the fix/1639-default-builder-enabled branch February 10, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Set default_builder_enabled to true by default

1 participant