에이전트에게 git 작업, API 호출, 외부 상호작용에 대한 완전한 제어를 맡겨. 설정은 더 간단하지만 더 많은 신뢰가 필요해.예시: 우리 Auto Update Documentation 쿠크북에서 첫 번째 워크플로우는 에이전트가 다음을 할 수 있어:
PR 변경사항 분석
git 브랜치 생성 및 관리
변경사항 커밋 및 푸시
Pull Request에 댓글 게시
모든 오류 시나리오 처리
Copy
Ask AI
- name: Update docs (full autonomy) run: | cursor-agent -p "You have full access to git, GitHub CLI, and PR operations. Handle the entire docs update workflow including commits, pushes, and PR comments."