mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
- Task 3.3 EffortPanel.tsx 草稿:Faster/Smarter padEnd 语法错乱重写; useKeybindings import 路径从 @anthropic/ink 修正为 ../../keybindings/useKeybinding.js; 移除冗余 renderSeparatorLine;保留 renderPaddedLine - Task 5.2 computeConfirmOutcome 改为注入 ApplyFn 模式: 避免 effortPanelState → effort.tsx → EffortPanel 循环依赖; 测试可注入 mockApply,无需 mock settings - Step 5.3 测试代码对齐注入版签名 Co-Authored-By: glm-5.2 <zai-org@claude-code-best.win>