feat: add per-BTW model and thinking overrides#3
Open
counterposition wants to merge 1 commit intodbachelder:mainfrom
Open
feat: add per-BTW model and thinking overrides#3counterposition wants to merge 1 commit intodbachelder:mainfrom
counterposition wants to merge 1 commit intodbachelder:mainfrom
Conversation
Add /btw:model and /btw:thinking commands that let users configure a BTW-only model and thinking level independently from the main thread settings. - /btw:model [<provider> <model> <api> | clear]: show, set, or clear a BTW-only model override; falls back to the main thread model if the configured override has no credentials - /btw:thinking [<level> | clear]: show, set, or clear a BTW-only thinking level override - overrides are persisted as hidden session entries and restored on session reload - changing either override disposes the active BTW sub-session so the new settings apply on the next BTW prompt - /btw:summarize continues to use the effective BTW model but always keeps thinking off - api field added to BtwDetails so seed messages correctly reflect which API each past exchange used - README and skill updated with new command docs and guidance Co-Authored-By: Oz <oz-agent@warp.dev>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds
/btw:modeland/btw:thinkingcommands so BTW can run with a different model or thinking level than the main thread — useful for keeping BTW cheaper or faster without changing main thread settings.New commands
/btw:model [<provider> <model> <api> | clear]clear: removes the override and returns BTW to inheriting the main thread model/btw:thinking [<level> | clear]clear: removes the override and returns BTW to inheriting the main thread thinking levelBehavior
/btw:summarizeuses the effective BTW model but always keeps thinking offbtw-model-override,btw-thinking-override) and restored on session reloadapifield added toBtwDetailsso seed messages correctly reflect which API each past exchange usedTests
6 new tests covering:
All 47 tests pass.
Co-Authored-By: Oz oz-agent@warp.dev