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: codeaholicguy/ai-devkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli@0.30.0
Choose a base ref
...
head repository: codeaholicguy/ai-devkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on May 14, 2026

  1. 0.30.0

    codeaholicguy committed May 14, 2026
    Configuration menu
    Copy the full SHA
    745e6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753790e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. feat(cli): add wait mode to agent send (#83)

    * feat(cli): add wait mode to agent send planning
    
    * feat(cli): add wait mode to agent send
    
    Add agent send --wait so scripts can send a prompt to an existing interactive agent session and capture the new assistant response from stdout.
    
    - seed transcript length before terminal delivery
    - poll the target session transcript for new assistant messages
    - complete when the agent returns to waiting, or idle after assistant output
    - keep status and warning output on stderr in wait mode
    - validate missing session files and unsupported adapters before sending
    - add focused wait-loop and command coverage
    
    * feat(cli): refactor the service
    codeaholicguy authored May 15, 2026
    Configuration menu
    Copy the full SHA
    ee05c79 View commit details
    Browse the repository at this point in the history
Loading