Joscha Götzer

Results 70 issues of Joscha Götzer

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request I...

discussion

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request It...

discussion

### Describe the enhancement you want to request Normally, you press Shift+LeftArrow, Ctrl+LeftArrow, Ctrl+Shift+LeftArrow, etc. to navigate around and select text. This doesn't work at all. No vim bindings either....

discussion

### Description Putting anything into ```json "keybinds": { "input_newline": "..." }, ``` doesn't appear to do anything. The only working keybinds for me remain Ctrl+J and Ctrl+Enter no matter what...

bug
opentui

### Question I'm trying to give OpenCode the ability to compact "itself": _plugin/compact.ts_: ```ts import type { Plugin } from "@opencode-ai/plugin" import { tool } from "@opencode-ai/plugin" export const CompactPlugin:...

### Description I'm trying to make [my Night Owl theme](https://raw.githubusercontent.com/sst/opencode/refs/heads/dev/packages/opencode/src/cli/cmd/tui/context/theme/nightowl.json) transparent by setting: ```json "background": { "dark": "none", "light": "none" }, ``` Here is the full file with those changes...

bug
good first issue
help-wanted
opentui

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request When...

discussion

## Summary - Add `opencode cache` command for managing the plugin/package cache directory - Includes `cache clean` to remove cached plugins and `cache info` to inspect cache contents This helps...

## Summary - Added `transparent` state to `Theme` context and `resolveTheme` function to support transparent background. - Added "Toggle transparency" command to the command palette. - Updated `useTheme` to expose...

1. Have a conversation with a small-context model. 2. During idle, switch models to a large one (e.g. Gemini 3 Pro) 3. The context info in the top right does...