File tree Expand file tree Collapse file tree
src/main/java/org/noear/solon/codecli/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+ ### v2026.4.30
3+
4+ * 新增 soloncode ` /loop ` 命令支持
5+ * 优化 soloncode ` code ` skill (增加更多编程语言支持)
6+ * 优化 soloncode 可能意外退出的提示输出
7+
28### v2026.4.29
39
410* 添加 soloncode openai baseUrl 配置支持(其它的仍要配置全地址)
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.4.29 </version >
10+ <version >2026.4.30 </version >
1111 <relativePath >../../soloncode-parent/pom.xml</relativePath >
1212 </parent >
1313
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.4.29 </version >
10+ <version >2026.4.30 </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.4.29 " ,
3- "ide_version" : " v2026.4.29 "
2+ "cli_version" : " v2026.4.30 " ,
3+ "ide_version" : " v2026.4.30 "
44}
Original file line number Diff line number Diff line change 55
66$ErrorActionPreference = " Stop"
77
8- $VERSION = " v2026.4.29 "
8+ $VERSION = " v2026.4.30 "
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.4.29 "
9+ VERSION=" v2026.4.30 "
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 @@ -22,7 +22,7 @@ public class AgentFlags {
2222 public final static String FLAG_WEB = "web" ;
2323
2424 public static String getVersion () {
25- return "v2026.4.29 " ;
25+ return "v2026.4.30 " ;
2626 }
2727
2828 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.4.29 </version >
16+ <version >2026.4.30 </version >
1717 <packaging >pom</packaging >
1818
1919 <properties >
You can’t perform that action at this time.
0 commit comments