code

  • cursor

  • claudecode/codex

    • AGENTS.md
      • prompt
        • code templates
      • context
        • components
        • utils
    • openspec / spect kit / BMad
  • vscode

    • continue + openrouter : 70% cursor的交互体验,更便宜的模型api
    • copilot

cursor

Agent Review

本地设置cursor提交代码时自动review的对比分支

# https://forum.cursor.com/t/how-to-change-the-default-branch-for-cursor/146478/2
git remote set-head origin your_branch
# 设置完毕后重启cursor

# 测试是否设置成功 or 看Cursor Agent Review区域的分支
git symbolic-ref --short refs/remotes/origin/HEAD

continue

name: Local Config
version: 1.0.0
schema: v1
models:
- name: google/gemini-2.0-flash-exp:free
provider: openrouter
model: google/gemini-2.0-flash-exp:free
apiKey: your_api_key
roles:
- chat
- autocomplete
- edit
- name: kwaipilot/kat-coder-pro:free
provider: openrouter
model: kwaipilot/kat-coder-pro:free
apiKey: your_api_key
roles:
- chat
- autocomplete
- edit
- name: gemma-3-27b
provider: gemini
model: gemma-3-27b
apiKey: your_api_key
roles:
- chat
- autocomplete
- edit

高级用法

  • config
    • rules
    • prompts
    • docs
    • mcp
  • Integrations
    • github/gitlab
    • sentry
    • slack/teams
    • webhook
  • workflows
  • cli