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: Coding-Dev-Tools/deploydiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Coding-Dev-Tools/deploydiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cowork/improve-deploydiff-install-advice
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 16, 2026

  1. fix: correct click-to-mcp install advice to working git+ URL

    click-to-mcp is not published on PyPI (pip install click-to-mcp -> 'No
    matching distribution found'), so the runtime error messages that tell
    users to 'pip install click-to-mcp' are wrong and leave them stuck.
    This restores the git+ install form (previously added in a5874e0 and
    accidentally reverted by aa004b0) across cli.py and mcp_server.py.
    
    Reviewed and approved by council_gate_code_edit (APPROVE).
    senior-dev-rotation-B
    senior-dev-rotation-B committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    e0c833b View commit details
    Browse the repository at this point in the history
  2. fix(marketing): correct deploydiff install claims (remove false PyPI …

    …badge, git+ install, honesty note)
    Coding-Dev-Tools committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    24a77af View commit details
    Browse the repository at this point in the history
  3. fix(marketing): correct broken bare pip install in AGENTS.md (use sel…

    …f-hosted index/git+)
    cowork-bot
    cowork-bot committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    a2846b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    468b344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086da0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b7dea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

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