-
Notifications
You must be signed in to change notification settings - Fork 8.7k
feat: expose acp thinking variants #9064
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
Merged
rekram1-node
merged 29 commits into
anomalyco:dev
from
validatedev:feat/expose-acp-thinking-variants
Jan 29, 2026
Merged
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
87bb973
chore: upgrade acp sdk and implement session config options
validatedev ab54916
chore: upgrade bun to 1.3.6
validatedev 508bd4c
Merge branch 'anomalyco:dev' into feat/expose-acp-thinking-variants
validatedev c510b55
refactor: reorganize helper functions in acp agent module
validatedev 5311624
refactor: remove unused ACP config options fallback flag
validatedev 2ab0cbd
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 109bb9e
refactor: simplify mode and model state resolution logic
validatedev ca65724
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 546a460
chore: remove trailing whitespace in flag.ts
validatedev 8ee7fc0
fix: add optional chaining for modes in agent restoration
validatedev f71e8af
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev cb7ab64
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev e6baf42
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 937bf6a
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev c00bc3b
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 51315d1
fix: merge remote-tracking branch 'upstream/dev' into feat/expose-acp…
validatedev 0fce5d9
fix: use sync.set instead of setSyncStore in prompt-input
validatedev 3afddca
Merge remote-tracking branch 'upstream/dev' into feat/expose-acp-thin…
validatedev fd883bf
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 224d1f9
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev e1d6234
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 68110bd
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 47f871e
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 2a3b792
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev 5cddcc3
Merge branch 'dev' into feat/expose-acp-thinking-variants
rekram1-node 2fa5d56
fix: remove duplicate @hey-api/types entry in bun.lock
validatedev 61698eb
Merge branch 'dev' into feat/expose-acp-thinking-variants
validatedev caf7ec8
Merge branch 'dev' into feat/expose-acp-thinking-variants
rekram1-node 2f2cae8
format
rekram1-node 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
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "description": "AI-powered development tool", | ||
| "private": true, | ||
| "type": "module", | ||
| "packageManager": "[email protected].5", | ||
| "packageManager": "[email protected].6", | ||
| "scripts": { | ||
| "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", | ||
| "typecheck": "bun turbo typecheck", | ||
|
|
||
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
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
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
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.