Commit Graph

128 Commits

Author SHA1 Message Date
6aeff117dc feat: 更新 @kevisual/router 版本至 0.0.89;添加 download 命令模块以支持文件下载 2026-03-09 01:24:45 +08:00
cb8e709c5d fix(deploy): set default version to 1.0.0 and generate key using nanoid; remove confirmation prompt 2026-03-08 14:07:18 +08:00
2d4666ce90 feat: 添加 Kevisual 类以获取管理员令牌;更新 ls-token 命令以支持创建 jwks 令牌 2026-03-06 02:11:05 +08:00
3b383639d6 feat: 增强 RemoteApp 支持用户名;更新 light-code 路由处理逻辑;优化 SyncBase 文件路径检查 2026-03-05 02:45:51 +08:00
c2c6d4a7d3 feat: 更新版本号至 0.1.15;增强 getSyncList 方法以支持本地文件选项 2026-03-03 00:40:30 +08:00
57bf884360 feat: 更新上传文件功能,增强目录路径处理逻辑 2026-03-02 02:06:16 +08:00
xiongxiao
88313d5b8e fix: 更新 AssistantConfig 以启用共享功能,并优化本地用户检查逻辑 2026-02-22 00:20:59 +08:00
c0edd2cbbf fix: 更新 @kevisual/api 依赖至 0.0.57,并移除过时的查询配置文件 2026-02-21 07:35:51 +08:00
68c1976754 feat: add user info command and package management for assistant app
- Implemented a new command 'me' to view current user information in the assistant application.
- Created a common configuration file for the assistant app with package details and scripts.
- Added functionality to check and update package.json dependencies and devDependencies in the assistant app.
- Refactored storage initialization in query module to use StorageNode.
2026-02-21 03:08:39 +08:00
e53c166c29 fix: 更新依赖项版本以修复兼容性问题并优化导入路径 2026-02-19 04:00:09 +08:00
63edd0fd84 fix: 更新版本号至 0.1.4,并优化 live 命令的配置路径处理 2026-02-17 04:10:56 +08:00
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
786ee80839 add live 2026-02-12 00:14:12 +08:00
34697e07b5 temp 2026-02-11 23:59:13 +08:00
a46510949b feat: 更新 RemoteApp 类以支持 ListenProcessParams 和改进消息处理逻辑
fix: 更新 package.json 版本号至 0.1.2
feat: 在部署函数中添加 detect 标志以增强功能
2026-02-05 03:00:51 +08:00
a74b984d95 feat: 添加 npm patch 命令以自动更新补丁版本 2026-02-03 03:01:25 +08:00
5774391bbe feat: refactor deploy command to enhance file upload process and user handling
- Updated the deploy command to include a new username retrieval mechanism, falling back to the organization if not specified.
- Introduced uploadFilesV2 function to streamline file upload logic, including hash checking to prevent redundant uploads.
- Modified queryAppVersion to accept a create parameter for better version management.
- Added a new test file to validate the uploadFilesV2 functionality.
2026-02-02 17:57:50 +08:00
310d727321 feat: 将命令名称从 'oc' 更改为 'ccc' 2026-01-31 22:09:17 +08:00
2950b5a5be feat: 更新版本至 0.0.96,重构claude命令,新增opencode模型切换功能 2026-01-30 04:37:38 +08:00
6cf3beae94 update 2026-01-25 02:56:56 +08:00
a583fdc211 update 2026-01-22 17:31:26 +08:00
028a6ac726 feat: restructure command for Claude models and add new remote routes
- Deleted the old cc.ts command and created a new cc.ts under src/command/claude for better organization.
- Added support for a new model 'bailian' in the command.
- Implemented remote app connection status and connection routes in assistant/src/routes/remote/index.ts.
- Updated index.ts to reflect the new path for the cc command.
- Added a placeholder for future management of plugin operations in src/command/opencode/plugin.ts.
2026-01-21 23:22:58 +08:00
3f899dbd5f update 2026-01-20 23:23:07 +08:00
91d4fed474 feat: update README with installation command and add debug logs in deploy command
- Added installation command for the CLI tool in README.
- Enhanced deploy command with debug logging for upload results and query app version.
- Integrated useKey for fetching KEVISUAL_TOKEN in get-config module.
- Added debug logging in queryAppVersion for better traceability.
- Updated temp.md with new dependency and example command for deployment.
2026-01-17 23:28:38 +08:00
cc043bfd7e update 2026-01-17 01:13:55 +08:00
327f115ef2 update 2026-01-16 01:39:01 +08:00
2011ea818c update 2026-01-15 10:48:41 +08:00
146fde274e fix: add login -e 登录通过env的环境变量登录 2026-01-15 09:26:20 +08:00
8549a4aa53 feat: migrate from inquirer to @inquirer/prompts for interactive prompts
- Replaced inquirer with @inquirer/prompts in various command files for improved prompt handling.
- Updated confirmation and input prompts in commands such as app, config, deploy, login, and others.
- Added a new command 'cc' for switching between Claude code models with appropriate configurations.
- Enhanced user experience by ensuring prompts are more streamlined and consistent across the application.
2026-01-15 09:17:07 +08:00
4f541748da fix 2026-01-14 00:14:25 +08:00
91409861b9 update 2025-12-29 01:34:06 +08:00
f12fea7246 feat: 更新依赖项版本,增强代理请求处理逻辑,调整 WebSocket 路由和 API 代理配置 2025-12-21 06:40:16 +08:00
36628c8279 feat: update WebSocket connection and add system version sending functionality
- Changed WebSocket connection URL to localhost for testing.
- Added a function to send system version to the server upon connection and after a delay.
- Improved logging for received messages.

