File tree Expand file tree Collapse file tree
src/main/java/org/noear/solon/codecli/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22
3- ### v2026.6.19
3+ ### v2026.6.20
44
5+ * 添加 soloncode web 设置 mcp 导入功能
6+ * 添加 soloncode web 设置 供应商功能
57* 优化 soloncode web 右侧面板的 emoji 图标改为 svg 图标(跨系统更稳定)
68* 优化 soloncode edit 工具匹配算法(同行号可以乎略缩进)
9+ * 细节优化
710
811### v2026.6.18
912
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.noear</groupId >
99 <artifactId >soloncode-parent</artifactId >
10- <version >2026.6.18 </version >
10+ <version >2026.6.20 </version >
1111 <relativePath >../../soloncode-parent/pom.xml</relativePath >
1212 </parent >
1313
Load diff This file was deleted.
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.noear</groupId >
99 <artifactId >soloncode-parent</artifactId >
10- <version >2026.6.18 </version >
10+ <version >2026.6.20 </version >
1111 <relativePath >../soloncode-parent/pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 11{
2- "cli_version" : " v2026.6.18 " ,
3- "ide_version" : " v2026.6.18 "
2+ "cli_version" : " v2026.6.20 " ,
3+ "ide_version" : " v2026.6.20 "
44}
Original file line number Diff line number Diff line change 55
66$ErrorActionPreference = " Stop"
77
8- $VERSION = " v2026.6.18 "
8+ $VERSION = " v2026.6.20 "
99$PACKAGE_URL = " https://gitee.com/opensolon/soloncode/releases/download/$VERSION /soloncode-cli-bin-$VERSION .tar.gz"
1010$TEMP_DIR = Join-Path $env: TEMP " soloncode-install"
1111
Original file line number Diff line number Diff line change 66
77set -e
88
9- VERSION=" v2026.6.18 "
9+ VERSION=" v2026.6.20 "
1010PACKAGE_URL=" https://gitee.com/opensolon/soloncode/releases/download/${VERSION} /soloncode-cli-bin-${VERSION} .tar.gz"
1111TEMP_DIR=" /tmp/soloncode-install"
1212
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class AgentFlags {
4040 public final static String SCOPE_LOCAL = "workspace" ; //作用域:本地
4141
4242 public static String getVersion () {
43- return "v2026.6.18 " ;
43+ return "v2026.6.20 " ;
4444 }
4545
4646 private static String lastVersion ;
Original file line number Diff line number Diff line change 1313
1414 <artifactId >soloncode-parent</artifactId >
1515 <name >${project.artifactId} </name >
16- <version >2026.6.18 </version >
16+ <version >2026.6.20 </version >
1717 <packaging >pom</packaging >
1818
1919 <properties >
You can’t perform that action at this time.
0 commit comments