Skip to content

Conversation

@ariane-emory
Copy link
Contributor

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).

@ariane-emory ariane-emory changed the title feat: keybinding for the Hide/Show Tool Details command. feat: allow keybindings (and add a default binding) for the Hide/Show Tool Details command. Dec 3, 2025
@ariane-emory ariane-emory changed the title feat: allow keybindings (and add a default binding) for the Hide/Show Tool Details command. feat: add a default keybinding for the Hide/Show Tool Details command. Dec 3, 2025
@ariane-emory ariane-emory changed the title feat: add a default keybinding for the Hide/Show Tool Details command. feat: allow keybindings for the Hide/Show Tool Details command (and add a default binding) Dec 3, 2025
@ariane-emory ariane-emory changed the title feat: allow keybindings for the Hide/Show Tool Details command (and add a default binding) feat: allow keybindings for the Hide/Show Tool Details command (but do not add a default binding) Dec 3, 2025
@ariane-emory
Copy link
Contributor Author

ariane-emory commented Dec 3, 2025

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.

@rekram1-node rekram1-node changed the title feat: allow keybindings for the Hide/Show Tool Details command (but do not add a default binding) feat: add tool_details keybind w/ no default Dec 3, 2025
@rekram1-node rekram1-node merged commit c00d488 into sst:dev Dec 3, 2025
3 checks passed
@ariane-emory ariane-emory deleted the feat/allow-toggle-tool-details-keybinding branch December 3, 2025 20:08
shuv1337 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: Spoon <[email protected]>
Co-authored-by: Luke Parker <[email protected]>
Co-authored-by: Ariane Emory <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: Frank <[email protected]>
Co-authored-by: Dax Raad <[email protected]>
Co-authored-by: Dax <[email protected]>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <[email protected]>
Co-authored-by: Jack Bisceglia <[email protected]>
Co-authored-by: Jakub Matjanowski <[email protected]>
Co-authored-by: opencode <[email protected]>
shuv1337 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: Spoon <[email protected]>
Co-authored-by: Luke Parker <[email protected]>
Co-authored-by: Ariane Emory <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: Frank <[email protected]>
Co-authored-by: Dax Raad <[email protected]>
Co-authored-by: Dax <[email protected]>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <[email protected]>
Co-authored-by: Jack Bisceglia <[email protected]>
Co-authored-by: Jakub Matjanowski <[email protected]>
Co-authored-by: opencode <[email protected]>
spmurrayzzz pushed a commit to spmurrayzzz/opencode that referenced this pull request Dec 5, 2025
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.

2 participants