<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Multica Ai | 进击之路 - Alan的个人博客</title><link>https://1991421.cn/tag/multica-ai/</link><atom:link href="https://1991421.cn/tag/multica-ai/index.xml" rel="self" type="application/rss+xml"/><description>Multica Ai</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>zh-CN</language><lastBuildDate>Thu, 09 Jul 2026 09:41:42 +0800</lastBuildDate><image><url>https://1991421.cn/media/sharing.png</url><title>Multica Ai</title><link>https://1991421.cn/tag/multica-ai/</link></image><item><title>Multica Go 使用指南：你可能还不知道的实用技巧</title><link>https://1991421.cn/2026/07/09/multica-go-guide/</link><pubDate>Thu, 09 Jul 2026 09:41:42 +0800</pubDate><guid>https://1991421.cn/2026/07/09/multica-go-guide/</guid><description>&lt;blockquote>
&lt;p>Multica AI 是一个很不错的 AI Agent 管理平台。但真正用起来后，你很快会遇到一个现实问题：人不可能一直坐在电脑前。&lt;/p>
&lt;p>Multica Go 就是为这些移动场景准备的非官方 iOS 客户端。它不是简单套一层网页，而是使用 SwiftUI 重写的原生 App，可在 iPhone 和 iPad 上管理 Agent、Chat、Inbox、Issue、Project 和用量数据。&lt;/p>
&lt;/blockquote>
&lt;p>这篇不打算把每个按钮都讲一遍，而是结合 App 当前已经实现的功能，介绍几个真正能提高移动端使用效率的技巧。&lt;/p>
&lt;h2 id="移动端有哪些选择">
&lt;a class="heading-anchor-link" href="#%e7%a7%bb%e5%8a%a8%e7%ab%af%e6%9c%89%e5%93%aa%e4%ba%9b%e9%80%89%e6%8b%a9">移动端有哪些选择？&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="移动端有哪些选择"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>目前在移动设备上使用 Multica，大致有三种方案：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>网页版&lt;/strong>：Multica 官方网页有一定的移动端适配，打开浏览器就能使用，适合偶尔查看。&lt;/li>
&lt;li>&lt;strong>官方 App&lt;/strong>：官方仓库中有移动端实现，但如果尚未通过 App Store 公开提供，普通用户的安装门槛会比较高。&lt;/li>
&lt;li>&lt;strong>Multica Go&lt;/strong>：&lt;code>非官方&lt;/code>原生客户端，已上架 App Store，支持 iPhone 和 iPad，可连接官方 API，也可连接兼容的自定义或私有部署服务。&lt;/li>
&lt;/ol>
&lt;p>下载地址：&lt;a href="https://apps.apple.com/app/id6772852080" target="_blank" rel="noopener">Multica Go - App Store&lt;/a>&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-113313.jpeg"
alt="Multica Go App Store 页面"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;blockquote>
&lt;p>注意：Multica Go 是非官方客户端，使用前需要已有 Multica 账号，或者一个可连接的兼容 Multica 服务。App 要求 iOS 18 或更高版本。&lt;/p>
&lt;/blockquote>
&lt;h2 id="技巧一用语音快速创建-issue评论和聊天">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e4%b8%80%e7%94%a8%e8%af%ad%e9%9f%b3%e5%bf%ab%e9%80%9f%e5%88%9b%e5%bb%ba-issue%e8%af%84%e8%ae%ba%e5%92%8c%e8%81%8a%e5%a4%a9">技巧一：用语音快速创建 Issue、评论和聊天&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧一用语音快速创建-issue评论和聊天"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>真正的移动场景里，语音往往比键盘更有用。比如我在路上突然想到一个需求，可以直接新建 Issue，点击麦克风后说出描述，转成文字后检查一遍即可提交。&lt;/p>
&lt;p>Multica Go 的语音输入不只用于新建 Issue，也已经接入：&lt;/p>
&lt;ul>
&lt;li>Issue 描述；&lt;/li>
&lt;li>Issue 评论和回复；&lt;/li>
&lt;li>与 Agent 的 Chat 消息。&lt;/li>
&lt;/ul>
&lt;p>可以在「我 → 偏好设置」中选择语音识别语言。如果你经常口述 Agent 名、项目名或专有术语，还可以结合下面的自定义语音词汇使用。&lt;/p>
&lt;img src="https://static.1991421.cn/2026/07/2026-07-12-113942.png" alt="Multica Go 语音输入"/>
&lt;h2 id="技巧二用自定义语音词汇纠正专有名词">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e4%ba%8c%e7%94%a8%e8%87%aa%e5%ae%9a%e4%b9%89%e8%af%ad%e9%9f%b3%e8%af%8d%e6%b1%87%e7%ba%a0%e6%ad%a3%e4%b8%93%e6%9c%89%e5%90%8d%e8%af%8d">技巧二：用自定义语音词汇纠正专有名词&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧二用自定义语音词汇纠正专有名词"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>语音识别最容易出错的，往往不是普通句子，而是产品名、Agent 名、项目名、英文缩写和团队内部术语。比如你明明说的是「Multica」，识别结果却可能变成发音相近的其他词。&lt;/p>
&lt;p>Multica Go Pro 提供了「自定义语音词汇」，每条词汇可以配置：&lt;/p>
&lt;ul>
&lt;li>&lt;strong>正确词汇&lt;/strong>：你最终希望得到的写法，例如 &lt;code>Multica Go&lt;/code>、&lt;code>AOL-909&lt;/code> 或某个 Agent 的名字；&lt;/li>
&lt;li>&lt;strong>误识别别名&lt;/strong>：语音识别经常产生的错词，同一个正确词汇最多可添加 5 个；&lt;/li>
&lt;li>&lt;strong>启用状态&lt;/strong>：可以暂时停用某条规则，不必直接删除。&lt;/li>
&lt;/ul>
&lt;p>它实际上做了两层优化：正确词汇会作为提示词提供给语音识别引擎；如果转写结果仍然出现了你设置的误识别别名，App 会将完整匹配的错词替换为正确词汇。它不是对整段文字进行模糊的 AI 改写，因此替换结果更可控。&lt;/p>
&lt;p>编辑词汇时还可直接点击麦克风进行「测试识别」，当前正确词和别名会立即用于这次测试，不需要先保存。确认效果没问题后再存入词典即可。&lt;/p>
&lt;p>设置路径为「我 → 偏好设置 → 识别方案 → 自定义语音词汇」。最多可保存 100 条词汇，对经常用语音给 Agent 下达任务的用户来说，这个功能比单纯换一个识别语言更有针对性。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-125948.png"
alt="https://static.1991421.cn/2026/07/2026-07-12-125948.png"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;h2 id="技巧三把多服务器和多-workspace-当成一个入口">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e4%b8%89%e6%8a%8a%e5%a4%9a%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%92%8c%e5%a4%9a-workspace-%e5%bd%93%e6%88%90%e4%b8%80%e4%b8%aa%e5%85%a5%e5%8f%a3">技巧三：把多服务器和多 Workspace 当成一个入口&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧三把多服务器和多-workspace-当成一个入口"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>如果你同时使用官方 Multica、测试环境和自己私有部署的服务，反复退出登录会很麻烦。Multica Go 支持保存多个服务器账号，切换时会重新加载该服务器下的项目、Agent 和 Inbox；同一服务器内的多个 Workspace 也可以在同一个面板中切换。&lt;/p>
&lt;p>操作入口有两个：&lt;/p>
&lt;ul>
&lt;li>在首页向右滑出侧边抽屉；&lt;/li>
&lt;li>点击首页顶部的服务器标识。&lt;/li>
&lt;/ul>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-125721.png"
alt="https://static.1991421.cn/2026/07/2026-07-12-125721.png"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;p>免费版可连接 1 个服务器；添加更多服务器属于 Pro 功能。所以“支持多服务器”和“免费版可无限添加”是两件事，这一点需要区分。&lt;/p>
&lt;h2 id="技巧四用链接或二维码迁移服务器配置">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e5%9b%9b%e7%94%a8%e9%93%be%e6%8e%a5%e6%88%96%e4%ba%8c%e7%bb%b4%e7%a0%81%e8%bf%81%e7%a7%bb%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%ae">技巧四：用链接或二维码迁移服务器配置&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧四用链接或二维码迁移服务器配置"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>换新 iPhone、给 iPad 添加同一服务，或帮团队成员配置私有服务时，没必要手动重新输入地址。&lt;/p>
&lt;p>在服务器列表中长按某个服务器，可以：&lt;/p>
&lt;ul>
&lt;li>分享服务器导入链接；&lt;/li>
&lt;li>生成服务器邀请二维码；&lt;/li>
&lt;li>通过 iOS 系统分享面板发送给另一台设备。&lt;/li>
&lt;/ul>
&lt;p>接收端可直接打开链接，也可在登录页扫码。更快的做法是长按桌面上的 Multica Go 图标，选择「扫描二维码」。扫码后 App 会先解析配置，再进入添加服务器流程，而不是不经确认就直接登录。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-125509.jpeg"
alt="服务器配置迁移"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;h2 id="技巧五从剪贴板快速打开-issue">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e4%ba%94%e4%bb%8e%e5%89%aa%e8%b4%b4%e6%9d%bf%e5%bf%ab%e9%80%9f%e6%89%93%e5%bc%80-issue">技巧五：从剪贴板快速打开 Issue&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧五从剪贴板快速打开-issue"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>在电脑上复制了一条 Multica Issue 链接，切到 iPhone 后不用再手动搜索 Issue 编号。「剪贴板链接检测」默认开启，App 在回到前台时会识别剪贴板中的 Issue 链接。&lt;/p>
&lt;p>这里有几个重要的实际行为：&lt;/p>
&lt;ul>
&lt;li>该功能默认开启；&lt;/li>
&lt;li>可以随时在「我 → 偏好设置 → 剪贴板链接检测」中关闭，关闭后 App 回到前台时不再读取剪贴板；&lt;/li>
&lt;li>只识别与已登录服务器地址匹配的 Issue 链接；&lt;/li>
&lt;li>识别成功后会弹出确认，不会静默自动跳转；&lt;/li>
&lt;li>如果链接属于其他服务器或 Workspace，确认框会说明即将切换上下文。&lt;/li>
&lt;/ul>
&lt;p>这个设计既省去搜索步骤，也把是否读取剪贴板的控制权留给用户，并避免 App 突然切换工作区。不过，有些人会觉得回到 App 时出现链接提示很烦，或者本身就不希望 App 读取剪贴板。这种情况下直接关闭「剪贴板链接检测」即可，不会影响搜索、深度链接等其他功能。&lt;/p>
&lt;h2 id="技巧六分享一条既能打开网页也能打开-app-的-issue-链接">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e5%85%ad%e5%88%86%e4%ba%ab%e4%b8%80%e6%9d%a1%e6%97%a2%e8%83%bd%e6%89%93%e5%bc%80%e7%bd%91%e9%a1%b5%e4%b9%9f%e8%83%bd%e6%89%93%e5%bc%80-app-%e7%9a%84-issue-%e9%93%be%e6%8e%a5">技巧六：分享一条既能打开网页、也能打开 App 的 Issue 链接&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧六分享一条既能打开网页也能打开-app-的-issue-链接"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>在 Issue 详情页右上角点击分享按钮，Multica Go 会生成一条通用的 Issue 分享链接。它不是只有安装了 App 才能识别的自定义 Scheme，而是一条普通的 HTTPS 链接，所以可以直接发到微信、邮件或者其他聊天工具中。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-125829.jpeg"
alt="https://static.1991421.cn/2026/07/2026-07-12-125829.jpeg"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;p>这条链接同时兼容网页和 App，而不是强制自动跳转。在新设备的浏览器中打开后，页面会给出可用的打开方式，由用户自己选择：&lt;/p>
&lt;ul>
&lt;li>&lt;strong>在网页中打开&lt;/strong>：继续访问该 Issue 的原始 Web 页面，没有安装 Multica Go 也可以使用；&lt;/li>
&lt;li>&lt;strong>打开 Multica Go&lt;/strong>：如果设备已安装 App，可以主动选择跳转到 App；&lt;/li>
&lt;li>&lt;strong>已安装 App 且已配置对应服务器&lt;/strong>：选择在 App 中打开后，Multica Go 会根据链接中携带的服务器、服务器 ID 和 Workspace 信息定位上下文，需要时先引导切换服务器或 Workspace，再进入对应 Issue。&lt;/li>
&lt;/ul>
&lt;p>这样的好处是，分享者不需要先问对方“你有没有安装 App”，也不需要分别发送 Web 链接和 App 链接。同一条链接既可以作为浏览器入口，也可以在新设备上引导用户回到 Multica Go 继续处理。&lt;/p>
&lt;blockquote>
&lt;p>分享链接只是负责定位 Issue，不会绕过 Multica 本身的登录和访问权限。接收者仍然需要拥有相应服务器和 Workspace 的访问权限。&lt;/p>
&lt;/blockquote>
&lt;h2 id="技巧七用-handoff-把-issue-接力到-mac">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e4%b8%83%e7%94%a8-handoff-%e6%8a%8a-issue-%e6%8e%a5%e5%8a%9b%e5%88%b0-mac">技巧七：用 Handoff 把 Issue 接力到 Mac&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧七用-handoff-把-issue-接力到-mac"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>有些 Issue 在手机上看到后，只需要回一句就能处理；但如果涉及大段代码、复杂日志或者要同时对照多个文件，还是回到 Mac 更高效。Multica Go 支持 Apple Handoff（接力），可以把 iPhone 或 iPad 上正在查看的 Issue 继续到附近的 Mac。&lt;/p>
&lt;p>使用时，在 Multica Go 中打开某个 Issue 详情页，Mac 的程序坞或应用切换器中会出现接力入口。点击后，Mac 会通过该 Issue 的网页链接继续打开当前内容。它不是把整个 App 界面复制到 Mac，而是精确接力当前正在阅读的 Issue。&lt;/p>
&lt;p>开启入口在「我 → 偏好设置 → Issue 接力」。这项功能需要 Multica Go Pro，同时需要在 iPhone、iPad 和 Mac 的系统设置中开启「接力」，并满足 Apple 连续互通的设备条件。&lt;/p>
&lt;p>我觉得这个功能最适合这样的工作流：通勤时在手机上通过 Inbox 快速筛选 Issue，到电脑前后直接接力到 Mac 继续深入处理，中间不需要重新搜索或复制链接。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-124229.jpeg"
alt="Multica Go Handoff"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;h2 id="技巧八把-inbox-当成移动端的待办入口">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e5%85%ab%e6%8a%8a-inbox-%e5%bd%93%e6%88%90%e7%a7%bb%e5%8a%a8%e7%ab%af%e7%9a%84%e5%be%85%e5%8a%9e%e5%85%a5%e5%8f%a3">技巧八：把 Inbox 当成移动端的待办入口&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧八把-inbox-当成移动端的待办入口"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>Multica 的 Inbox 不只是“消息列表”，更适合当成移动端的任务分流器。Multica Go 支持未读状态、下拉刷新、点击标记已读和左滑归档，也提供批量操作：&lt;/p>
&lt;ul>
&lt;li>全部标记已读；&lt;/li>
&lt;li>归档所有已读项；&lt;/li>
&lt;li>归档已完成项；&lt;/li>
&lt;li>全部归档。&lt;/li>
&lt;/ul>
&lt;p>点进某条通知后，App 会直接进入对应的 Issue 或评论上下文。我的习惯是：在外面先用 Inbox 完成“看一眼、回一句、归个档”，需要长时间处理的任务再留到电脑端。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-151257.png"
alt="https://static.1991421.cn/2026/07/2026-07-12-151257.png"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;h2 id="技巧九开启云端通知但先了解它的边界">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e4%b9%9d%e5%bc%80%e5%90%af%e4%ba%91%e7%ab%af%e9%80%9a%e7%9f%a5%e4%bd%86%e5%85%88%e4%ba%86%e8%a7%a3%e5%ae%83%e7%9a%84%e8%be%b9%e7%95%8c">技巧九：开启云端通知，但先了解它的边界&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧九开启云端通知但先了解它的边界"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>如果 App 没有启动，或已经长时间处于后台，本地客户端无法自己持续查看 Inbox。Multica Go 因此提供了「云端通知」，新消息到来后可通过 iOS 推送提醒，点击通知还能跳到对应 Issue。&lt;/p>
&lt;p>不过，这项功能有三个需要明确的边界：&lt;/p>
&lt;ol>
&lt;li>云端通知是&lt;strong>单独按月订阅&lt;/strong>，不包含在 Multica Go Pro 中。&lt;/li>
&lt;li>由于 Multica 官方目前没有提供相应 webhook，推送服务需要托管你专门创建的 API token，并轮询新消息。&lt;/li>
&lt;li>通知不是绝对实时，最多可能有约 1 分钟延迟。服务端会加密存储 token，但如果你不希望将 token 托管给推送服务，就不建议开启。&lt;/li>
&lt;/ol>
&lt;p>开启入口在「我 → 偏好设置 → 云端通知」。建议为推送单独创建 token，以后不再使用时也更容易撤销。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-124957.png"
alt="https://static.1991421.cn/2026/07/2026-07-12-124957.png"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;h2 id="技巧十别忽略全局搜索">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e5%8d%81%e5%88%ab%e5%bf%bd%e7%95%a5%e5%85%a8%e5%b1%80%e6%90%9c%e7%b4%a2">技巧十：别忽略全局搜索&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧十别忽略全局搜索"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>Multica Go 的搜索不只能找 Issue，也能找 Project，还可以当成 App 内的快速导航入口。输入“用量”、“云端通知”、“语音识别”、“外观”等关键词，可以直接进入对应页面，不必在多层菜单中翻找。&lt;/p>
&lt;p>搜索还有一个适合重度用户的用法：先搜 Issue 关键词，进入详情后直接修改状态、优先级、日期、负责人或标签，并可上传图片和文件、回复评论。这样就不只是“在手机上看一看”，而是真正能完成一次完整的 Issue 处理。&lt;/p>
&lt;h2 id="技巧十一用小组件随手看-agent-和用量">
&lt;a class="heading-anchor-link" href="#%e6%8a%80%e5%b7%a7%e5%8d%81%e4%b8%80%e7%94%a8%e5%b0%8f%e7%bb%84%e4%bb%b6%e9%9a%8f%e6%89%8b%e7%9c%8b-agent-%e5%92%8c%e7%94%a8%e9%87%8f">技巧十一：用小组件随手看 Agent 和用量&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="技巧十一用小组件随手看-agent-和用量"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>Multica Go 的 Usage 页可以查看 token 用量、费用、运行时长和 Agent 排名。如果你只想快速看一眼，可以把小组件加到主屏或锁屏：&lt;/p>
&lt;ul>
&lt;li>主屏用量摘要和 Token 趋势，可在编辑小组件时选择统计周期；&lt;/li>
&lt;li>锁屏显示正在工作的 Agent 数量；&lt;/li>
&lt;li>锁屏显示本周或本月的 Token 用量；&lt;/li>
&lt;li>Pro 用户还可使用周度和月度费用锁屏组件。&lt;/li>
&lt;/ul>
&lt;p>点击小组件可直接打开 App 内的 Agent 或 Usage 页面。对于同时跑多个 Agent 的用户，这比每次打开网页再找统计页快得多。&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-122401.jpeg"
alt="Multica Go 锁屏小组件"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;p>&lt;figure class="image-figure">
&lt;img
src="https://static.1991421.cn/2026/07/2026-07-12-123928.jpeg"
alt="Multica Go 主屏小组件"
loading="lazy"
decoding="async"
class="rounded-lg"
/>
&lt;/figure>&lt;/p>
&lt;h2 id="基础功能也不只是查看">
&lt;a class="heading-anchor-link" href="#%e5%9f%ba%e7%a1%80%e5%8a%9f%e8%83%bd%e4%b9%9f%e4%b8%8d%e5%8f%aa%e6%98%af%e6%9f%a5%e7%9c%8b">基础功能也不只是“查看”&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="基础功能也不只是查看"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>除了上面这些容易被忽略的技巧，Multica Go 目前已经覆盖了一套比较完整的移动端工作流：&lt;/p>
&lt;ul>
&lt;li>与 Agent 聊天，查看相关任务动态，并保留 Chat 草稿；&lt;/li>
&lt;li>创建、编辑、删除 Issue，编辑属性，查看时间线并发表评论；&lt;/li>
&lt;li>为 Issue 和评论上传图片或文件；&lt;/li>
&lt;li>创建、编辑、删除 Project，管理项目资源；&lt;/li>
&lt;li>查看 Agent Office，了解哪些 Agent 正在工作；&lt;/li>
&lt;li>管理 Squad 和 Automation，查看 Automation 运行记录；&lt;/li>
&lt;li>置顶常用的 Issue 或 Project；&lt;/li>
&lt;li>使用浅色、深色模式以及自定义强调色。&lt;/li>
&lt;/ul>
&lt;p>长按 App 图标时，除了扫码，还可以直接「新建 Chat」或「新建 Issue」。如果你经常在移动端给 Agent 派任务，这是一个很值得养成的操作习惯。&lt;/p>
&lt;h2 id="总结">
&lt;a class="heading-anchor-link" href="#%e6%80%bb%e7%bb%93">总结&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="总结"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>Multica Go 最适合的定位，不是要把桌面端的每一个复杂操作都搬到手机上，而是让你在离开电脑时，仍然能快速完成几件高频的事：&lt;/p>
&lt;ul>
&lt;li>用语音给 Agent 派一个任务；&lt;/li>
&lt;li>用自定义词汇纠正专有名词的语音识别结果；&lt;/li>
&lt;li>处理 Inbox 里的新消息；&lt;/li>
&lt;li>修改 Issue 状态或回复一条评论；&lt;/li>
&lt;li>分享一条同时适用于网页和 App 的 Issue 链接；&lt;/li>
&lt;li>查看 Agent 运行状态和用量；&lt;/li>
&lt;li>把手机上正在阅读的 Issue 接力到 Mac；&lt;/li>
&lt;li>在不同服务器和 Workspace 之间快速切换。&lt;/li>
&lt;/ul>
&lt;p>如果你已经在使用 Multica，尤其是还有自建服务、多 Workspace 或多 Agent 并行工作的需求，Multica Go 会比单纯在手机浏览器中打开网页更顺手。&lt;/p></description></item></channel></rss>