claude-code-best/packages/pokemon
claude-code-best bd70971632 fix: Battle 快捷键通过 inputRef 转发至主 Ink 上下文
BattleFlow 不再直接调用 useInput(外部包的 Ink 上下文可能不同),
改为暴露 handleInput 方法,由 BuddyPanel 中的 BattleTab 通过
useInput + ref 转发键盘事件,确保在正确的 StdinContext 中工作。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-22 08:44:33 +08:00
..
scripts feat: 第一版可用 pokemon 2026-04-21 19:03:31 +08:00
src fix: Battle 快捷键通过 inputRef 转发至主 Ink 上下文 2026-04-22 08:44:33 +08:00
package.json feat: 集成 Battle tab 到 BuddyPanel,重命名 data/ 为 dex/ 规避 gitignore 2026-04-22 08:35:19 +08:00
tsconfig.json feat: 第一版可用 pokemon 2026-04-21 19:03:31 +08:00