Apps112

Open Minis 1.9 - App Store




About Open Minis

Minis - On-Device AI Agent Minis is an on-device AI agent that goes beyond chat. It takes action - browsing the web, accessing your health data, managing your schedule, controlling your smart home, and automating complex...

Minis - On-Device AI Agent Minis is an on-device AI agent that goes beyond chat. It takes action - browsing the web, accessing your health data, managing your schedule, controlling your smart home, and automating complex tasks, all running locally on your iPhone. On-Device AI Agent Unlike cloud-only chatbots, Minis runs directly on your device. The agent executes multi-step tasks autonomously, using tools and native iOS frameworks to get things done - not just answer questions. Multi-Model, Your Choice Bring your own API key. Choose from leading AI providers: . Anthropic Claude . OpenAI GPT . Google Gemini . OpenRouter . Any OpenAI-compatible endpoint Deep iOS Integration The agent accesses Apple frameworks natively: . HealthKit - steps, heart rate, sleep, workouts, SpO₂ . Calendar & Reminders - create events, check availability, manage tasks . HomeKit - control lights, switches, scenes, and smart accessories . Photos - search, organize, and export from your library . Location & Maps - current location, directions, nearby POIs . Vision - OCR text recognition, object detection, barcode scanning . Speech - real-time transcription and text-to-speech . Weather - current conditions, hourly and daily forecasts Built-in Web Browser Navigate pages, take screenshots, extract content, fill forms, and interact with websites - all driven by the AI agent in the background. Skills System Import or create custom AI skills to extend the agent's capabilities. Share skills with others or build your own for specialized workflows. Persistent Memory The agent remembers your preferences, project context, and recurring patterns across sessions - building a personalized assistant that improves over time. Siri Shortcuts Automate AI tasks with Siri and the Shortcuts app. Send prompts with file attachments, wait for results, and chain into complex workflows - all hands-free. Privacy by Design Your API keys stay on-device. Fine-grained permission controls let you decide exactly which personal data the agent can access. No account required. No data collected.

Version History What's New 1. MCP Integrations — Connect Any Tool to Your AI Minis now supports the Model Context Protocol (MCP), letting you connect external tools and services directly into the agent loop. Add MCP servers via Settings → MCP Integrations, import configs from JSON, or manage them from the shell with the new  minis-mcp-cli  command. 2. SOUL Personality Customize your AI's personality — name, style, language, and character — directly in Settings. Everything is saved to SOUL.md and persists across sessions. The sidebar title, default session name, and typing indicator all reflect your Soul's name. 3. iCloud Sync V2 Upgraded to record-level sync. Providers, Model Groups, and environment variables now sync independently per entry. Fixes issues where deleted configs were resurrected by iCloud, local API keys were overwritten on merge, and active sessions had their content overwritten mid-run. 4. Providers OpenAI: Generate images directly in chat using gpt-image-2 via OpenAI OAuth / Codex instances. New xAI provider with one-tap SuperGrok / X Premium+ login. 5. Memory Toggle A new global memory toggle in Settings controls whether new sessions enable memory by default. Turning it off fully suppresses memory injection and hides memory tools. 6. Tool Calls The agent loop now dispatches multiple tool calls in parallel, making multi-step tasks significantly faster. Long-press any tool capsule to re-run from that exact point, or copy the tool call details. Bug Fixes • Fixed multiple chat crashes including session switch UAF, notification deeplink wake, and iPad sidebar collapse jank. • Fixed generated content being lost after Stop or Retry. • Fixed vision models not seeing images returned by read_image or browser_use. • Fixed concurrent browser_use calls trampling the same WebView across tabs. • Fixed Codex OAuth non-streaming calls triggering HTTP 400 Stream must be set to true. • Fixed orphaned tool_use and tool_result blocks being sent in Anthropic requests. • Fixed reasoning models returning empty text when generating session titles. • Fixed slash menu disappearing in over-input mode and installed Skills not appearing in the list. • Fixed token counts being inflated by providers that report cumulative usage on every SSE chunk. • Fixed compact running in an infinite loop. • Fixed image generation requests timing out at around 120 seconds. • Fixed camera captures being stored as oversized lossless PNGs. 1.9 6d ago New Features 1. minis-config CLI: agent edits app settings from terminal with audit and revert. 2. Environment variable privacy mode: env values masked in shell output before reaching model. 3. Full minis:// deeplinks: external links jump into Settings and file browser. 4. New Chat onboarding: workspace folders and file browser entry on start. 5. File mention ranking: @ mention ranks closer to real usage. Bug Fixes 1. Empty responses: GPT-5.5 blank replies now show error with retry. 2. Reasoning fallback: fixed early stop from fabricated placeholders across providers. 3. Long-session stability: 200-turn cap with resume; cross-provider tool 400 fixed. 4. DeepSeek V4 compatibility: fixed misflagging as vision-capable. 5. Image attachments: picker/drop images keep original bytes, no JPEG. 6. Streaming scroll jumps: fixed half-screen jump and broken table links. 7. Image preview transition: full-screen image no longer freezes mid-animation. 8. Misc polish: empty state visuals, browser preview sizing, settings link routing. Performance 1. Tool streaming heat: CPU and device heat drop on large tool inputs. 2. Long-chat smoothness: smoother scroll and streaming; logs shrink dramatically. 1.8 May 7 New Features 1. Added support for DeepSeek V4 with thinking toggle. 2. Added support for GPT-5.5. 3. Added provider config export and import. 4. Added tool loop detection to prevent Agent infinite loops. 5. Added drag-to-reorder for models, providers, and groups. 6. Per-instance image generation endpoint mode (auto / images / chat). 7. Clickable URLs in terminal with link preview support. 8. Confirm prompt before overwriting environment variables. 9. Confirm prompt before deleting a model entry. Bug Fixes 1. Fixed iCloud sync reliability across multiple scenarios. 2. Fixed image attachments being truncated during history compression. 3. Fixed Claude 4.6+ adaptive thinking and request headers. 4. Fixed browser_use deadlock and missing preview. 1.7 Apr 29 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. 1.6 Apr 22 New Features 1. Mount external folders: Mount iCloud, Files-app, and other external directories into the Minis workspace that Agent can help you reading/editing. 2. In-app resource previews: The agent can use minis-open to open chat images, Markdown/HTML, and media directly in the right in-app preview. 3. Apple Health improvements: New delete subcommand removes entries created by Minis, add more types support. 4. Cross sessions tool: Minis can read or search your history sessions by embed tool. Bugfix 1. Fixed network tools hang in some cases. 2. Fixed terminal can not interactive on sime iOS versions. 3. Other crashes and performance improvements. 1.5 Apr 14 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 1.4 Apr 8 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. 1.3 Apr 4 - 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 1.2 Mar 31 - 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. 1.1 Mar 25 1.0 Mar 15



