Skip to content
Open
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
7 changes: 0 additions & 7 deletions workspaces/augment/.changeset/augment-initial-release.md

This file was deleted.

7 changes: 0 additions & 7 deletions workspaces/augment/.changeset/lifecycle-hardening.md

This file was deleted.

14 changes: 14 additions & 0 deletions workspaces/augment/plugins/augment-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-augment-backend

## 0.2.0

### Minor Changes

- afaed59: Initial release of the Augment AI assistant plugin for Backstage. Provides a chat interface backed by Llama Stack with RAG, tool calling, multi-agent orchestration, and configurable safety guardrails.
- 3e18b17: Agent lifecycle hardening: add 5-stage promotion pipeline (draft/review/staging/production/retired), ownership-gated operations, rejection tracking, role-aware UI, admin polling dashboards, cascading delete, and SonataFlow agent-approval workflow.

### Patch Changes

- Updated dependencies [afaed59]
- Updated dependencies [3e18b17]
- @red-hat-developer-hub/backstage-plugin-augment-common@0.2.0
2 changes: 1 addition & 1 deletion workspaces/augment/plugins/augment-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-augment-backend",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/augment/plugins/augment-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @red-hat-developer-hub/backstage-plugin-augment-common

## 0.2.0

### Minor Changes

- afaed59: Initial release of the Augment AI assistant plugin for Backstage. Provides a chat interface backed by Llama Stack with RAG, tool calling, multi-agent orchestration, and configurable safety guardrails.
- 3e18b17: Agent lifecycle hardening: add 5-stage promotion pipeline (draft/review/staging/production/retired), ownership-gated operations, rejection tracking, role-aware UI, admin polling dashboards, cascading delete, and SonataFlow agent-approval workflow.
2 changes: 1 addition & 1 deletion workspaces/augment/plugins/augment-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-augment-common",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions workspaces/augment/plugins/augment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-augment

## 0.2.0

### Minor Changes

- afaed59: Initial release of the Augment AI assistant plugin for Backstage. Provides a chat interface backed by Llama Stack with RAG, tool calling, multi-agent orchestration, and configurable safety guardrails.
- 3e18b17: Agent lifecycle hardening: add 5-stage promotion pipeline (draft/review/staging/production/retired), ownership-gated operations, rejection tracking, role-aware UI, admin polling dashboards, cascading delete, and SonataFlow agent-approval workflow.

### Patch Changes

- Updated dependencies [afaed59]
- Updated dependencies [3e18b17]
- @red-hat-developer-hub/backstage-plugin-augment-common@0.2.0
2 changes: 1 addition & 1 deletion workspaces/augment/plugins/augment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-augment",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down