Files
cli/assistant
abearxiong 742a7a2992 feat: add zod dependency and implement kevisual routes for CLI commands
- Added zod as a dependency in package.json.
- Enhanced assistant configuration to include skills and plugins directories.
- Implemented runCmd function to execute CLI commands in run.ts.
- Updated light-code module to use node:child_process.
- Created new kevisual routes for checking CLI login status and deploying web pages.
- Added restart functionality for OpenCode client in opencode module.
2026-01-28 00:02:38 +08:00
..
2026-01-20 15:39:46 +08:00
2025-06-06 02:03:10 +08:00
2026-01-17 14:48:49 +08:00
2025-04-27 22:16:09 +08:00
2026-01-20 15:39:46 +08:00
2026-01-17 16:19:49 +08:00

assistant cli

安装

npm i -g @kevisual/cli --registry=https://npm.cnb.cool/kevisual/registry/-/packages/

环境变量配置项

  • ASSISTANT_CONFIG_DIR
    • 说明:指定 assistant 的配置文件目录
    • 示例:export ASSISTANT_CONFIG_DIR=/path/to/your/config/dir

启动命令

asst server -s -p 8686