summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-11-03zen: wipFrank
2025-11-03wip: desktop workAdam
2025-11-03wip: desktop workAdam
2025-11-03Add unit tests for util functions: iife, lazy, timeout (#3791)James Alexander
2025-11-03fix(tui): Show correct keybind in session delete confirmation message (#3805)Haris Gušić
2025-11-03Log share link immediately after session creation (#3811)Alex Knight
2025-11-03fix: correct clipboard image encoding and binary handling (#3817)frankdierolf
2025-11-03docs: add session_child_cycle and session_child_cycle_reverse keybinds (#3807)Pranshu Raj
2025-11-03use new opentui getTextRange method and Bun.stringWidth instead of ↵Sebastian Herrlinger
value.length to mitigate issues like #3734
2025-11-03ignore: update download stats 2025-11-03GitHub Action
2025-11-03feat: Enhance task display with [subagent type] (#3772)Ivan Starkov
2025-11-02core: prevent TypeError when error handling encounters non-object errorsAiden Cline
When API errors like token limit exceeded errors are passed as strings to error checking methods, the 'in' operator would throw a TypeError. This fix adds a type guard to check that the input is an object before attempting to access its properties, allowing proper error classification even when encountering unexpected error formats from providers.
2025-11-02docs: use brew official formula (#3733)Zeldris
2025-11-03docsDax Raad
2025-11-03ci: eventualy consistencyDax Raad
2025-11-03release: v1.0.15opencode
2025-11-03release: v1.0.14opencode
2025-11-02tui: fix focus management and dialog interactionsDax Raad
2025-11-02DELETE GO BUBBLETEA CRAP HOORAYDax Raad
2025-11-02release: v1.0.13opencode
2025-11-02add back child session cycleDax Raad
2025-11-02undoDax Raad
2025-11-02move dialog select keybind to inputDax Raad
2025-11-02ci: centralize Bun version to package.json to ensure consistent builds ↵Dax Raad
across CI and local development
2025-11-02upgrade to bun 1.3.1Dax Raad
2025-11-02tui: fix file path handling when pasting images with spaces in filenameDax Raad
- Fixes issue where files with spaces in their names couldn't be pasted as images - Prevents default paste behavior to avoid conflicts with image insertion - Improves error handling for file reading operations
2025-11-02tui: add /timeline command to quickly navigate to specific messages in ↵Dax Raad
session history
2025-11-02release: v1.0.12opencode
2025-11-02fix duplicate plugin subscriptionsDax Raad
2025-11-02fix: typos (#3757)John Eismeier
Signed-off-by: John E <[email protected]>
2025-11-02chore: update hono-openapi to version 1.1.1 (#3738)Aditya Mathur
2025-11-02ignore: update download stats 2025-11-02GitHub Action
2025-11-02add nightowl theme back after opentui release (#3732)kcrommett
2025-11-02release: v1.0.11opencode
2025-11-02fix dialogDax Raad
2025-11-02tui: prevent default Enter key behavior when selecting dialog options to ↵Dax Raad
avoid conflicts
2025-11-01ci: fix regexAiden Cline
2025-11-01github action: truncate PR titles to 256 chars to avoid GH api errors (#3727)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-11-01ci: stop auto assigningAiden Cline
2025-11-02upgrade to opentui 0.1.32, activates kitty keyboardSebastian Herrlinger
2025-11-01release: v1.0.10opencode
2025-11-01Light mode (#3709)Dax
2025-11-01docs updateDax Raad
2025-11-01docs: update keybinds documentation with current defaults and remove ↵Dax Raad
deprecated bindings
2025-11-01release: v1.0.9opencode
2025-11-01syncDax Raad
2025-11-01feat: tui: Port /exit command and all command aliases (#3665)Haris Gušić
2025-11-01ignore: update contributing mdAiden Cline
2025-11-01release: v1.0.8opencode
2025-11-01tui: change delete keybind to ctrl+d in session list dialogDax Raad