Previous Versions

Here you can find the changelog of Open Minis since it was posted on our website on 2026-03-25 04:55:24. The latest version is 1.9 and it was updated on 2026-06-30 21:29:10. See below the changes in each version.

Open Minis version 1.9
Updated At: 2026-06-30
Changes: Version History What's New 1. MCP Integrations — Connect Any Tool to Your AI Minis now supports the Model Context Protocol (MCP), letting you connect external tools and services directly into the agent loop. Add MCP servers via Settings → MCP Integrations, import configs from JSON, or manage them from the shell with the new  minis-mcp-cli  command. 2. SOUL Personality Customize your AI's personality — name, style, language, and character — directly in Settings. Everything is saved to SOUL.md and persists across sessions. The sidebar title, default session name, and typing indicator all reflect your Soul's name. 3. iCloud Sync V2 Upgraded to record-level sync. Providers, Model Groups, and environment variables now sync independently per entry. Fixes issues where deleted configs were resurrected by iCloud, local API keys were overwritten on merge, and active sessions had their content overwritten mid-run. 4. Providers OpenAI: Generate images directly in chat using gpt-image-2 via OpenAI OAuth / Codex instances. New xAI provider with one-tap SuperGrok / X Premium+ login. 5. Memory Toggle A new global memory toggle in Settings controls whether new sessions enable memory by default. Turning it off fully suppresses memory injection and hides memory tools. 6. Tool Calls The agent loop now dispatches multiple tool calls in parallel, making multi-step tasks significantly faster. Long-press any tool capsule to re-run from that exact point, or copy the tool call details. Bug Fixes • Fixed multiple chat crashes including session switch UAF, notification deeplink wake, and iPad sidebar collapse jank. • Fixed generated content being lost after Stop or Retry. • Fixed vision models not seeing images returned by read_image or browser_use. • Fixed concurrent browser_use calls trampling the same WebView across tabs. • Fixed Codex OAuth non-streaming calls triggering HTTP 400 Stream must be set to true. • Fixed orphaned tool_use and tool_result blocks being sent in Anthropic requests. • Fixed reasoning models returning empty text when generating session titles. • Fixed slash menu disappearing in over-input mode and installed Skills not appearing in the list. • Fixed token counts being inflated by providers that report cumulative usage on every SSE chunk. • Fixed compact running in an infinite loop. • Fixed image generation requests timing out at around 120 seconds. • Fixed camera captures being stored as oversized lossless PNGs. 1.9 6d ago New Features 1. minis-config CLI: agent edits app settings from terminal with audit and revert. 2. Environment variable privacy mode: env values masked in shell output before reaching model. 3. Full minis:// deeplinks: external links jump into Settings and file browser. 4. New Chat onboarding: workspace folders and file browser entry on start. 5. File mention ranking: @ mention ranks closer to real usage. Bug Fixes 1. Empty responses: GPT-5.5 blank replies now show error with retry. 2. Reasoning fallback: fixed early stop from fabricated placeholders across providers. 3. Long-session stability: 200-turn cap with resume; cross-provider tool 400 fixed. 4. DeepSeek V4 compatibility: fixed misflagging as vision-capable. 5. Image attachments: picker/drop images keep original bytes, no JPEG. 6. Streaming scroll jumps: fixed half-screen jump and broken table links. 7. Image preview transition: full-screen image no longer freezes mid-animation. 8. Misc polish: empty state visuals, browser preview sizing, settings link routing. Performance 1. Tool streaming heat: CPU and device heat drop on large tool inputs. 2. Long-chat smoothness: smoother scroll and streaming; logs shrink dramatically. 1.8 May 7 New Features 1. Added support for DeepSeek V4 with thinking toggle. 2. Added support for GPT-5.5. 3. Added provider config export and import. 4. Added tool loop detection to prevent Agent infinite loops. 5. Added drag-to-reorder for models, providers, and groups. 6. Per-instance image generation endpoint mode (auto / images / chat). 7. Clickable URLs in terminal with link preview support. 8. Confirm prompt before overwriting environment variables. 9. Confirm prompt before deleting a model entry. Bug Fixes 1. Fixed iCloud sync reliability across multiple scenarios. 2. Fixed image attachments being truncated during history compression. 3. Fixed Claude 4.6+ adaptive thinking and request headers. 4. Fixed browser_use deadlock and missing preview. 1.7 Apr 29 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. 1.6 Apr 22 New Features 1. Mount external folders: Mount iCloud, Files-app, and other external directories into the Minis workspace that Agent can help you reading/editing. 2. In-app resource previews: The agent can use minis-open to open chat images, Markdown/HTML, and media directly in the right in-app preview. 3. Apple Health improvements: New delete subcommand removes entries created by Minis, add more types support. 4. Cross sessions tool: Minis can read or search your history sessions by embed tool. Bugfix 1. Fixed network tools hang in some cases. 2. Fixed terminal can not interactive on sime iOS versions. 3. Other crashes and performance improvements. 1.5 Apr 14 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 1.4 Apr 8 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. 1.3 Apr 4 - 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 1.2 Mar 31 - 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. 1.1 Mar 25 1.0 Mar 15
Open Minis version 1.8
Updated At: 2026-06-10
Changes: Version History New Features 1. minis-config CLI: agent edits app settings from terminal with audit and revert. 2. Environment variable privacy mode: env values masked in shell output before reaching model. 3. Full minis:// deeplinks: external links jump into Settings and file browser. 4. New Chat onboarding: workspace folders and file browser entry on start. 5. File mention ranking: @ mention ranks closer to real usage. Bug Fixes 1. Empty responses: GPT-5.5 blank replies now show error with retry. 2. Reasoning fallback: fixed early stop from fabricated placeholders across providers. 3. Long-session stability: 200-turn cap with resume; cross-provider tool 400 fixed. 4. DeepSeek V4 compatibility: fixed misflagging as vision-capable. 5. Image attachments: picker/drop images keep original bytes, no JPEG. 6. Streaming scroll jumps: fixed half-screen jump and broken table links. 7. Image preview transition: full-screen image no longer freezes mid-animation. 8. Misc polish: empty state visuals, browser preview sizing, settings link routing. Performance 1. Tool streaming heat: CPU and device heat drop on large tool inputs. 2. Long-chat smoothness: smoother scroll and streaming; logs shrink dramatically. 1.8 May 7 New Features 1. Added support for DeepSeek V4 with thinking toggle. 2. Added support for GPT-5.5. 3. Added provider config export and import. 4. Added tool loop detection to prevent Agent infinite loops. 5. Added drag-to-reorder for models, providers, and groups. 6. Per-instance image generation endpoint mode (auto / images / chat). 7. Clickable URLs in terminal with link preview support. 8. Confirm prompt before overwriting environment variables. 9. Confirm prompt before deleting a model entry. Bug Fixes 1. Fixed iCloud sync reliability across multiple scenarios. 2. Fixed image attachments being truncated during history compression. 3. Fixed Claude 4.6+ adaptive thinking and request headers. 4. Fixed browser_use deadlock and missing preview. 1.7 Apr 29 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. 1.6 Apr 22 New Features 1. Mount external folders: Mount iCloud, Files-app, and other external directories into the Minis workspace that Agent can help you reading/editing. 2. In-app resource previews: The agent can use minis-open to open chat images, Markdown/HTML, and media directly in the right in-app preview. 3. Apple Health improvements: New delete subcommand removes entries created by Minis, add more types support. 4. Cross sessions tool: Minis can read or search your history sessions by embed tool. Bugfix 1. Fixed network tools hang in some cases. 2. Fixed terminal can not interactive on sime iOS versions. 3. Other crashes and performance improvements. 1.5 Apr 14 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 1.4 Apr 8 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. 1.3 Apr 4 - 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 1.2 Mar 31 - 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. 1.1 Mar 25 1.0 Mar 15
Open Minis version -
Updated At: 2026-03-21


Related Apps

Here you can find apps that are similar with Open Minis.



Disclaimer

Official App Store Link


We do not host Open Minis on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for Open Minis is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 0
Updated At: 2026-06-30 21:29:10
Publisher: 森 王
Operating System: IOS
License Type: Free