You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an agent --stdio-bridge fallback: when sshd rejects direct-streamlocal, the client automatically reaches the agent unix socket through a bridge channel, keeping agent-backed features available on older systems such as CentOS 7.9.
agent 短请求新增低/中/高/超级性能档位,对应 Stable / Balanced / Fast / Ultra,并按主机持久化到本地 SQLite。
Added Stable / Balanced / Fast / Ultra presets for short agent requests, persisted per host in local SQLite.
桌面端 AI 助手新增独立弹窗入口,可把当前 AI 助手弹出为单独窗口,为多 AI 助手窗口并行操作预留骨架。
Added a desktop AI assistant pop-out entry, preparing the UI for multiple AI assistant windows.
Added OpenSSH private-key authentication to desktop and mobile host creation; pasted keys stay in the local encrypted vault and are reused automatically.
Fixed agent features being unavailable on CentOS 7.9/OpenSSH 7.4 when sshd returns AdministrativelyProhibited for direct-streamlocal; the client now falls back to the bridge without asking users to re-enter SSH passwords.
Fixed missing shared concurrency control for short agent requests under high-concurrency tool-call scenarios; all non-long-stream requests now go through the agent request guard and temporarily downgrade to 1 concurrent request after transport errors.
Android x86_64 debug APK was installed on the MuMu emulator; aapt dump badging reports versionName=0.6.6 and native-code='x86_64'. This test package is not uploaded to the public Release.
Android arm64 release APK/AAB were generated; the APK passed apksigner verify --verbose --print-certs and aapt dump badging, with package com.creationssh.mobile, versionName 0.6.6, versionCode 6006, and ABI arm64-v8a only.
Real CentOS 7.9 verification: native direct-streamlocal is still rejected by sshd, but the current client automatically uses stdio-bridge and completes handshake, sysinfo, metrics, and mon streaming.
发布前脱敏扫描通过:未发现真实凭据、token、私钥或非示例 IP。
Sanitized scans passed before release: no real credentials, tokens, private keys, or non-example IPs were found.