Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .changeset/bright-agents-inventory.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
version: yarn version:packages
title: 'chore: prepare release'
commit: 'chore: prepare release'
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ changes.

## [Unreleased]

## [0.4.0] - 2026-07-11

### Added

- **Fleet page polish + click-to-filter.** The `/agents` page leads with
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-backend-module-agent-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showcall/backstage-plugin-catalog-backend-module-agent-catalog",
"version": "0.3.0",
"version": "0.4.0",
"description": "Backstage catalog module: ingest kagent agents, model configs, and A2A cards as catalog entities",
"license": "Apache-2.0",
"homepage": "https://github.com/Showcall/agent-catalog",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-agent-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@showcall/backstage-plugin-agent-catalog",
"version": "0.3.0",
"version": "0.4.0",
"description": "Backstage frontend plugin: AI agent fleet view and per-agent traction/status cards",
"license": "Apache-2.0",
"homepage": "https://github.com/Showcall/agent-catalog",
Expand Down