|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: SST.opencode |
| 5 | +PackageVersion: 1.14.29 |
| 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) 2026 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 | + Core |
| 33 | + - OpenAPI request body schemas now match the real HTTP API. |
| 34 | + - Sessions now keep a relative workspace path. |
| 35 | + - OpenAPI now documents instance directory and workspace query parameters correctly. |
| 36 | + - Sync sequence validation now matches the HTTP API. |
| 37 | + - Moonshot and Kimi tool schemas are sanitized to avoid rejected tool calls. |
| 38 | + - MCP OAuth errors now match the native API more closely. |
| 39 | + - Provider OAuth authorize errors now match the native API more closely. |
| 40 | + - Shell cancellations now finish cleanly instead of leaving aborted commands in a bad state. |
| 41 | + - Creating a session over HTTP now works with an empty request body. |
| 42 | + - Workspace HTTP API routes are now mounted through the bridge. |
| 43 | + - Tool streaming now defaults off for non-Anthropic models when using the Anthropic SDK. |
| 44 | + - DeepSeek OpenAI-compatible setups now keep reasoning_content interleaved by default. |
| 45 | + - The experimental LSP tool now forwards the workspace symbol query. |
| 46 | + - Google Vertex now defaults tool call streaming off. |
| 47 | + TUI |
| 48 | + - Zed context polling stays responsive. |
| 49 | + - Pressing Enter in dialogs now triggers the dialog instead of leaking through. (@CasualDeveloper) |
| 50 | + - File context is clearer, can be turned off, and clears after sending. |
| 51 | + - opencode agent create now writes a valid permissions.deny config. (@21pounder) |
| 52 | + Desktop |
| 53 | + - Per-workspace icon overrides now stay applied for subdirectories in the same repo. |
| 54 | + - Sync state loading is more reliable for MCP, LSP, and workspace refreshes. |
| 55 | + Thank you to 3 community contributors: |
| 56 | + - @21pounder: |
| 57 | + - fix(opencode): agent create generates permissions field with deny ins… (#24482) |
| 58 | + - @SeashoreShi: |
| 59 | + - docs: fix duplicated word in CLI env var table (#24614) |
| 60 | + - @CasualDeveloper: |
| 61 | + - fix(tui): consume Enter in dialog useKeyboard handlers (#23390) |
| 62 | +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.14.29 |
| 63 | +Documentations: |
| 64 | +- DocumentLabel: Docs |
| 65 | + DocumentUrl: https://opencode.ai/docs/ |
| 66 | +ManifestType: defaultLocale |
| 67 | +ManifestVersion: 1.12.0 |
0 commit comments