直接在 Linear 使用 Background Agents
@Cursor
,就能直接使用 Background Agents。
@Cursor
。Cursor 會自動分析問題並過濾非開發相關的工作。
@Cursor
來指派新的代理或提供額外指示,例如:@Cursor 修復上面描述的驗證錯誤
。
@Cursor
,就能為正在執行的 Background Agent 提供額外指引。
設定 | 位置 | 說明 |
---|---|---|
Default Repository | Cursor Dashboard | 當未設定專案儲存庫時使用的預設儲存庫 |
Default Model | Cursor Dashboard | 背景代理使用的 AI 模型 |
Base Branch | Cursor Dashboard | 建立 PR 的基準分支(通常是 main 或 develop ) |
[key=value]
語法,例如:
@cursor please fix [repo=anysphere/everysphere]
@cursor implement feature [model=claude-3.5-sonnet] [branch=feature-branch]
repo
:指定目標儲存庫(例如 owner/repository
)branch
:指定建立 PR 的基準分支model
:指定要使用的 AI 模型[repo=owner/repository]
語法owner/repo