在 Linear 中使用 Background Agents
@Cursor
。
@Cursor
。Cursor 会分析问题并自动过滤非开发相关的工作。
@Cursor
以指派一个新的智能体,或补充指令,例如:@Cursor 修复上面描述的认证相关 bug
。
@Cursor
,即可为正在运行的 Background Agent 提供额外指导。
Setting | Location | Description |
---|---|---|
Default Repository | Cursor Dashboard | 当未配置项目仓库时使用的默认仓库 |
Default Model | Cursor Dashboard | 用于 Background Agents 的 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