diff --git a/workspaces/augment/.changeset/augment-initial-release.md b/workspaces/augment/.changeset/augment-initial-release.md deleted file mode 100644 index 16d6e431a9..0000000000 --- a/workspaces/augment/.changeset/augment-initial-release.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-augment': minor -'@red-hat-developer-hub/backstage-plugin-augment-backend': minor -'@red-hat-developer-hub/backstage-plugin-augment-common': minor ---- - -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. diff --git a/workspaces/augment/.changeset/lifecycle-hardening.md b/workspaces/augment/.changeset/lifecycle-hardening.md deleted file mode 100644 index 8aa8cc6e64..0000000000 --- a/workspaces/augment/.changeset/lifecycle-hardening.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-augment': minor -'@red-hat-developer-hub/backstage-plugin-augment-backend': minor -'@red-hat-developer-hub/backstage-plugin-augment-common': minor ---- - -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. diff --git a/workspaces/augment/plugins/augment-backend/CHANGELOG.md b/workspaces/augment/plugins/augment-backend/CHANGELOG.md new file mode 100644 index 0000000000..f622c0f6fb --- /dev/null +++ b/workspaces/augment/plugins/augment-backend/CHANGELOG.md @@ -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 diff --git a/workspaces/augment/plugins/augment-backend/package.json b/workspaces/augment/plugins/augment-backend/package.json index de9dfc3661..5dfaacd51c 100644 --- a/workspaces/augment/plugins/augment-backend/package.json +++ b/workspaces/augment/plugins/augment-backend/package.json @@ -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", diff --git a/workspaces/augment/plugins/augment-common/CHANGELOG.md b/workspaces/augment/plugins/augment-common/CHANGELOG.md new file mode 100644 index 0000000000..6deb554461 --- /dev/null +++ b/workspaces/augment/plugins/augment-common/CHANGELOG.md @@ -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. diff --git a/workspaces/augment/plugins/augment-common/package.json b/workspaces/augment/plugins/augment-common/package.json index 8226c763f0..dd4e13a881 100644 --- a/workspaces/augment/plugins/augment-common/package.json +++ b/workspaces/augment/plugins/augment-common/package.json @@ -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", diff --git a/workspaces/augment/plugins/augment/CHANGELOG.md b/workspaces/augment/plugins/augment/CHANGELOG.md new file mode 100644 index 0000000000..03a90b0327 --- /dev/null +++ b/workspaces/augment/plugins/augment/CHANGELOG.md @@ -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 diff --git a/workspaces/augment/plugins/augment/package.json b/workspaces/augment/plugins/augment/package.json index 7284609216..455dfeca79 100644 --- a/workspaces/augment/plugins/augment/package.json +++ b/workspaces/augment/plugins/augment/package.json @@ -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",