Skip to content

feat(opencode): thought level config in acp#16552

Open
knotbin wants to merge 9 commits intoanomalyco:devfrom
knotbin:acp-thought-level
Open

feat(opencode): thought level config in acp#16552
knotbin wants to merge 9 commits intoanomalyco:devfrom
knotbin:acp-thought-level

Conversation

@knotbin
Copy link
Copy Markdown

@knotbin knotbin commented Mar 8, 2026

Issue for this PR

Closes #16543

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Changes thinking modes of models in ACP from being separate models with different names, e.g. OpenAI/GPT-5.3 (xhigh) and OpenAI/GPT-5.3 (medium), to just having one model listed for each, e.g. OpenAI/GPT-5.3, with a new config option ("thought") for the thought level.

How did you verify your code works?

I added a new test for config options and I tested with a local dev ACP server in the Zed code editor.

Screenshots / recordings

Screenshot 2026-03-07 at 9 16 13 PM

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Hey! Your PR title core: thought level config in acp doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@knotbin knotbin changed the title core: thought level config in acp feat(opencode): thought level config in acp Mar 8, 2026
@knotbin knotbin changed the title feat(opencode): thought level config in acp refactor(opencode): thought level config in acp Mar 8, 2026
@knotbin knotbin changed the title refactor(opencode): thought level config in acp feat(opencode): thought level config in acp Mar 8, 2026
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]: ACP thinking modes

1 participant