Skip to content

Commit cd44ba3

Browse files
committed
0.0.17
1 parent 0a81e29 commit cd44ba3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

UPDATE_LOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### v0.0.17
44

5-
* 添加 summaryWindowSize 摘要窗口大小(即,工作上下文压缩时保留几条消息)
6-
* 添加 sandboxMode (沙盒模式)配置(之前只能是沙盒模式,现在可关闭
5+
* 添加 summaryWindowSize 摘要窗口大小(即,工作上下文压缩时保留几条消息),一般 12 或 15(更吃 token,但保留更多最近交互)
6+
* 添加 sandboxMode 配置。`:true`(沙盒模式,只能访问工作区内的相对路径), `:false`(开放模式,支持工作区外的绝对路径
77
* 添加 thinkPrinted 配置(关闭界面更清爽)
88
* 优化 CodeSkill 增加三级扫描(之前为二级)
99

soloncodecli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<artifactId>soloncodecli</artifactId>
1515
<name>${project.artifactId}</name>
16-
<version>0.0.16</version>
16+
<version>0.0.17</version>
1717
<packaging>jar</packaging>
1818

1919
<properties>

0 commit comments

Comments
 (0)