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: asheshgoplani/agent-deck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.4
Choose a base ref
...
head repository: asheshgoplani/agent-deck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.5
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. fix: apply uncommitted hotkey/detach changes from v0.26.4 dirty build

    The v0.26.4 release was built with uncommitted stash changes that made
    the detach key configurable. Without these changes the TUI breaks.
    
    Changes:
    - pty.go: IndexCtrlQ renamed to IndexDetachKey with configurable detach byte
    - hotkeys.go: Added detach key resolution functions (DetachByteFromBinding,
      DetachByteLabel, ResolvedDetachByte)
    - session_cmd.go: Attach help text shows configured detach key
    - conductor.go: Removed unused conductorInstructionsPath/sharedConductorInstructionsPath
    
    Committed by Ashesh Goplani
    asheshgoplani committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    64dc44b View commit details
    Browse the repository at this point in the history
  2. chore: bump version to v0.27.5

    Committed by Ashesh Goplani
    asheshgoplani committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    9017688 View commit details
    Browse the repository at this point in the history
Loading