Skip to content

Commit 5c6a6a7

Browse files
committed
chore: bump version to 20260404.1
1 parent 31e2768 commit 5c6a6a7

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>20260331.1</string>
22+
<string>20260404.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>20260331.1</string>
24+
<string>20260404.1</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.productivity</string>
2727
<key>LSMinimumSystemVersion</key>

Resources/whats-new.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
{
44
"version": "20260404.1",
55
"release_date": "April 4, 2026",
6-
"introduction": "This release fixes MiniMax AI compatibility, ensuring reliable conversations and tool use with MiniMax models.",
6+
"introduction": "This release adds security protections against prompt injection and credential leakage, fixes MiniMax AI compatibility, and preserves reasoning quality in multi-step agent workflows.",
77
"improvements": [
8+
{
9+
"id": "prompt-injection-protection",
10+
"icon": "shield.lefthalf.filled",
11+
"title": "Prompt Injection Protection",
12+
"description": "SAM now filters invisible Unicode characters from custom instructions and file content before they reach the AI. Attackers can embed hidden instructions using zero-width characters, BiDi overrides, and Unicode tag blocks that are invisible to users but readable by AI models. SAM strips all of these before processing."
13+
},
14+
{
15+
"id": "credential-redaction",
16+
"icon": "eye.slash.fill",
17+
"title": "Automatic Credential Redaction",
18+
"description": "When SAM reads files and sends their contents to an AI provider, sensitive values are automatically redacted. API keys, tokens, passwords in connection strings, and personal information like SSNs and credit card numbers are replaced with placeholders before leaving your device."
19+
},
820
{
921
"id": "minimax-think-roundtrip",
1022
"icon": "brain.head.profile.fill",

0 commit comments

Comments
 (0)