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: boshu2/agentops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.27.0
Choose a base ref
...
head repository: boshu2/agentops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.27.1
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 20, 2026

  1. fix(release): include release notes in tagged commit

    Release notes were written after the tag, so GoReleaser couldn't find
    them in the tagged tree and fell back to raw changelog extraction.
    Reordered steps: generate notes → stage → release commit → tag.
    boshu2 committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    24d9f25 View commit details
    Browse the repository at this point in the history
  2. fix(flywheel): show golden signals by default instead of behind --gol…

    …den flag
    
    Golden signals were computed but gated behind an opt-in --golden flag,
    causing the default output to show "COMPOUNDING" while the hidden golden
    signals analysis reported "accumulating". This made the flywheel status
    misleading by omission. Golden signals now always compute and display.
    boshu2 committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c194f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2c437 View commit details
    Browse the repository at this point in the history
  4. fix(flywheel): update docs and tests for always-on golden signals

    - Update flywheel skill SKILL.md to remove --golden flag references
    - Update README.md and docs/knowledge-flywheel.md
    - Rename test to TestFlywheelStatus_GoldenSignalsAlwaysShown and verify
      golden signals appear without the flag
    boshu2 committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    e93826f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cf4a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2026

  1. Release v2.27.1

    boshu2 committed Mar 21, 2026
    Configuration menu
    Copy the full SHA
    119b238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c1be9 View commit details
    Browse the repository at this point in the history
Loading