Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/copilot-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/copilot-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: edburns/1893-agentic-feature-development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 19 files changed
  • 2 contributors

Commits on Jul 8, 2026

  1. Copy content from work during #1810 On branch edburns/1893-agentic-fe…

    …ature-development
    
    .github/skills/shepherd-task-approve-workflows-and-wait-for-completion/
    .github/skills/shepherd-task-from-assignment-to-ready/
    .github/skills/shepherd-task-from-ready-to-merged-to-base/
    scripts/agentic-development/
    
    Will continue to iterate this aspect of the work in this topic branch, independent of #1810.
    edburns committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    db0191b View commit details
    Browse the repository at this point in the history
  2. Use agent_assignment.base_branch API to guarantee CCA uses correct ba…

    …se branch
    
    Replace the 3-step workaround (issue body prepend, plain gh issue edit
    --add-assignee, reinforcing comment) in shepherd-task-to-ready SKILL.md
    with a single gh api POST call that passes agent_assignment.base_branch
    directly to CCA via the GitHub Issues REST API.
    
    Also harden the Step 2 sanity check: instead of silently patching the
    wrong base and requesting a rebase, fail fast with exit 1 since the API
    call in Step 1 guarantees correctness.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    edburns and Copilot committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    d814a83 View commit details
    Browse the repository at this point in the history
  3. GUTDODP

    edburns committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    29baaf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13a4d31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    457eb51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b92ca48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e7f6e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e19aeba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a45afe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98e9795 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    50401d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d97c71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4862af3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b5d275 View commit details
    Browse the repository at this point in the history
  15. Whitespace changes

    edburns committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    0b66400 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e885c64 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. Configuration menu
    Copy the full SHA
    37fe153 View commit details
    Browse the repository at this point in the history
  2. Parameterize push remote in shepherd merge skill

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    Copilot-Session: c155fbff-e501-4472-9a00-34b638740520
    edburns committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    5dc5c58 View commit details
    Browse the repository at this point in the history
Loading