Commit Graph

117 Commits

Author SHA1 Message Date
ddfdb63598 fix: 修复配置文档中的表格格式;添加路由配置示例 2026-01-22 01:53:51 +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
bb2b129343 fix: 更新 pm2 依赖至最新版本 2026-01-20 21:12:47 +08:00
a4e04e7afa chore: 更新版本号至 0.0.89 2026-01-20 17:35:28 +08:00
89470346be udpate 2026-01-20 15:39:46 +08:00
9f20e149a0 feat: 更新依赖项,添加 OpenCode 支持,重构代理和路由逻辑,新增 AGENTS 文档 2026-01-20 02:46:29 +08:00
26b4ffa3a2 feat: 移除fileProxy函数,更新ProxyInfo类型,修复文件代理逻辑 2026-01-19 03:52:16 +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
2f79925e3d update 2026-01-17 16:19:49 +08:00
0b5a0557ee update 2026-01-17 14:48:49 +08:00
cc043bfd7e update 2026-01-17 01:13:55 +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
4723efbbd2 update 2026-01-11 23:16:49 +08:00
ff7e6aa152 bump 2025-12-24 00:28:59 +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
22de8cad52 fix: 移除不再使用的依赖项 '@kevisual/hot-api' 和 '@nut-tree-fork/nut-js' 2025-12-17 21:33:06 +08:00
73d98a1209 chore: update dependencies and package versions
- Bump packageManager from pnpm@10.25.0 to pnpm@10.26.0
- Update @kevisual/router from ^0.0.37 to ^0.0.39
- Update @types/node from ^24.10.2 to ^25.0.3
- Update inquirer from ^13.0.2 to ^13.1.0
- Update lodash-es from ^4.17.21 to ^4.17.22
- Update send from ^1.2.0 to ^1.2.1
- Update version of @kevisual/cli from 0.0.74 to 0.0.75 in package.json
- Update pnpm-lock.yaml to reflect changes in dependencies and versions
2025-12-17 20:22:30 +08:00
2393cbefbb fix: 修复下载配置文件失败时的错误处理逻辑 2025-12-17 12:18:55 +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
eca7b42377 udpate 2025-12-06 18:55:43 +08:00
ee33208e6c fix: fix hot-api for not build in bun app.mjs 2025-12-05 20:53:25 +08:00
77186a02a2 update 2025-12-05 20:00:36 +08:00
2dee724ec8 update add remote config 2025-12-04 02:29:42 +08:00
744b0e088b 修改版本 2025-12-03 18:06:11 +08:00
a97f015205 fix: 修复在windows环境下 pm2执行失败,找不到bun的问题 2025-12-02 18:06:21 +08:00
7471602ac1 fix: update windows jianrong 2025-12-01 15:33:30 +08:00
fcb3ec8993 update 2025-12-01 14:56:49 +08:00
ba3b2190ab update version 2025-12-01 02:25:00 +08:00
5f33926540 update 2025-11-28 03:15:10 +08:00
b2fcc84321 update add update 2025-11-28 02:49:52 +08:00
01c253e553 use bun for default engine 2025-11-28 01:01:52 +08:00
283fa5c603 bump: 更新版本 2025-11-25 00:35:45 +08:00
76800e3a97 更新版本 2025-11-18 18:58:31 +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
6eb6b7ec79 remove task 2025-10-28 15:09:45 +08:00
4dbee366c5 feat: add clone file 2025-10-12 19:55:33 +08:00
02d5cc9fb0 remove all submodules 2025-10-12 19:00:09 +08:00
0dc3605861 bump 2025-08-11 20:24:58 +08:00
0ed33bd451 bump version 2025-08-08 05:02:21 +08:00
690b3bbd17 fix: 修复bug关于windows的窗口错误问题 2025-07-18 01:08:34 +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
ddf50bbe4b update version 2025-06-02 11:12:57 +08:00
239ba3ad10 fix 2025-05-30 18:16:36 +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