Skip to content

Commit dbd3c89

Browse files
authored
New version: SST.opencode version 1.14.29 (#366266)
1 parent aaf8fa0 commit dbd3c89

4 files changed

Lines changed: 121 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: SST.opencode
5+
PackageVersion: 1.14.29
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: opencode.exe
10+
Commands:
11+
- opencode
12+
ReleaseDate: 2026-04-28
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.29/opencode-windows-x64.zip
16+
InstallerSha256: 87EB937A420708D2E424AF2F8AFAF3E4005CE0B95EB9D2E85BE26C015D94591A
17+
- Architecture: arm64
18+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.29/opencode-windows-arm64.zip
19+
InstallerSha256: A6A8EC34095EF0706A7F4A8A6DE3AF2DA58C39C5CEE9FD28E8E831EF46DCD720
20+
ManifestType: installer
21+
ManifestVersion: 1.12.0
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: SST.opencode
5+
PackageVersion: 1.14.29
6+
PackageLocale: zh-CN
7+
ShortDescription: 专为终端打造的 AI 编程助手
8+
Description: |-
9+
opencode 是一款专为终端打造的 AI 编程助手,具备以下特性:
10+
- 响应式、原生、可主题定制的终端界面
11+
- 自动加载正确的 LSP,减少 LLM 的错误率
12+
- 支持多个智能体并行处理同一项目
13+
- 可为任何会话生成可分享链接,便于参考或调试
14+
- 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户
15+
- 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型
16+
Tags:
17+
- ai
18+
- 代码
19+
- 开发
20+
- 编程
21+
Documentations:
22+
- DocumentLabel: 文档
23+
DocumentUrl: https://opencode.ai/docs/
24+
ManifestType: locale
25+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: SST.opencode
5+
PackageVersion: 1.14.29
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)