GooDAnDReaDY/dsh-context-lens ↗★ 0
@goodandready/dsh-context-lens
DSH plugin for AST context compression, test log filtering, and token budget guard
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-context-lens说明文档
阅读完整 README ↗⚙️ Configuration Reference (settings.yaml)
dsh-context-lens:
compressionMode: balanced # 'raw', 'balanced', or 'aggressive'
astSkeletonMaxDepth: 3 # Maximum depth level for AST signature traversal (1..10)
tokenSavingsTracking: true # Track and display live token savings
autoCompressThreshold: 4000 # Auto-compression character threshold (0 to disable)
budgetLimit: 100000 # Session token budget limit
autoCollapse: true # Auto-collapse UI when budget is nearly exhausted