feat: expose ZCode skill/init/plugin commands and friendly-error TUI-only commands#18
Conversation
TUI-only commands
There was a problem hiding this comment.
Code Review
This pull request implements plugin command discovery and slash-command handling for the ZCode ACP server, allowing dynamic plugin commands to be loaded at startup and integrated with static slash commands. It also updates slash-command interception to handle unsupported TUI commands with friendly errors and pass through backend-resolved commands. The review feedback highlights a critical bug in version resolution where version directories are compared lexicographically (e.g., treating "2.0.0" as greater than "10.0.0") and suggests implementing a semver-aware comparison helper. Additionally, the reviewer recommends using homedir() from node:os for robust, cross-platform home directory resolution in both the source code and tests.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary