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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 425b68c
Choose a base ref
...
head repository: ATC-O48/copilot-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e023dc4
Choose a head ref
  • 10 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 29, 2026

  1. docs: restructure README with standardized template format

    Co-Authored-By: Thuong Huynh <admin@huynhthuong.online>
    devin-ai-integration[bot] and Thuong Huynh committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    764da0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ATC-O48/devin/1777459581-update-readme

    Huỳnh Thương authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    0859c3d View commit details
    Browse the repository at this point in the history
  3. docs: rebrand README as Command Code landing page

    - Replace GitHub Copilot CLI content with Command Code product branding
    - Add feature grid (Models, Taste, Extend, Code, Review, Bugs)
    - Add 'How taste works' section with taste-1 neuro-symbolic system
    - Add quickstart guide, core concepts, CLI reference
    - Add common workflows with practical examples
    - Add docs navigation table, skills, MCP, and Studio sections
    - Add troubleshooting guide and next steps
    
    Co-Authored-By: Thuong Huynh <admin@huynhthuong.online>
    devin-ai-integration[bot] and Thuong Huynh committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    a671dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fc2fc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. docs: add pull request template

    Co-Authored-By: Hoai thuong Nguyen van <admin@huynhthuong.online>
    devin-ai-integration[bot] and Hoai thuong Nguyen van committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    6fa2c00 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. feat: add devin CLI entry point with REPL and single-turn modes

    Adds a new `devin` shell script that provides 4 invocation modes:
    - `devin`                    — interactive REPL (no prompt)
    - `devin -- <prompt>`        — REPL with initial prompt
    - `devin -p "prompt"`        — single-turn, print to stdout and exit
    - `devin -p -- <prompt>`     — single-turn with -- separator
    
    Also supports --model, --headless, --plan flags.
    Includes a built-in stub REPL when no copilot backend is installed.
    Updates README with devin CLI reference.
    
    Co-Authored-By: Thuong Huynh <admin@huynhthuong.online>
    devin-ai-integration[bot] and Thuong Huynh committed May 1, 2026
    Configuration menu
    Copy the full SHA
    b5038ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c429e View commit details
    Browse the repository at this point in the history
  3. fix: address review bugs in devin CLI argument handling

    - Add -- separator before prompt in print-mode dispatch to prevent
      flag-like prompts (e.g. '--version') from being parsed as backend flags
    - Set HEADLESS=true when MODE=print after parse_args, so build_cmd()
      handles it once instead of duplicating --headless in the dispatch
    - Declare 'line' as local in builtin_repl for scope hygiene
    
    Co-Authored-By: Thuong Huynh <admin@huynhthuong.online>
    devin-ai-integration[bot] and Thuong Huynh committed May 1, 2026
    Configuration menu
    Copy the full SHA
    59fe6a9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2026

  1. Configuration menu
    Copy the full SHA
    8c6d039 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Merge pull request #4 from ATC-O48/devin/1777543798-add-pr-template

    docs: add pull request template
    Huỳnh Thương authored May 18, 2026
    Configuration menu
    Copy the full SHA
    e023dc4 View commit details
    Browse the repository at this point in the history
Loading