We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a81e29 commit cd44ba3Copy full SHA for cd44ba3
2 files changed
UPDATE_LOG.md
@@ -2,8 +2,8 @@
2
3
### v0.0.17
4
5
-* 添加 summaryWindowSize 摘要窗口大小(即,工作上下文压缩时保留几条消息)
6
-* 添加 sandboxMode (沙盒模式)配置(之前只能是沙盒模式,现在可关闭)
+* 添加 summaryWindowSize 摘要窗口大小(即,工作上下文压缩时保留几条消息),一般 12 或 15(更吃 token,但保留更多最近交互)
+* 添加 sandboxMode 配置。`:true`(沙盒模式,只能访问工作区内的相对路径), `:false`(开放模式,支持工作区外的绝对路径)
7
* 添加 thinkPrinted 配置(关闭界面更清爽)
8
* 优化 CodeSkill 增加三级扫描(之前为二级)
9
soloncodecli/pom.xml
@@ -13,7 +13,7 @@
13
14
<artifactId>soloncodecli</artifactId>
15
<name>${project.artifactId}</name>
16
- <version>0.0.16</version>
+ <version>0.0.17</version>
17
<packaging>jar</packaging>
18
19
<properties>
0 commit comments