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/CopilotForXcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c19cbda
Choose a base ref
...
head repository: chadparker/CopilotForXcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84ee3b0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 1 contributor

Commits on Aug 4, 2025

  1. add my comments

    chadparker committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    93bc397 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. add CLAUDE.md

    chadparker committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    b9fedb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6f61d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e45a0ff View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. AS1

    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    1df8caa View commit details
    Browse the repository at this point in the history
  2. AS2 initial commit

    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    978913e View commit details
    Browse the repository at this point in the history
  3. Claude's plan

    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    55c6a87 View commit details
    Browse the repository at this point in the history
  4. remove sandbox

    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    8255f9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f333745 View commit details
    Browse the repository at this point in the history
  6. phase 2, track current file and workspace info

    Add XcodeWindowInspector to extract document, workspace, and project URLs from focused Xcode windows using accessibility APIs. Update ContentView to display current file/workspace info and XcodeMonitor to refresh window data.
    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    a2fc5b5 View commit details
    Browse the repository at this point in the history
  7. refactor: implement strategy pattern for multi-editor support

    - Extract generic AppMonitor with EditorStrategy protocol
    - XcodeMonitor now inherits from AppMonitor for specialized features
    - Consolidate window inspection into XcodeStrategy
    - Reduce XcodeMonitor complexity from 252 to 58 lines
    - Maintain UI compatibility while enabling future multi-editor support
    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    ad8196c View commit details
    Browse the repository at this point in the history
  8. reorg files & dirs

    chadparker committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    f68f392 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    84ee3b0 View commit details
    Browse the repository at this point in the history
Loading