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
Session Agent: A new session-level AI assistant that can work with the current terminal and workspace context. It supports multiple AI providers, reasoning-effort controls, image and text attachments, Markdown messages, web search, file and command tools, action approvals, conversation history, and interruption recovery.
In-terminal SFTP workspace: Building on the existing dual-pane SFTP browser, Miaominal now provides an SFTP entry point in the terminal sidebar, a transfer progress center, directory task details, and more complete file-management operations.
Remote disk monitoring: Disk usage has been added to the existing CPU, memory, swap, network, and load monitoring, together with an improved monitoring interface.
Additional shortcuts: Open SFTP directly from the SSH host menu, open port-forwarding addresses in a browser, and rename managed private keys.
Release artifacts: Added Linux DEB, RPM, and ARM64 builds, as well as a Windows ARM64 build. The Windows installer has moved to Inno Setup and now includes a Simplified Chinese interface.
Improved
Optimized terminal VTE parsing, output batching, snapshot caching, link hovering, and reflow for smoother behavior during high-volume output and window resizing.
Improved the SFTP transfer center, recursive directory operations, per-file progress, pause and resume controls, error handling, and long-path display.
SFTP downloads are now written to temporary files before being atomically replaced, and symbolic links are rejected during directory uploads to reduce corruption and path-escape risks.
Configuration files are now written atomically, and failed sync pulls are rolled back to reduce inconsistent state after unexpected exits or synchronization errors.
Strengthened local Vault security by protecting the Vault passphrase in memory, preventing lost updates during concurrent writes, and requiring the current passphrase before Vault credentials can be changed.
macOS keychain storage now uses a blob-based format while remaining compatible with legacy per-entry credentials.
Improved third-party profile imports, SSH connection-test feedback, trusted-host management, and the presentation of host groups and tags.
Improved responsive layouts for the top tab bar, settings pages, sidebars, large text sizes, and short windows.
Fixed
Fixed isolation between local and remote port forwards, forwarding relay tasks that could block handler callbacks, and missing authorization enforcement for SSH agent forwarding.
Fixed SFTP issues involving nested paths, duplicate transfers, remote handle cleanup, lost transfer-control signals, and recovery from non-fatal errors.
Fixed macOS CPU and memory calculations, as well as monitoring failures when remote network counters are unavailable.
Fixed the chat database remaining open while local application data was being cleared.
Fixed issues with saving profiles and snippets, renaming session tabs, and completing tab reordering after drag and drop.
Upgrading from 0.1.0
On Windows and macOS, Miaominal automatically migrates the v0.1.0 configuration directory during early startup. Settings, the local Vault, sessions, snippets, known hosts, managed keys, and sync configuration are moved together as a single directory.
System keychain service and account names remain unchanged. Users of the system keychain do not need to migrate credentials manually, and local Vault files are not re-encrypted.
If the new configuration directory already exists, Miaominal uses it immediately and leaves the legacy directory untouched. Existing data is not overwritten, merged, or deleted.
If automatic migration fails, Miaominal continues using the legacy directory for the current run and retries the migration on the next launch.
新增
Session Agent:全新的会话级 AI 助手,可结合当前终端与工作区上下文进行对话,支持多种 AI Provider、推理强度设置、图片与文本附件、Markdown 消息、联网检索、文件与命令工具、操作审批、会话历史和中断恢复。