Skip to content

Commit 0f4ba41

Browse files
authored
New version: SST.opencode version 1.14.50 (microsoft#374460)
1 parent 10c513f commit 0f4ba41

4 files changed

Lines changed: 103 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.50
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: opencode.exe
10+
Commands:
11+
- opencode
12+
ReleaseDate: 2026-05-14
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.50/opencode-windows-x64.zip
16+
InstallerSha256: B514B79A32A2F16B974E144890780E0B7A6C6BB242F54FB507B9B8C65663AE31
17+
- Architecture: arm64
18+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.50/opencode-windows-arm64.zip
19+
InstallerSha256: B50F91F7BBBFA478DE89FEFCCA357CB6B6E8A67B7D214E1D4AC29F386457A367
20+
ManifestType: installer
21+
ManifestVersion: 1.12.0
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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.50
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+
Bugfixes
34+
- Kept HTTP event streams open after the initial connect event so subscribers continue receiving instance updates.
35+
- Returned proper busy errors when a session is already running prompt or shell work.
36+
- Let invalid small_model config values fall back cleanly instead of breaking small-model selection.
37+
- Improved missing-model errors with suggestions across CLI and typed callers.
38+
TUI
39+
Improvements
40+
- Restored markdown rendering for session output by default.
41+
SDK
42+
Improvements
43+
- Added instance.directory and instance.workspace query support to the v2 model and provider calls.
44+
ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.14.50
45+
Documentations:
46+
- DocumentLabel: Docs
47+
DocumentUrl: https://opencode.ai/docs/
48+
ManifestType: defaultLocale
49+
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.50
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.50
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)