Commit Graph

22 Commits

Author SHA1 Message Date
a4a5ed0b50 fix: 更新用户信息命令以使用新的获取令牌逻辑,并优化本地用户检查功能 2026-02-21 22:19:30 +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
a80a3ede46 feat: add argument parsing and module resolution for assistant app
- Implemented argument parsing in args.ts to handle root, home, and help options.
- Added parseHomeArg and parseHelpArg functions for command line argument handling.
- Created ModuleResolver class in assistant-app-resolve.ts to resolve module paths, including scoped packages and relative paths.
- Introduced caching mechanism for package.json reads to improve performance.
- Added utility functions for checking file existence and clearing the cache.
2026-01-31 17:42:53 +08:00
51822506d7 feat(client): add routes for version, time, system info, and restart functionality 2026-01-31 00:48:15 +08:00
76a7dc0082 fix: 修复应用键生成逻辑,确保键值不以斜杠开头 2026-01-29 01:56:29 +08:00
43992d896f feat: 重构代理功能,添加文件代理支持并优化相关逻辑 2026-01-18 13:41:47 +08:00
5395449751 update 2026-01-17 20:19:07 +08:00
a90f98ef3f 更新依赖并增强应用管理命令功能 2025-12-29 03:33:11 +08:00
ee33208e6c fix: fix hot-api for not build in bun app.mjs 2025-12-05 20:53:25 +08:00
5df5a943ed update: 更新light-code部分的代码模块 2025-11-11 03:42:21 +08:00
613ed47474 fix 2025-05-29 11:27:44 +08:00
5d5650b3d0 update change cli 2025-05-23 23:55:04 +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
97acbfcf35 feat: add run script 2025-04-27 23:50:22 +08:00
6867de838e feat: add silky cli tools 2025-04-27 22:16:09 +08:00
75d181ef43 feat: 助手配置与服务命令扩展及依赖更新 2025-04-27 03:26:50 +08:00
f2abfbf17c "feat: 增加助手应用配置管理功能与服务器守护进程支持" 2025-04-27 00:35:44 +08:00
bcc12209e0 init 2025-04-26 03:15:11 +08:00
9eb4d06939 temp 2025-04-25 02:14:24 +08:00