Ariane Emory
Ariane Emory
I have set the following simple configuration for the extension: ``` "prettifySymbolsMode.substitutions": [ { "language": "rust", "substitutions": [ { "ugly": "fn", "pretty": "λ", "style": { "color": "#8d8" } } ]...
Tool usage doesn't seem to work with local models hosted on ollama... it just prints the tool calls as part of the conversation, like this (using MFDoom/deepseek-r1-tool-calling:7b model): ``` ###...
Resolves #4700. Submit the argument following `opencode --prompt` in order to resolve this issue.
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 `t` ('t for...
### Description I'm kind of torn on whether this is a bug report or a question... I definitely have a question, and I suppose that whether what I'm seeing is...
Resolves #4866 This PR adjusts the tool description of the Bash tool dynamically so that it advises the model what shell the command it's going to run will actually be...
Resolves #4847. This PR adds a new `messages_user_last` command that scrolls/jumps the TUI viewport to the last message sent by the user. This improves ergonomics and UX by providing the...
Resolves #4927. This PR improves consistency and adherence to the principle of least surprise by giving users' custom theme files the same treatment as `opencode.json`/`opencode.jsonc` and permitting them to contain...
Closes #4822. This PR adds a new fourth response option to the options presented in the modal dialog produced by the "ask" permission in the TUI: "interject" ("i" key). When...
Resolves #4751, resolves #2845. I saw this issue and decided that I'd take a stab at resolving it. This PR adds a `tui.copy_on_select` setting allowing the copy-on-select behaviour to be...