CasualDeveloper

Results 26 issues of CasualDeveloper

## Summary - Add configurable keybinds for dialog actions (delete, rename, favorite, etc.) - Change `session_rename` default from `none` to `ctrl+r` Closes #6143 ## New Keybind Options | Option |...

## Problem Currently, `opencode.json` uses Zod `.strict()` validation which rejects unknown config keys. This breaks when using a config file with newer options on an older OpenCode version. **Example scenario:**...

## Problem Several dialog keybinds are hardcoded and cannot be customized: - Session list: `ctrl+d` (delete), `ctrl+r` (rename) - Stash dialog: `ctrl+d` (delete) - Model dialog: `ctrl+a` (provider list), `ctrl+f`...

opentui

## Summary - Allow long session names to wrap to two lines in the dialog instead of being truncated - Remove redundant `paddingLeft={3}` on text element that was causing incorrect...

### Description Long session names in the Sessions dialog (ctrl+k) are truncated with "..." even though there's vertical space available. This makes it hard to distinguish between sessions with similar...

opentui

Following up on feedback from #6138 - @rekram1-node mentioned virtualized scrolling would be the better long-term solution. ## Problem Loading thousands of messages at once is slow and memory-heavy. ##...

opentui
perf

## Summary Allow users to configure a default variant for each agent, so models with thinking/reasoning variants automatically use the configured level without requiring `--variant` flag or `ctrl+t` cycling. ##...

### What does this PR do? Adds agent-level default `variant` configuration, allowing users to set reasoning effort (e.g., "low", "medium", "high") per agent. This is an alternative to #7140 with...

## Bug Description The `check-standards` job fails for all PRs with: ``` Field 'issuesReferences' doesn't exist on type 'PullRequest' ``` Discovered when submitting #7443: https://github.com/anomalyco/opencode/actions/runs/20845955619/job/59889485904?pr=7443 ## Root Cause The GraphQL...

## Summary Fixes the GraphQL field name in the PR standards workflow from `issuesReferences` to `closingIssuesReferences`. ## Problem While submitting #7443, we noticed the `check-standards` job was failing: https://github.com/anomalyco/opencode/actions/runs/20845955619/job/59889485904?pr=7443 The...