Release Notes v1.3.2
DeckAIMemory.mp4
TL;DR
-
AI Memory
Deck 现在会把你在对话里分享的偏好、习惯和上下文,整理成持续成长的本地记忆,并且全程加密保存在你的设备上。
Deck now turns the preferences, habits, and context you share in chat into a growing local memory system, encrypted and stored on your device. -
Script Plugins for AI
AI 现在既能直接调用已有脚本插件,也能在你批准后删除脚本插件;需要联网的插件会先走授权,再执行。
AI can now run existing script plugins directly and delete them after your approval; network-enabled plugins ask for permission before running. -
AI CLI Bridge
Deck 新增了/ai/run、/ai/search和/ai/transform三个 AI 接口,让命令行和自动化接入更直接。
Deck adds/ai/run,/ai/search, and/ai/transformso AI workflows are easier to drive from the CLI and automation. -
AI Smart Rules
Smart Rule 现在支持 AI 动作,但会自动收口权限范围,只处理触发当前规则的那一条内容。
Smart Rules now support AI actions, with automatic guardrails that keep each run scoped to the single triggering item. -
Faster AI Chat
AI 聊天变得更轻更顺,流式刷新、历史索引和内存占用都做了明显收紧。
AI chat is now lighter and smoother, with leaner streaming updates, conversation indexing, and memory usage. -
Stability and Polish
自定义存储、导入事务、粘贴回退、热键记忆、图片预览和窗口层级都做了一轮补强。
Custom storage, import transactions, paste fallbacks, hotkey persistence, image preview, and window layering all received a solid reliability pass.
新增 / Added
-
AI Memory That Stays Local
Deck AI Memory 会安静记录对话里出现的重要细节,逐步理解你的使用习惯,同时保持本地加密和私密。
Deck AI Memory quietly captures important details from conversations, learns your habits over time, and keeps everything local, encrypted, and private. -
Run and Delete Script Plugins with AI
AI 现在可以直接运行已有脚本插件,也可以在你确认后删除插件;删除前会展示更明确的风险提醒和插件信息预览。
AI can now run existing script plugins and delete them after confirmation, with clearer risk warnings and plugin info shown before removal. -
AI Actions in Smart Rules
Smart Rule 新增 AI 动作,创建和保存时都要求填写 Prompt,同时会展示高权限自动化的提示说明。
Smart Rules gain a new AI action that requires a prompt before creation or save, along with clear warnings for high-privilege automation. -
Zoomable Image Preview
图片预览现在支持右上角缩放按钮、双击放大/还原和手势缩放,图片类预览窗默认也放大了一档。
Image preview now supports zoom buttons, double-click to zoom/reset, gesture zooming, and a larger default scale for image previews. -
Always-on-Top Toggle
设置里新增“面板始终置顶”开关,关闭后像 Yoink 这类悬浮工具可以显示在 Deck 上方。
Settings now include an “always on top” toggle, so tools like Yoink can appear above Deck when you turn it off.
Deck × Orbit
-
Three New AI CLI Endpoints
CLI Bridge 新增了运行、搜索和二次处理三条 AI 路径,并在设置页补上了示例和错误示范,接入方式更清楚。
The CLI Bridge now adds dedicated AI routes for run, search, and transform, with examples and failure cases documented directly in Settings. -
Search Results, Plugin Chaining, and Auto-Save
/ai/search可以回传搜索结果,/ai/transform可以先跑脚本插件再交给 AI 处理,/ai/run和/ai/transform也支持自动保存。
/ai/searchcan return search results,/ai/transformcan run a script plugin before AI post-processing, and both/ai/runand/ai/transformsupport auto-save.
优化 / Improvements
-
Smoother Streaming Replies
AI 回复的流式刷新频率、自动滚动和文本渲染都做了减负,长回复时界面更稳,也更不容易卡。
Streaming reply updates, auto-scroll behavior, and text rendering were trimmed down so long AI replies feel steadier and less heavy. -
On-Demand Skill Loading
AI 现在先拿到精简后的 skills 目录,再按需读取具体SKILL.md,上下文更干净,工具选择也更精准。
AI now starts with a lighter skills directory and loads eachSKILL.mdonly when needed, keeping context cleaner and tool choice more precise. -
Sharper AI Guidance and Safety Tone
AI 的系统提示词、人格定义和安全约束做了整体重写,回复风格、边界感和稳定性都更统一。
The AI system prompt, personality framing, and safety rules were reworked to make responses more consistent, grounded, and stable. -
Settings Visual Polish
存储、自检、迁移、安全模式、AI 提供商和辅助功能提示这些设置区域都做了样式统一和点击体验优化。
Storage, self-check, migration, security mode, AI provider, and accessibility permission areas in Settings were visually unified and made easier to use. -
Broader Localization Coverage
这一版补齐了 AI、Smart Rules、CLI 教学、授权弹窗和窗口选项相关的新文案,并同步到现有多语言。
This release adds localization coverage for the new AI, Smart Rules, CLI guide, approval dialogs, and window option strings across the supported languages.
变更 / Changes
-
Plugin Authorization Rules Are Now Explicit
本地插件可直接运行,需要联网的插件会先请求授权,而删除脚本插件无论如何都必须先经过你的批准。
Local-only plugins run immediately, network-enabled plugins ask for permission first, and deleting a script plugin always requires your approval. -
Smart Rule AI Runs in a Narrow Automation Context
Smart Rule 触发 AI 时不再弹确认框,但只允许处理当前触发的那条记录,也不能创建、修改或删除脚本插件。
When a Smart Rule triggers AI, it skips the confirmation dialog but stays limited to the current triggering item and cannot create, edit, or delete script plugins. -
Prompt Is Now Required for AI Bridge Requests
/ai/run、/ai/search和/ai/transform现在都要求传入非空prompt,缺失时会直接返回400。
/ai/run,/ai/search, and/ai/transformnow require a non-emptyprompt, and return400immediately when it is missing. -
Larger and Safer JSON Responses
AI Bridge 的 JSON 响应能力做了扩展,同时加上了响应体大小保护,减少异常输出把链路撑爆的风险。
The AI Bridge now supports richer JSON responses and adds response-size protection to reduce the chance of oversized payload failures.
修复 / Fixes
-
Custom Storage No Longer Fails Silently
自定义存储目录现在会先迁移成功再写入设置;失败时会回滚界面状态并给出提示,也不会再悄悄退回默认目录。
Custom storage now writes settings only after a successful migration, rolls the UI back on failure, and no longer silently falls back to the default location. -
Imports Are Now Atomic
导入流程改成先完整解析、再一次性事务入库,中途失败会整批回滚,不会再留下半截数据。
Imports now fully parse first and then write in a single transaction, so failures roll the whole batch back instead of leaving partial data behind. -
Paste and Activity Fallbacks Are Safer
会话活跃通知接线错误、CGEvent tap 失败后的回退洞和“先吞快捷键再发现没文本”的问题都已经收紧。
Incorrect session activity wiring, risky CGEvent tap fallback behavior, and the “swallow shortcut before finding no text” issue have all been tightened up. -
Hotkey Reset Now Sticks
清空热键后,重启应用也不会再偷偷恢复成默认值。
Cleared hotkeys no longer quietly come back as defaults after the app restarts.
升级建议 / Upgrade Notes
-
Review Any CLI Integrations
如果你接了 CLI Bridge,请确认所有 AI 请求都带上prompt,并补上对400返回的处理。
If you use the CLI Bridge, make sure every AI request includes apromptand that your integration handles400responses correctly. -
Revisit Smart Rules That Use AI
如果你已经在自动化流程里用 AI,建议重新看一眼规则预期,确认“仅处理触发项”的新边界正符合你的用法。
If AI is part of your automation flow, revisit those rules and confirm the new “triggering item only” scope matches what you expect. -
Explore the New AI Workflow Features
升级后可以重点试试 AI Memory、脚本插件调用、CLI AI 接口,以及新的图片预览和窗口层级开关。
After upgrading, it is worth trying AI Memory, script plugin execution, the new CLI AI endpoints, and the updated image preview and window layering controls.
