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

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/boost/.changeset/expand-adoption-card-actions.md

This file was deleted.

7 changes: 0 additions & 7 deletions workspaces/boost/.changeset/extensible-browse-filters.md

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/boost/.changeset/rename-llamastack-to-ogx.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/boost/.changeset/revert-mui-to-remixicon.md

This file was deleted.

12 changes: 12 additions & 0 deletions workspaces/boost/plugins/boost-backend-module-ogx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack

## 0.2.0

### Minor Changes

- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`.

### Patch Changes

- Updated dependencies [46f6034]
- Updated dependencies [54345de]
- @red-hat-developer-hub/backstage-plugin-boost-common@0.1.4

## 0.1.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx",
"version": "0.1.2",
"version": "0.2.0",
"license": "Apache-2.0",
"description": "OGX provider module for the boost AI platform",
"main": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/boost/plugins/boost-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @red-hat-developer-hub/backstage-plugin-boost-backend

## 0.1.4

### Patch Changes

- 46f6034: Upgrade `boost.agent.list` from `BasicPermission` to `ResourcePermission` for conditional RBAC filtering via `authorizeConditional()`. Add `BoostAuthorizedRequest` type for attaching permission conditions to list-endpoint requests.
- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`.
- Updated dependencies [46f6034]
- Updated dependencies [54345de]
- @red-hat-developer-hub/backstage-plugin-boost-common@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/boost/plugins/boost-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-boost-backend",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"description": "Backend plugin for the boost AI platform",
"main": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/boost/plugins/boost-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-boost-common

## 0.1.4

### Patch Changes

- 46f6034: Upgrade `boost.agent.list` from `BasicPermission` to `ResourcePermission` for conditional RBAC filtering via `authorizeConditional()`. Add `BoostAuthorizedRequest` type for attaching permission conditions to list-endpoint requests.
- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/boost/plugins/boost-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-boost-common",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"description": "Common types and utilities for the boost plugin",
"main": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions workspaces/boost/plugins/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @red-hat-developer-hub/backstage-plugin-boost

## 0.4.0

### Minor Changes

- 9cfc354: Add type-appropriate adoption actions for all AI asset types in the AdoptionCard entity extension.
- 766e4aa: Add extensible browse filters via NFS AiCatalogFilterBlueprint. Deployers can disable built-in filters and third-party plugins can add new filters to the AI Catalog sidebar via app-config.

**Breaking:** The page extension ID changed from `page:boost` to `page:boost/ai-catalog`. Update any `app.extensions` references in `app-config.yaml` accordingly.

### Patch Changes

- 69b063b: Revert icon imports from @mui/icons-material back to @remixicon/react to align with BUI's internal icon library. Remove unused @mui/icons-material and @mui/material dependencies.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/boost/plugins/boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-boost",
"version": "0.3.0",
"version": "0.4.0",
"description": "Frontend plugin for the Boost AI platform — AI Catalog discovery, entity page extensions, and agentic chat UI for Red Hat Developer Hub.",
"license": "Apache-2.0",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/boost/plugins/ogx-entity-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-llamastack-entity-provider

## 0.2.0

### Minor Changes

- 54345de: Rename all Llama Stack references to OGX across the boost workspace. The upstream project has been renamed from llamastack to ogx. This changes npm package names, module IDs, cache key prefixes, config paths, provider identifiers, and entity name prefixes. Consumers must update imports from `@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack` to `@red-hat-developer-hub/backstage-plugin-boost-backend-module-ogx` and from `@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider` to `@red-hat-developer-hub/backstage-plugin-ogx-entity-provider`.

## 0.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-ogx-entity-provider",
"version": "0.1.1",
"version": "0.2.0",
"license": "Apache-2.0",
"description": "OGX entity provider for the Backstage catalog — emits AI models and agents as catalog entities",
"main": "src/index.ts",
Expand Down
Loading