File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " paviko.opencode"
8- version = " 26.1.17 "
8+ version = " 26.1.24 "
99
1010repositories {
1111 mavenCentral()
Original file line number Diff line number Diff line change 11< h2 > OpenCode UX+ (unofficial) JetBrains Plugin Changelog</ h2 >
22
3+ < h3 > 26.1.24</ h3 >
4+ < ul >
5+ < li > Share / Unshare session</ li >
6+ < li > Added button"Copy to clipboard" message content</ li >
7+ < li > Removed rendering internal message "patch" - thanks to caiqy</ li >
8+ < li > Files changed panel now provide stats from OpenCode server - thanks to caiqy</ li >
9+ < li > Improved availability of "Retry" button for failed session</ li >
10+ < li > Updated OpenCode to v1.1.34</ li >
11+ </ ul >
12+
313< h3 > 26.1.17</ h3 >
414< ul >
515 < li > Added support for "Question" tool</ li >
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to the OpenCode VSCode extension will be documented in this
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec2.0.0.html ) .
77
8+ ### [ 26.1.24] - 2026-01-24
9+ - Share / Unshare session
10+ - Added button"Copy to clipboard" message content
11+ - Removed rendering internal message "patch" - thanks to caiqy
12+ - Files changed panel now provide stats from OpenCode server - thanks to caiqy
13+ - Improved availability of "Retry" button for failed session
14+ - Updated OpenCode to v1.1.34
15+
816### [ 26.1.17] - 2026-01-17
917
1018- Added support for "Question" tool
Original file line number Diff line number Diff line change 22 "name" : " opencode-ux-plus" ,
33 "displayName" : " OpenCode UX+ (unofficial)" ,
44 "description" : " Unofficial OpenCode VSCode extension" ,
5- "version" : " 26.1.17 " ,
5+ "version" : " 26.1.24 " ,
66 "publisher" : " paviko" ,
77 "author" : {
88 "name" : " paviko"
You can’t perform that action at this time.
0 commit comments