chore: update package dependencies

- Bump versions for several dependencies including @kevisual/query, lucide-react, vue, and others.
- Update package manager version to pnpm@10.26.1.

fix: adjust app initialization to use sessionStorage

- Modified the app initialization to use a custom sessionStorage implementation backed by an LRU cache.

feat: implement sessionStorage with LRU cache

- Added a new module for sessionStorage that utilizes LRUCache for efficient caching.
2025-12-21 04:20:25 +08:00
2393cbefbb fix: 修复下载配置文件失败时的错误处理逻辑 2025-12-17 12:18:55 +08:00
0ca5989a40 feat: 在上传文件时读取并保存 readme.md 的内容作为描述 2025-12-17 11:22:36 +08:00
48f2695367 fix: 修改未登录状态下的返回值,提供更明确的错误信息 2025-12-15 23:06:21 +08:00
f3f1a1d058 update 2025-12-14 11:42:48 +08:00
4aeb3637bf feat: enhance AI commands and logging system
- Update @kevisual/query to 0.0.32 and @kevisual/router to 0.0.37
- Restructure AI command interface with run and deploy subcommands
- Add comprehensive logging throughout cmd-execution flow
- Improve sync module with better configuration handling
- Add clickable link functionality in logger
- Enhance error handling and debugging capabilities

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-10 17:45:09 +08:00
5b83f7a6d1 up 2025-12-09 13:40:41 +08:00
8118daa4e2 update deploy 2025-12-07 11:05:27 +08:00
eca7b42377 udpate 2025-12-06 18:55:43 +08:00
c018ffd422 update 2025-12-05 01:34:06 +08:00
3064682514 fix 2025-12-05 00:52:10 +08:00
2dee724ec8 update add remote config 2025-12-04 02:29:42 +08:00
502fef024f fix 2025-12-03 18:07:42 +08:00
87824c0021 图片上传hash 有bug,修复 2025-12-03 18:05:40 +08:00
fe272e0d27 update 2025-12-01 16:09:54 +08:00
b1f54cf813 update 2025-12-01 02:24:16 +08:00
5f33926540 update 2025-11-28 03:15:10 +08:00
b2fcc84321 update add update 2025-11-28 02:49:52 +08:00