summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-10-02fix: run cmd json format when running command (#2926)Aiden Cline
2025-10-02Style fixesDavid Hill
2025-10-02Update dock.pngDavid Hill
2025-10-02Update dock.pngDavid Hill
2025-10-02Email input color fixDavid Hill
2025-10-02Update dock.pngDavid Hill
2025-10-02Testimonial tweaksDavid Hill
2025-10-02Merge branch 'dev' of https://github.com/sst/opencode into devDavid Hill
2025-10-02faq icon fixDavid Hill
2025-10-02ignore: fixFrank
2025-10-02Merge branch 'dev' of https://github.com/sst/opencode into devDavid Hill
2025-10-02Body background fixDavid Hill
2025-10-02Mobile nav icon fixDavid Hill
2025-10-02Mobile nav icon fixDavid Hill
2025-10-02Mobile nav fixDavid Hill
2025-10-02fix: broken linksAdam
2025-10-02Update posters for videosDavid Hill
2025-10-02Merge branch 'dev' of https://github.com/sst/opencode into devDavid Hill
2025-10-02Testimonial tweakDavid Hill
2025-10-02chore: add email signup backAdam
2025-10-02Update faq.tsxDavid Hill
2025-10-02Faq icon color fixDavid Hill
2025-10-02fix: testimonial linkAdam
2025-10-02wip: desktop workAdam
2025-10-02release: v0.14.0opencode
2025-10-02release: v0.13.9opencode
2025-10-01docs: fix install fmt (#2914)Aiden Cline
2025-10-01docs: fix more links (#2913)Aiden Cline
2025-10-01chore: rm empty try-catch block (#2769)Sandip Wane
Co-authored-by: Sandip Wane <[email protected]>
2025-10-02core: fix file search limit handling and ensure File module initializationDax Raad
2025-10-02release: v0.13.8opencode
2025-10-02core: improve file search reliability and performanceDax Raad
2025-10-01docs: fix (#2910)Aiden Cline
2025-10-01docs: hide email signupJay V
2025-10-01docs: testimonialsJay V
2025-10-01wip: landerDax Raad
2025-10-01docs: fix linkJay V
2025-10-01wip: landerDax Raad
2025-10-01ignore: fixDax Raad
2025-10-01Zen lander (#2907)Dax
Co-authored-by: David Hill <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]> Co-authored-by: Jay V <[email protected]>
2025-10-01wip: zenFrank
2025-10-01doc: update zen pricingFrank
2025-10-01core: remove redundant patch integration testDax Raad
The integration test was duplicating coverage already provided by the comprehensive patch namespace tests. Users benefit from faster test runs without losing any coverage of patch functionality. The remaining tests provide complete validation of patch parsing, application, and tool integration.
2025-10-01core: make patch tool more reliable and consistent with other editing toolsDax Raad
The patch tool now works seamlessly alongside other file editing tools with improved error handling and a more intuitive permission system. Users will experience: - More reliable patch application with better error messages - Consistent permission prompts that match other editing tools - Smoother integration when applying complex multi-file changes - Better feedback on what changes are being made before applying patches This refactoring leverages the robust patch parsing engine while making the tool feel native to the opencode workflow, reducing friction when making bulk changes to your codebase.
2025-10-01release: v0.13.7opencode
2025-10-01codex should not have reasoning effortDax Raad
2025-10-01core: prevent file deletion when reverting changes to existing filesDax Raad
2025-10-01release: v0.13.6opencode
2025-10-01overhaul file search and support @ mentioning directoriesDax Raad
2025-09-30fix: adjust model dialog to handle same model id but different names (#2881)Aiden Cline