Commit Graph

109 Commits

Author SHA1 Message Date
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
6d32fedfb0 temp 2025-11-18 01:32:00 +08:00
ba171fb744 fix: 更新初始化和pack的 cmd 2025-11-17 18:14:47 +08:00
5df5a943ed update: 更新light-code部分的代码模块 2025-11-11 03:42:21 +08:00
4dbee366c5 feat: add clone file 2025-10-12 19:55:33 +08:00
0dc3605861 bump 2025-08-11 20:24:58 +08:00
010816eb39 update fix 2025-07-18 01:04:20 +08:00
574317a42d update: add local-proxy library 2025-06-20 12:07:09 +08:00
3c0cb64478 update 2025-06-19 00:07:18 +08:00
b239dae9e3 update: 优化部署 2025-06-18 22:42:39 +08:00
84d9fb2455 fix show tips 2025-05-29 14:02:08 +08:00
78d2b2b161 fix: deploy show tips 2025-05-29 11:43:46 +08:00
0507163248 fix bugs for query -app 2025-05-29 04:04:11 +08:00
1869164d3d fix: metadata 2025-05-24 03:06:32 +08:00
5d5650b3d0 update change cli 2025-05-23 23:55:04 +08:00
d3e17096c4 add local base url 2025-05-20 00:37:11 +08:00
5cc1e33b29 add public fix and pnpm init asst 2025-05-19 22:13:02 +08:00
a05f2cd291 feat: update ev cli 2025-05-18 17:59:54 +08:00
e9eedcd1bd "feat: 升级本地应用管理依赖,新增应用删除功能及强制覆盖下载选项" 2025-05-17 15:53:06 +08:00
035ddc248c add install base 2025-05-17 03:32:38 +08:00