What's Changed
Added
- Agent Console Help Pane - Added a help pane to
ai-devkit agent consolewith context-aware keyboard shortcuts and layout support for toggling help while preserving existing console workflows. - TUI Design System - Added shared TUI design-system components and tokens for panels, section titles, key hints, spacing, borders, and colors, and updated the agent console to use them consistently.
- CLI Startup Benchmark - Added a CLI startup benchmark utility, benchmark tests, and maintainer documentation for validating top-level command startup performance.
Changed
- CLI Startup Performance - Optimized
ai-devkitstartup by handling version/help output through a lightweight command manifest and lazy-loading Commander plus selected command modules only when needed by @codeaholicguy in #96
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.37.0...cli@0.38.0