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: mco-org/squad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.2
Choose a base ref
...
head repository: mco-org/squad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.3
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 30, 2026

  1. fix: revert agent work loop from daemon mode to one-shot receive

    Daemon mode (--wait --timeout 120 in infinite loop) caused two problems:
    1. Incompatible with OpenCode's subagent execution model
    2. Continuous loop burns tokens even when idle
    
    Switch back to one-shot `squad receive` as default, with optional
    `--wait --timeout 30` only when idle. This works across all platforms
    including OpenCode, Claude Code, Codex, and Gemini.
    tt-a1i committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    ff7bb29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b565ee View commit details
    Browse the repository at this point in the history
  3. style: cargo fmt

    tt-a1i committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    25d1ed8 View commit details
    Browse the repository at this point in the history
Loading