Commit Graph

32 Commits

Author SHA1 Message Date
xiongxiao
e377557587 fix: 更新 @kevisual/api 依赖至 0.0.59,并优化本地用户检查逻辑 2026-02-22 00:07:02 +08:00
13b0f45d3e fix: 更新依赖项版本并优化远程应用连接逻辑 2026-02-21 06:28:20 +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
a76c2235ea feat: Implement LiveCode module with WebSocket and SSE support
- Added config management using `useConfig` for environment variables.
- Created `LiveCode` class to manage WebSocket connections and routing.
- Implemented `SSEManager` for Server-Sent Events handling.
- Developed `WSSManager` for managing WebSocket connections with heartbeat functionality.
- Introduced `ReconnectingWebSocket` class for robust WebSocket client with automatic reconnection.
- Added test files for live application demonstrating WebSocket and TCP server integration.
2026-02-02 23:29:58 +08:00
51822506d7 feat(client): add routes for version, time, system info, and restart functionality 2026-01-31 00:48:15 +08:00
59b3961ff9 temp 2026-01-22 12:51:44 +08:00
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
43992d896f feat: 重构代理功能,添加文件代理支持并优化相关逻辑 2026-01-18 13:41:47 +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
3de89b6985 update 2025-12-29 14:42:50 +08:00
91409861b9 update 2025-12-29 01:34:06 +08:00
371d66b289 feat: 优化 getToken 函数,移除无用的响应参数,调整授权过滤逻辑以支持新路径 2025-12-23 13:15:16 +08:00
4bdebd66d4 feat: 更新依赖项版本,添加新功能并重构代码,增强 ASR 服务和灯光控制逻辑 2025-12-23 00:40:09 +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
b3c5e7d68d feat: 实现 RemoteApp 类以支持远程连接,添加初始化和重连逻辑;更新用户路由以支持获取用户信息 2025-12-21 02:39:52 +08:00
8f29ddb449 add external 2025-12-17 22:32:33 +08:00
a97f015205 fix: 修复在windows环境下 pm2执行失败,找不到bun的问题 2025-12-02 18:06:21 +08:00
dce97eee82 update 2025-12-01 14:36:44 +08:00
01c253e553 use bun for default engine 2025-11-28 01:01:52 +08:00
6eb6b7ec79 remove task 2025-10-28 15:09:45 +08:00
8cca071d9b fix: fix https config 2025-06-04 15:22:57 +08:00
5d5650b3d0 update change cli 2025-05-23 23:55:04 +08:00
1c2aa26dd0 fix: add listen for path 2025-05-21 17:01:08 +08:00
e9eedcd1bd "feat: 升级本地应用管理依赖,新增应用删除功能及强制覆盖下载选项" 2025-05-17 15:53:06 +08:00
035ddc248c add install base 2025-05-17 03:32:38 +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