|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: SST.opencode |
| 5 | +PackageVersion: 1.0.164 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: SST |
| 8 | +PublisherUrl: https://sst.dev/ |
| 9 | +PublisherSupportUrl: https://github.com/sst/opencode/issues |
| 10 | +PackageName: opencode |
| 11 | +PackageUrl: https://opencode.ai/ |
| 12 | +License: MIT |
| 13 | +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE |
| 14 | +Copyright: Copyright (c) 2025 opencode |
| 15 | +ShortDescription: The AI coding agent built for the terminal. |
| 16 | +Description: |- |
| 17 | + opencode is an AI coding agent built for the terminal. It features: |
| 18 | + - A responsive, native, themeable terminal UI. |
| 19 | + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. |
| 20 | + - Have multiple agents working in parallel on the same project. |
| 21 | + - Create shareable links to any session for reference or to debug. |
| 22 | + - Log in with Anthropic to use your Claude Pro or Claude Max account. |
| 23 | + - Supports 75+ LLM providers through Models.dev, including local models. |
| 24 | +Tags: |
| 25 | +- ai |
| 26 | +- code |
| 27 | +- coding |
| 28 | +- develop |
| 29 | +- development |
| 30 | +- programming |
| 31 | +ReleaseNotes: |- |
| 32 | + - Fixed prompt history navigation in the desktop app |
| 33 | + - Fixed focus on prompt input after closing dialogs |
| 34 | + - Fixed prompt input for multi-line text |
| 35 | + - Fixed defensive audio initialization |
| 36 | + - Added ability to load more sessions per project using a button in the desktop app |
| 37 | + - Added experimental oxfmt formatter support |
| 38 | + - Fixed git branch filewatcher and added flag to completely disable watcher |
| 39 | + - Fixed Tauri desktop app SSE connection timeout |
| 40 | + - Desktop app now loads user shell environment variables |
| 41 | + - Desktop app now shows retry attempts |
| 42 | + - Desktop app now shows write tool output |
| 43 | + - Fixed autocomplete file loading in the TUI |
| 44 | + - Enabled shell alias expansion in the ! command |
| 45 | + - Fixed GitHub install command for repos with dots in the name |
| 46 | + - Fixed system prompt field usage from prompt input |
| 47 | + - Fixed user invoked subtasks that were causing tool_use or missing thinking signatures |
| 48 | + Thank you to 8 community contributors: |
| 49 | + - @Brendonovich: |
| 50 | + - Keep release a draft until all builds are finished (#5632) |
| 51 | + - @remorses: |
| 52 | + - fix: use system prompt field from prompt input (#5633) |
| 53 | + - @connorads: |
| 54 | + - docs: add homebrew command for opencode-desktop (#5631) |
| 55 | + - @jinzhongjia: |
| 56 | + - docs: Add new project entry for opencode.nvim frontend (#5626) |
| 57 | + - @shekohex: |
| 58 | + - docs: fix typo in Google Antigravity github link (#5625) |
| 59 | + - @Zeko369: |
| 60 | + - fix: enable shell alias expansion in ! command (#5621) |
| 61 | + - @matrv: |
| 62 | + - feat: add experimental oxfmt formatter (#5620) |
| 63 | + - @Eric-Guo: |
| 64 | + - feat(desktop): Loading more session number per project by button (#5616) |
| 65 | +ReleaseNotesUrl: https://github.com/sst/opencode/releases/tag/v1.0.164 |
| 66 | +Documentations: |
| 67 | +- DocumentLabel: Docs |
| 68 | + DocumentUrl: https://opencode.ai/docs/ |
| 69 | +ManifestType: defaultLocale |
| 70 | +ManifestVersion: 1.10.0 |
0 commit comments