Commit Graph

59 Commits

Author SHA1 Message Date
xiongxiao
57326c14d6 Refactor code structure for improved readability and maintainability 2026-03-18 19:08:43 +08:00
3243baa872 Refactor code structure for improved readability and maintainability 2026-03-12 13:51:13 +08:00
060595c352 feat: 更新多个依赖版本,添加客户端认证模块及缓存功能 2026-03-09 19:00:34 +08:00
bda7fc3b92 feat: 更新依赖版本,添加 cnb-board 环境检查功能 2026-02-24 01:23:52 +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
171d01a784 fix: 更新 package.json 中的依赖项版本以修复兼容性问题 2026-02-16 20:09:09 +08:00
5d6bd4f429 Refactor client routes and add IP fetching functionality
- Moved client route definitions to separate files for better organization.
- Added new route to fetch client IP addresses, supporting both IPv4 and IPv6.
- Implemented system information retrieval in the client routes.
- Updated package dependencies to their latest versions.
- Adjusted call route to prevent overwriting existing routes.
2026-02-04 13:20:12 +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
1d0db5f093 feat: 更新版本至 0.0.99,移除未使用的 callText 函数调用 2026-01-31 20:48:36 +08:00
51822506d7 feat(client): add routes for version, time, system info, and restart functionality 2026-01-31 00:48:15 +08:00
2ccda9f008 update 2026-01-26 01:13:10 +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
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
43992d896f feat: 重构代理功能,添加文件代理支持并优化相关逻辑 2026-01-18 13:41:47 +08:00
fee5076e16 feat: 更新authFilter以允许对/root路径的公共访问并修改相关消息 2026-01-17 23:34:08 +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
5395449751 update 2026-01-17 20:19:07 +08:00
2cb12644ea update 2026-01-17 16:50:29 +08:00
e1b86aa809 udpate 2026-01-17 16:41:50 +08:00
0b5a0557ee update 2026-01-17 14:48:49 +08:00
cc043bfd7e update 2026-01-17 01:13:55 +08:00
6a375db5a1 update 2026-01-15 18:59:06 +08:00
a5ce44ba70 更新依赖,增强ASR功能,优化代理路由处理,添加登录页面渲染 2026-01-15 12:42:39 +08:00
f1f2d81201 update add asr config 2025-12-29 01:53:07 +08:00
9f580a7709 update 2025-12-29 01:34:21 +08:00
91409861b9 update 2025-12-29 01:34:06 +08:00
a52ac525bf feat: 更新依赖项版本,调整 pnpm-lock.yaml 和 package.json 中的 @kevisual/ha-api 版本,优化 WebSocket 处理逻辑 2025-12-24 00:28:39 +08:00
371d66b289 feat: 优化 getToken 函数,移除无用的响应参数,调整授权过滤逻辑以支持新路径 2025-12-23 13:15:16 +08:00
4bdebd66d4 feat: 更新依赖项版本,添加新功能并重构代码,增强 ASR 服务和灯光控制逻辑 2025-12-23 00:40:09 +08:00
8007315c66 feat: 更新 WebSocket 路由,添加缺失的路由配置并调整测试用例 2025-12-21 04:42:36 +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
91fdd6abc3 feat: 更新助手配置,添加应用ID和URL,优化身份验证和代理逻辑 2025-12-18 20:56:18 +08:00
6e1ffe173a feat: 更新开发脚本,添加新的环境变量支持,优化管理员登录流程 2025-12-18 03:47:07 +08:00
b9624e4f6f fix: 添加身份验证检查,未登录用户重定向至根目录 2025-12-17 23:22:36 +08:00
7d4bc37c09 update 2025-12-15 23:02:06 +08:00
fdb3a1f4d1 add 添加初始化依赖安装 2025-11-25 00:44:05 +08:00
283fa5c603 bump: 更新版本 2025-11-25 00:35:45 +08:00
6f709ff3e2 update 2025-11-18 02:01:22 +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
6eb6b7ec79 remove task 2025-10-28 15:09:45 +08:00
574317a42d update: add local-proxy library 2025-06-20 12:07:09 +08:00
8cca071d9b fix: fix https config 2025-06-04 15:22:57 +08:00
715f8d7c8f perf: add default config 2025-05-22 15:01:18 +08:00
a5168d33ca fix localproxy add watch 2025-05-22 14:51:32 +08:00
1e340ec2b3 "feat: 新增远程应用测试脚本,升级 pm2 依赖" 2025-05-22 13:19:57 +08:00