- 新增 status_line.sh 脚本,自定义状态栏显示格式 - 配置 CLAUDE_CODE_NO_FLICKER 禁止状态栏闪烁 - 状态栏显示:版本、模型、上下文使用百分比
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"env": {
|
|
"CLAUDE_CODE_AUTO_COMPACT_WINDOW": "200000",
|
|
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "75",
|
|
"CLAUDE_CODE_NO_FLICKER": "1"
|
|
},
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "/data/git/gitea/szis/isos/tech/.claude/hooks/user-prompt-submit.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "/data/git/gitea/szis/isos/tech/.claude/tools/status_line.sh"
|
|
}
|
|
}
|