Skip to content

Commit 06c3acd

Browse files
authored
New version: SST.opencode version 0.3.5 (microsoft#274174)
1 parent ed5f25a commit 06c3acd

File tree

4 files changed

+91
-0
lines changed

4 files changed

+91
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: SST.opencode
5+
PackageVersion: 0.3.5
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: opencode.exe
10+
Commands:
11+
- opencode
12+
ReleaseDate: 2025-07-14
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/sst/opencode/releases/download/v0.3.5/opencode-windows-x64.zip
16+
InstallerSha256: 4D66572EA526448BB6FDF88E2B21D57CBC7070DACF9975A69F6E24C8198E6C12
17+
ManifestType: installer
18+
ManifestVersion: 1.10.0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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: 0.3.5
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+
- feat(tui): add support for readline list nav (ctrl-p/ctrl-n) (#955)
33+
- feat(tui): even better model selector
34+
- fix(tui): support readline nav in new search component
35+
ReleaseNotesUrl: https://github.com/sst/opencode/releases/tag/v0.3.5
36+
Documentations:
37+
- DocumentLabel: Docs
38+
DocumentUrl: https://opencode.ai/docs/
39+
ManifestType: defaultLocale
40+
ManifestVersion: 1.10.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.10.0.schema.json
3+
4+
PackageIdentifier: SST.opencode
5+
PackageVersion: 0.3.5
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.10.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.10.0.schema.json
3+
4+
PackageIdentifier: SST.opencode
5+
PackageVersion: 0.3.5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)