Skip to content

Commit aaf8fa0

Browse files
authored
New version: SST.OpenCodeDesktop version 1.14.29 (#366264)
1 parent 3e9919f commit aaf8fa0

3 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: SST.OpenCodeDesktop
5+
PackageVersion: 1.14.29
6+
InstallerType: nullsoft
7+
Scope: user
8+
ProductCode: OpenCode
9+
ReleaseDate: 2026-04-28
10+
AppsAndFeaturesEntries:
11+
- ProductCode: OpenCode
12+
InstallationMetadata:
13+
DefaultInstallLocation: '%LocalAppData%\OpenCode'
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.29/opencode-desktop-windows-x64.exe
17+
InstallerSha256: 4E3F80F369C30CF27003185497D80E707AE13EF649AE61FA3B4A2010ADB8CF63
18+
- Architecture: arm64
19+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.14.29/opencode-desktop-windows-arm64.exe
20+
InstallerSha256: 40FF174A34EBD8E967EA5A6A8C6214B0C0DAB0668ABE91FF374A885FB2E1F3ED
21+
ManifestType: installer
22+
ManifestVersion: 1.12.0
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: SST.OpenCodeDesktop
5+
PackageVersion: 1.14.29
6+
PackageLocale: en-US
7+
Publisher: opencode
8+
PublisherUrl: https://anoma.ly/
9+
PublisherSupportUrl: https://github.com/anomalyco/opencode/issues
10+
PackageName: OpenCode
11+
PackageUrl: https://opencode.ai/
12+
License: MIT
13+
LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) 2026 opencode
15+
ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension.
16+
Description: |-
17+
opencode is an AI coding agent. It features:
18+
- A responsive, native, themeable terminal UI and desktop app.
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+
48+
TUI
49+
- Zed context polling stays responsive.
50+
- Pressing Enter in dialogs now triggers the dialog instead of leaking through. (@CasualDeveloper)
51+
- File context is clearer, can be turned off, and clears after sending.
52+
- opencode agent create now writes a valid permissions.deny config. (@21pounder)
53+
54+
Desktop
55+
- Per-workspace icon overrides now stay applied for subdirectories in the same repo.
56+
- Sync state loading is more reliable for MCP, LSP, and workspace refreshes.
57+
Thank you to 3 community contributors:
58+
- @21pounder:
59+
- fix(opencode): agent create generates permissions field with deny ins… (#24482)
60+
- @SeashoreShi:
61+
- docs: fix duplicated word in CLI env var table (#24614)
62+
- @CasualDeveloper:
63+
- fix(tui): consume Enter in dialog useKeyboard handlers (#23390)
64+
ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.14.29
65+
Documentations:
66+
- DocumentLabel: Docs
67+
DocumentUrl: https://opencode.ai/docs/
68+
ManifestType: defaultLocale
69+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: SST.OpenCodeDesktop
5+
PackageVersion: 1.14.29
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)