Mani Sundararajan

Results 11 issues of Mani Sundararajan

Currently, we are able to install opencode on Windows via `npm install -g opencode-ai`. But trying to install opencode via bun (`bun install -g opencode-ai`) and then running opencode results...

windows

Since `Bun.Shell` doesn't natively implement `less`, we use fallbacks to determine the best option on Windows - We try to locate `less.exe` from: - The `OPENCODE_GIT_BASH_PATH` custom location - The...

Changes the MCP statusline for 0 active MCP servers from this to this

Closes #6692 - Add ability to toggle LSP Diagnostics on/off via the command palette or slash command - When toggled off, the `edit` & `write` tools skip fetching and adding...

### What does this PR do? Brings the UI for `Toggle debug panel`, `Toggle console`, `Toggle diff wrapping` and `Toggle session scrollbar` commands in line with other toggle commands by...

needs:issue

Fixes: #7633 & possibly #7634 ### What does this PR do? Currently there is an issue where forking from the first message of a session causes a fatal crash since...

### What does this PR do? Adds support for `opencode upgrade` to work with Chocolatey and Scoop installations. This works by adding `choco` and `scoop` commands to the relevant methods...

needs:issue

### Description Currently `opencode uninstall` does not support uninstalling `opencode` if it has been installed via package managers on windows (choco, scoop). There should be feature parity in the behavior...

bug
windows

Fixes: #8573 ### What does this PR do? - Adds uninstall information and commands for choco/scoop installs - Extends `bun remove -g opencode-ai` on windows to clean leftover installed artifacts...

Fixes #8602 ### What does this PR do? Desktop app is currently missing a way to unshare a session once it's been shared (users have to use the TUI to...