Loading...
- v1.6iOS
New Features 1. Added full Traditional Chinese localization. 2. Support custom web viewport with per-session override and UA-mismatch warning. 3. Enhanced chat input with @-mention file picker, Insert Line Break menu, Return-key behavior toggle, and keep-screen-awake setting. 4. Added paged image gallery with drag-to-dismiss and pinch zoom. 5. Support Apple Photos import and save to specific album. 6. Support OpenAI image generation and editing. 7. Optimized Skill system to sort by priority and usage frequency. 8. Added task-completion app icon badges. 9. Added email feedback entry in Settings. 10. Support double-tap and right-click to copy Markdown table cells. 11. Tool sheet terminal button now prefills the current shell command. Bug Fixes 1. Fixed streamed text tail characters and bold formatting going missing between tool calls. 2. Fixed math-heavy markdown previews freezing the app on open. 3. Improved iSH terminal stability across iOS 16 and iOS 26 — fixed blackouts, second-open hang, paste, keyboard focus, and memory leaks. 4. Fixed Dynamic Island and keep-screen-awake not releasing after tasks finish. 5. Fixed Stop button not killing long-running processes like sleep. 6. Improved iCloud sync reliability — fixed empty-session uploads, cross-device deletes, custom model preservation, and drag-reorder races. 7. Fixed File Browser not refreshing the Files app after copy/move/delete. 8. Fixed shell_execute swallowing stderr, browser_use ignoring UA settings, and /compact missing the last turn. 9. Fixed tool execution status not persisting across app restart. 10. Fixed Report Content emailing the wrong address. Performance 1. Optimized math formula rendering with lazy loading — markdown previews are now scrollable instantly. 2. Optimized terminal rendering with incremental updates and batched TTY output. 3. Moved streamed markdown re-parse off the main thread. 4. Optimized iCloud sync to run off the main thread with per-session etag caching.
- v1.5iOS
- v1.4iOS
Terminal Overhaul - Full CJK and emoji input support with pixel-perfect grid alignment - Complete external keyboard support: Ctrl/Alt combos, arrow key modifiers, text selection - Fixed terminal becoming unresponsive after backgrounding; added command history Model Groups - Session defaults: set reasoning level and context window limit per group - All model errors shown when group fallback is exhausted - New "Always Fallback" strategy — switch immediately on any error Drag & Drop - Drop files and images directly into chat from Files or Photos iCloud Sync - Major performance improvements — sync deferred during AI processing - Fixed multi-device edit conflicts and data loss Third-Party Coding Plan Support - Manual OAuth token entry for MiniMax, Kimi, and other compatible services - Fixed token loss during provider import/export Safari-Style Web Preview - Live tool streaming and inline web previews Files App Integration - Access Memory, Skills, and shared folders directly in the system Files app Bug Fixes & Polish - Smoother streaming text rendering — fixed flickering and overflow - iPad layout and dark mode improvements - Fixed input field not clearing after CJK IME confirmation
- v1.3iOS
1. Smarter context management — Tiered offload/compact/exhausted policy adapts to each model's actual context window instead of applying a fixed threshold. 2. Calendar & Reminders write support — You can now update, delete, and complete existing events and tasks, not just create them. 3. Input improvements — Drag to reorder attachments before sending; long pasted text auto-attaches as a file. 4. OpenAI Responses API merged — Now an API Format option inside the OpenAI provider, no separate entry needed. 5. Stability & performance — Fixed multiple crashes (URLSession, SwiftUI cell height, TableAttachment), restored thinking dots and sheet animations, faster Terminal startup, and more reliable speech input.
- v1.2iOS
- New /thinking command with Off / Low / Med / High intensity levels. - NFC tag read/write reliability improvements - Model list automatically enriched with modality and capability metadata - Fixed spurious session reload triggered by iCloud sync - apple-vision tool gains similarity and overlap subcommands - Other bugfix
- v1.1iOS
- iCloud Sync — Sessions, files, and provider configurations now sync seamlessly across all your devices. API keys sync securely via Keychain. - Session Pinning — Long-press any session to pin it to the top of your list. - Launch Session Setting — Choose how Minis starts: auto-resume, last session, or always open a new chat. - Shared Directory — New /var/minis/shared/ folder persists files across sessions and is accessible from the Files app via a FileProvider extension. - Smoother Scrolling — Rebuilt the message list layout engine from scratch to eliminate scroll jitter and improve rendering stability. - Bug Fixes — Fixed compact divider incorrectly graying out new messages, multiple crash points (watchdog kill, Range bounds, CollectionView reuse), and Markdown table height calculation.