Skip to content

Commit 8d44924

Browse files
authored
New version: SST.OpenCodeDesktop version 1.1.29 (microsoft#332262)
1 parent 5a998d8 commit 8d44924

3 files changed

Lines changed: 163 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with komac v2.14.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.1.29
6+
InstallerLocale: en-US
7+
InstallerType: nullsoft
8+
Scope: user
9+
ProductCode: OpenCode
10+
ReleaseDate: 2026-01-21
11+
AppsAndFeaturesEntries:
12+
- ProductCode: OpenCode
13+
InstallationMetadata:
14+
DefaultInstallLocation: '%LocalAppData%\OpenCode'
15+
Installers:
16+
- Architecture: x64
17+
InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.1.29/opencode-desktop-windows-x64.exe
18+
InstallerSha256: 3DE5FBB78951D82FAC0E2FB49CBD886DD27BB548D21790F473338C3C0046B0DC
19+
ManifestType: installer
20+
ManifestVersion: 1.12.0
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
# Created with komac v2.14.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.1.29
6+
PackageLocale: en-US
7+
Publisher: opencode
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/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.
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+
- Adjust skill tool description to clarify available skills
34+
- Add caching support for Claude with Bedrock custom inference profiles (@stevoland)
35+
- Add Laravel Pint as a PHP formatter (@nunomaduro)
36+
- Change session title prompt to respond in user's language (@spoons-and-mirrors)
37+
- Terminal improvements including focus handling, rename functionality, error state management, and CSP compliance (@unitythemaker)
38+
- Fix snapshot regression in core module
39+
- Handle special characters in paths and git snapshot reading logic (@shirukai)
40+
- Update session summary after revert to show file changes
41+
- Add OPENCODE_DISABLE_PROJECT_CONFIG environment variable to disable project configuration (@kdcokenny)
42+
- Add OPENCODE_DISABLE_FILETIME_CHECK flag to skip file modification time checks (@luojiyin1987)
43+
- Ensure apply patch tool emits edited events
44+
- Ensure synthetic user message following subtasks is only added when user manually invoked subtask
45+
- Don't update session timestamp for metadata-only changes (@ariane-emory)
46+
- Fix issue when switching models between providers where past reasoning/metadata would cause 400 errors
47+
TUI
48+
- Support responsive layout for narrow terminal screens (@vmotta8)
49+
Desktop
50+
- New sound effects, downmixed to mono
51+
- Fix keybind search dialog height in app
52+
- Add new sounds to app
53+
- Add missing internationalization keys in app package
54+
- Add search functionality to settings shortcuts (@ProdigyRahul)
55+
- Add new workspace button supporting all available languages (@ProdigyRahul)
56+
- Add aria-labels to titlebar and sidebar buttons for improved accessibility (@ndarilek)
57+
- Fix e2e tests in app package
58+
- Fix type error
59+
- Breaking out of auto-scroll in the app
60+
- Add model tooltip metadata in chooser per Figma request (@kearns-cu)
61+
- Fix workspaces padding inconsistency (@DNGriffin)
62+
- Properly integrate window controls on Windows desktop (@Brendonovich)
63+
- Add Japanese language support to the app
64+
- Add workaround for nushell in desktop application (@Brendonovich)
65+
- Add Danish translations to the application
66+
- Add Japanese translations to the app
67+
- Add French translations to the app
68+
- Add Spanish translations to the app
69+
- Add German translations to the application
70+
- Add Korean language translations to the application
71+
- Don't show notification on session if active
72+
- Add manage models icon to selector (@kearns-cu)
73+
- Allow users to select directory text on new session (@DNGriffin)
74+
- Fix desktop app not connecting to sidecar when proxy is configured
75+
- Standardize desktop layout icons (@jacobabahn)
76+
- Fix numbered list rendering in web markdown (@R44VC0RP)
77+
- Remove portal spacer and fix terminal toggle padding in UI (@alexyaroshuk)
78+
- Add internationalization support to the app
79+
- Add internationalization support for prompt input component
80+
- Initial internationalization stubbing for the app
81+
- Don't interfere with scroll when using message navigation
82+
- Add keyboard shortcut (Mod+,) to open settings dialog
83+
- Improve auto-scroll user experience in app
84+
Thank you to 20 community contributors:
85+
- @R44VC0RP:
86+
- docs: add Anthropic subscription warning and update feature list to highlight GitHub Copilot (#9721)
87+
- fix(app): fix numbered list rendering in web markdown (#9723)
88+
- @alexyaroshuk:
89+
- fix(ui): remove portal spacer and fix terminal toggle padding (#9728)
90+
- @jacobabahn:
91+
- feat(desktop): standardize desktop layout icons (#9685)
92+
- @yxshee:
93+
- fix: correct dot prefix display in directory names for RTL text rendering issue #9579 (#9591)
94+
- @ariane-emory:
95+
- fix: don't update session timestamp for metadata-only changes (resolves #9494) (#9495)
96+
- @vmotta8:
97+
- fix(tui): responsive layout for narrow screens (#9703)
98+
- @luojiyin1987:
99+
- feat: add OPENCODE_DISABLE_FILETIME_CHECK flag (#6581)
100+
- @kdcokenny:
101+
- feat: add OPENCODE_DISABLE_PROJECT_CONFIG env var (#8093)
102+
- @RiskyMH:
103+
- chore(opencode): Use Bun.semver instead of node-semver (#9773)
104+
- @shirukai:
105+
- fix: handle special characters in paths and git snapshot reading logic(#9804) (#9807)
106+
- @DNGriffin:
107+
- feat(app): allow users to select directory text on new session (#9760)
108+
- fix(app): workspaces padding wonkiness (#9772)
109+
- @zerone0x:
110+
- fix(ui): preserve filename casing in edit/write tool titles (#9752)
111+
- @kearns-cu:
112+
- feat(app): add manage models icon to selector (per Figma request) (#9722)
113+
- feat(app): model tooltip metadata in chooser (per Figma request) (#9707)
114+
- @Brendonovich:
115+
- fix(desktop): add workaround for nushell
116+
- feat(desktop): properly integrate window controls on windows (#9835)
117+
- @unitythemaker:
118+
- fix(app): terminal improvements - focus, rename, error state, CSP (#9700)
119+
- @ndarilek:
120+
- fix(app): add aria-labels to titlebar and sidebar buttons (#9843)
121+
- @ProdigyRahul:
122+
- fix(app): new workspace button with all languages (#9848)
123+
- feat(app): search on settings shortcuts (#9850)
124+
- @spoons-and-mirrors:
125+
- tweak(session title): change prompt to have the response with user language (#9847)
126+
- @nunomaduro:
127+
- feat(formatters): add laravel pint as a .php formatter (#7312)
128+
- @stevoland:
129+
- fix: Claude w/bedrock custom inference profile - caching support (#9838)
130+
ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.1.29
131+
Documentations:
132+
- DocumentLabel: Docs
133+
DocumentUrl: https://opencode.ai/docs/
134+
ManifestType: defaultLocale
135+
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 komac v2.14.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.1.29
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)