Files
cli/assistant
abearxiong 76aeb21a41 Refactor CNB command to improve configuration handling and add default keep.json
- Changed import of 'path' module to use default import syntax.
- Updated 'live' command to accept a configuration file path with higher priority than JSON input.
- Removed stdin reading for JSON input; now reads directly from the specified config file.
- Simplified error handling for JSON parsing and configuration validation.
- Enhanced keepAlive creation by removing unnecessary callbacks and enabling debug mode.
- Added default keep.json file with example configuration.
2026-02-15 23:52:32 +08:00
..
2026-01-20 15:39:46 +08:00
2025-06-06 02:03:10 +08:00
2026-02-06 18:21:27 +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