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: microsoft/waza
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: microsoft/waza
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 1, 2026

  1. fix: use correct Copilot SDK import for suggestions

    Changed from non-existent 'copilot_sdk' to 'copilot' package
    which matches the import used by executor and generator.
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    6d38c7a View commit details
    Browse the repository at this point in the history
  2. docs: clarify fixture isolation between tasks

    Each task gets a fresh temp workspace with fixtures copied in.
    The original context_dir is never modified, ensuring isolation.
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    795058c View commit details
    Browse the repository at this point in the history
  3. docs: add Copilot SDK usage guide to AGENTS.md

    - Correct import: 'from copilot import CopilotClient' (not copilot_sdk)
    - Standard async pattern for LLM calls
    - Event handling for streaming responses
    - Fixture isolation explanation
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    70b204b View commit details
    Browse the repository at this point in the history
  4. feat: improved progress display with step-by-step status

    - Shows current activity: sending prompt, tool calls, generating response
    - Displays tool count during execution (e.g., '⚙ edit (5 tools)')
    - Better duration formatting (seconds for long tasks)
    - Always shows last completed task status
    - Verbose mode shows prompt preview
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    685290f View commit details
    Browse the repository at this point in the history
  5. feat: add --suggestions-file option for markdown export

    - New --suggestions-file option saves suggestions to markdown file
    - Suggestions are always displayed AND saved when file specified
    - Markdown includes skill name, timestamp, model, pass rate
    - Updated all docs (README, DEMO-SCRIPT, TUTORIAL, AGENTS.md)
    - Version bump to 0.0.2
    spboyer committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    428ccf5 View commit details
    Browse the repository at this point in the history
Loading