chenbhao commited on
Commit
c376933
·
1 Parent(s): 190236a

chore: polish auto compact doc

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -15,7 +15,7 @@ git clone https://github.com/versperai/VersperClaw.git && cd VersperClaw && bun
15
 
16
  # if want global use bin file
17
  cp VersperClaw ~/.local/bin
18
- # then can use VersperClaw in everywhere
19
  ```
20
 
21
  ## 2. LLM Based - Auto Compact
@@ -26,9 +26,8 @@ cp VersperClaw ~/.local/bin
26
  </tr>
27
  </table>
28
 
29
- > Maximum_Context_Window = min(CLAUDE_CODE_MAX_CONTEXT_TOKENS, CLAUDE_CODE_AUTO_COMPACT_WINDOW) - 20000
30
-
31
  ```bash
 
32
  # set 200k env in ~/.claude/settings.json or terminal
33
  # the 20k is used to compact as buffer band
34
  {
 
15
 
16
  # if want global use bin file
17
  cp VersperClaw ~/.local/bin
18
+ # then can use VersperClaw in everywhere after /login
19
  ```
20
 
21
  ## 2. LLM Based - Auto Compact
 
26
  </tr>
27
  </table>
28
 
 
 
29
  ```bash
30
+ # Maximum_Context_Window = min(CLAUDE_CODE_MAX_CONTEXT_TOKENS, CLAUDE_CODE_AUTO_COMPACT_WINDOW) - 20000
31
  # set 200k env in ~/.claude/settings.json or terminal
32
  # the 20k is used to compact as buffer band
33
  {