7 Commits

Author SHA1 Message Date
Akizon77
8cd60d448a feat: 增强终端实例终止逻辑 2025-06-29 17:21:08 +08:00
Akizon77
ef2c638932 feat: 优化 CPU 和磁盘信息获取,增强对 Server 版本的支持,改进终端关闭逻辑 2025-06-09 00:57:17 +08:00
Akizon77
6e4bd4e4ae feat: 优化终端进程创建,支持交互模式并添加回退逻辑 2025-06-06 18:20:54 +08:00
Akizon77
26b54ac85d fix: 不使用环境变量获取shell 2025-05-25 13:58:23 +08:00
Akizon77
ae783daf80 fix: 优化 shell 查找逻辑,确保用户默认 shell 可用性验证 2025-05-25 00:06:02 +08:00
Akizon77
7ce7ee18d3 feat: 实现跨平台终端启动功能,整合Unix和Windows终端逻辑 2025-05-16 20:17:51 +08:00
Akizon77
e34367de69 Refactor monitoring package: remove platform-specific files and consolidate OS detection and process counting logic
- Deleted os_windows.go and process_windows.go, replacing them with platform-agnostic implementations in unit directory.
- Removed Linux-specific process counting logic from process_linux.go and integrated it into unit.
- Consolidated uptime and OS name retrieval into unit files for better organization.
- Updated update mechanism to use global variables for current version and repository.
- Introduced command-line flags for configuration, including disabling auto-update and web SSH.
- Implemented WebSocket connection handling and terminal interaction for both Unix and Windows systems.
- Added basic info upload functionality to server package, enhancing monitoring capabilities.
2025-05-16 19:56:22 +08:00