summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-11-22proper fix for image attachments (#4562)shuv
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-11-22release: v1.0.103opencode
2025-11-22tui: remove bullet prefix from timestamps in session view for cleaner displayDax Raad
2025-11-22chore: format codeGitHub Action
2025-11-22more flickering fixesDax Raad
2025-11-22tui: keep assistant footer from crashing after compactionDax Raad
2025-11-22release: v1.0.100opencode
2025-11-22improve model footerDax Raad
2025-11-22chore: format codeGitHub Action
2025-11-22Showed end time for agent loop and changed message time to show date if not ↵Valerio Di Maggio
current day (#4503) Co-authored-by: GitHub Action <[email protected]>
2025-11-22syncDax Raad
2025-11-22release: v1.0.99opencode
2025-11-22summary optimizaitonsDax Raad
2025-11-22ci: add Node.js setup to deploy workflow for consistent runtime environmentDax Raad
2025-11-22fix missing viteDax Raad
2025-11-22upgrade bun lock versionDax Raad
2025-11-22Update Nix flake.lock and hashesGithub Action
2025-11-22Use devinxi-ed Solid Start (#4635)Brendan Allan
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>
2025-11-22ignore: update download stats 2025-11-22GitHub Action
2025-11-22release: v1.0.98opencode
2025-11-22fix flickering/layout shift during workDax Raad
2025-11-22chore: format codeGitHub Action
2025-11-22tauriDax Raad
2025-11-22release: v1.0.97opencode
2025-11-21core: add missing system libraries to docker image so the agent starts ↵Dax Raad
successfully
2025-11-22chore: format codeGitHub Action
2025-11-21fix dockerfileDax Raad
2025-11-22release: v1.0.95opencode
2025-11-21ci: ignoreDax Raad
2025-11-21release: v1.0.94Dax Raad
2025-11-21syncDax Raad
2025-11-21ci stuffDax Raad
2025-11-22chore: format codeGitHub Action
2025-11-22release: v1.0.92opencode
2025-11-21publish tar.gz for linuxDax Raad
2025-11-22release: v1.0.91opencode
2025-11-21fix arg parsingDax Raad
2025-11-22Update Nix flake.lock and hashesGithub Action
2025-11-21enterprise (#4617)Dax
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]>
2025-11-22release: v1.0.90opencode
2025-11-22chore: format codeGitHub Action
2025-11-21ci: disable automatic config loading during CLI builds to prevent ↵Dax Raad
configuration interference
2025-11-22release: v1.0.89opencode
2025-11-21feat: lower opacity for thinking summaries (#4610)Tommy D. Rossi
2025-11-21tui: split revert memo into smaller tracked computations to prevent ↵Dax Raad
unnecessary re-evaluations
2025-11-21chore: format codeGitHub Action
2025-11-21tui: batch SDK events to reduce render churn and improve responsivenessDax Raad
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21release: v1.0.88opencode
2025-11-21chore: format codeGitHub Action
2025-11-21tweak: bash tool behavior w/ /bin/zshAiden Cline