-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: add tool_details keybind w/ no default #4976
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 10 commits into
sst:dev
from
ariane-emory:feat/allow-toggle-tool-details-keybinding
Dec 3, 2025
Merged
feat: add tool_details keybind w/ no default #4976
rekram1-node
merged 10 commits into
sst:dev
from
ariane-emory:feat/allow-toggle-tool-details-keybinding
Dec 3, 2025
Conversation
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
… is what we set it to isn't fruitful. remove it.
… are already tested, and this key binding is no different from the others, if they pass the test the new key binding would to. remove it.
…ol-details-keybinding
…ol-details-keybinding
…ol-details-keybinding
…ol-details-keybinding
…d, leaving it for users to bind on their own if they'd like to.
Contributor
Author
|
As requested by @rekram1-node, no default keybinding is added for this command, leaving it for users to assign their own preferred keybinding if they so choose - so, this PR now merely allows the key to be bound. |
kcrommett
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Dec 4, 2025
* ignore: update download stats 2025-12-03 * ignore: docs & style * chore: format code * add retry case for grok resource exhausted * feat: experimental.primary_tools, allow user to set the tools that should only be available to primary agents (sst#4913) Co-authored-by: GitHub Action <action@github.com> * fix: bunfs path on windows (sst#5011) * feat: add messages_last_user command to scroll TUI to last user message (implements sst#4847) (sst#4855) Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> * ci: add pr review * ci: make review only fire on non draft pr creation * zen: usage graph respect light/dark mode * ci: tweak review cmd * ci: review ready for review action * feat: add tool_details keybind w/ no default (sst#4976) Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> * ci: review tweak * zen: fix chart loading closes sst#5030 * core: add provider test coverage for upcoming refactor Add comprehensive test suite for Provider module to ensure safe refactoring of provider internals. Tests cover: - Provider loading from env vars and config - Provider filtering (disabled_providers, enabled_providers) - Model whitelist/blacklist - Model aliasing and custom providers - getModel, getProvider, closest, defaultModel functions Also adds Env module for instance-scoped environment variable access, enabling isolated test environments without global state pollution. * core: refactor provider and model system (sst#5033) Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: thdxr <thdxr@users.noreply.github.com> * bump opentui * Update Nix flake.lock and hashes * fix: dax typo * fix: compaction type issue * fix: provider id issue * ci: add note about iife * docs: remove outdated theme section as system theme is now added back (sst#5041) * feat: Enhance DeepSeek reasoning content handling (sst#4975) Co-authored-by: Aiden Cline <aidenpcline@gmail.com> * release: v1.0.130 * sync: record last synced tag v1.0.130 Fixed type error in prompt.ts: model.modelID -> model.id --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Aiden Cline <aidenpcline@gmail.com> Co-authored-by: Spoon <212802214+spoons-and-mirrors@users.noreply.github.com> Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com> Co-authored-by: Ariane Emory <97994360+ariane-emory@users.noreply.github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: Frank <frank@sst.dev> Co-authored-by: Dax Raad <d@ironbay.co> Co-authored-by: Dax <mail@thdxr.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: thdxr <thdxr@users.noreply.github.com> Co-authored-by: Jack Bisceglia <57922742+jackbisceglia@users.noreply.github.com> Co-authored-by: Jakub Matjanowski <k.matjanowski@gmail.com> Co-authored-by: opencode <opencode@sst.dev>
kcrommett
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Dec 4, 2025
* ignore: update download stats 2025-12-03 * ignore: docs & style * chore: format code * add retry case for grok resource exhausted * feat: experimental.primary_tools, allow user to set the tools that should only be available to primary agents (sst#4913) Co-authored-by: GitHub Action <action@github.com> * fix: bunfs path on windows (sst#5011) * feat: add messages_last_user command to scroll TUI to last user message (implements sst#4847) (sst#4855) Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> * ci: add pr review * ci: make review only fire on non draft pr creation * zen: usage graph respect light/dark mode * ci: tweak review cmd * ci: review ready for review action * feat: add tool_details keybind w/ no default (sst#4976) Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> * ci: review tweak * zen: fix chart loading closes sst#5030 * core: add provider test coverage for upcoming refactor Add comprehensive test suite for Provider module to ensure safe refactoring of provider internals. Tests cover: - Provider loading from env vars and config - Provider filtering (disabled_providers, enabled_providers) - Model whitelist/blacklist - Model aliasing and custom providers - getModel, getProvider, closest, defaultModel functions Also adds Env module for instance-scoped environment variable access, enabling isolated test environments without global state pollution. * core: refactor provider and model system (sst#5033) Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: thdxr <thdxr@users.noreply.github.com> * bump opentui * Update Nix flake.lock and hashes * fix: dax typo * fix: compaction type issue * fix: provider id issue * ci: add note about iife * docs: remove outdated theme section as system theme is now added back (sst#5041) * feat: Enhance DeepSeek reasoning content handling (sst#4975) Co-authored-by: Aiden Cline <aidenpcline@gmail.com> * release: v1.0.130 * zen: fix chart loading * chore: format code * fix: TypeError: undefined is not an object * release: v1.0.131 * sync: record last synced tag v1.0.131 --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Aiden Cline <aidenpcline@gmail.com> Co-authored-by: Spoon <212802214+spoons-and-mirrors@users.noreply.github.com> Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com> Co-authored-by: Ariane Emory <97994360+ariane-emory@users.noreply.github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: Frank <frank@sst.dev> Co-authored-by: Dax Raad <d@ironbay.co> Co-authored-by: Dax <mail@thdxr.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: thdxr <thdxr@users.noreply.github.com> Co-authored-by: Jack Bisceglia <57922742+jackbisceglia@users.noreply.github.com> Co-authored-by: Jakub Matjanowski <k.matjanowski@gmail.com> Co-authored-by: opencode <opencode@sst.dev>
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.
Nothing complicated here: this PR simply allows keybinding of the recently added Hide/Show Tool Details command (PR#4882, already merged) and provides it with a default keybinding of
<leader>t('t for tools' seemed easy to remember to me).