Skip to content

Commit 2dc8295

Browse files
committed
chore: add missing changesets for new CLI plugin packages
Add changesets for the five new CLI plugin packages: - ai-base: Base plugin infrastructure - ai-chat: Interactive chat plugin - ai-index: Document indexing plugin - ai-search: Vector store search plugin - ai-mcp: MCP server plugin Signed-off-by: Odin Thomas Rochmann <[email protected]>
1 parent 9bb13a0 commit 2dc8295

7 files changed

+346
-1698
lines changed

.changeset/_preview.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
"@equinor/fusion-framework-cookbook-app-react-environment-variables": patch
3+
"@equinor/fusion-framework-react-components-people-provider": patch
4+
"@equinor/fusion-framework-cookbook-app-react-context-custom-error": patch
5+
"@equinor/fusion-framework-cookbook-app-react-bookmark-advanced": patch
6+
"@equinor/fusion-framework-module-service-discovery": patch
7+
"@equinor/fusion-framework-react-components-bookmark": patch
8+
"@equinor/fusion-framework-vite-plugin-api-service": patch
9+
"@equinor/fusion-framework-cookbook-app-react-feature-flag": patch
10+
"@equinor/fusion-framework-react-module-bookmark": patch
11+
"@equinor/fusion-framework-cli-plugin-ai-search": patch
12+
"@equinor/fusion-framework-legacy-interopt": patch
13+
"@equinor/fusion-framework-react-module-context": patch
14+
"@equinor/fusion-framework-react-module-signalr": patch
15+
"@equinor/fusion-framework-cookbook-app-react-apploader": patch
16+
"@equinor/fusion-framework-cli-plugin-ai-index": patch
17+
"@equinor/fusion-framework-module-feature-flag": patch
18+
"@equinor/fusion-framework-react-module": patch
19+
"@equinor/fusion-framework-cookbook-app-react-bookmark": patch
20+
"@equinor/fusion-framework-cookbook-app-react-settings": patch
21+
"@equinor/fusion-framework-cli-plugin-ai-base": patch
22+
"@equinor/fusion-framework-cli-plugin-ai-chat": patch
23+
"@equinor/fusion-framework-react-module-event": patch
24+
"@equinor/fusion-framework-cookbook-app-react-ag-grid": patch
25+
"@equinor/fusion-framework-cookbook-app-react-context": patch
26+
"@equinor/fusion-framework-cli-plugin-ai-mcp": patch
27+
"@equinor/fusion-framework-module-navigation": patch
28+
"@equinor/fusion-framework-react-module-http": patch
29+
"@equinor/fusion-framework-cookbook-app-react-assets": patch
30+
"@equinor/fusion-framework-cookbook-app-react-charts": patch
31+
"@equinor/fusion-framework-cookbook-app-react-module": patch
32+
"@equinor/fusion-framework-cookbook-app-react-people": patch
33+
"@equinor/fusion-framework-cookbook-app-react-router": patch
34+
"@equinor/fusion-framework-module-msal-node": patch
35+
"@equinor/fusion-framework-module-telemetry": patch
36+
"@equinor/fusion-framework-module-bookmark": patch
37+
"@equinor/fusion-framework-module-services": patch
38+
"@equinor/fusion-observable": patch
39+
"@equinor/fusion-framework-vite-plugin-spa": patch
40+
"@equinor/fusion-framework-cookbook-app-react-msal": patch
41+
"@equinor/fusion-framework-module-ag-grid": patch
42+
"@equinor/fusion-framework-module-context": patch
43+
"@equinor/fusion-framework-module-signalr": patch
44+
"@equinor/fusion-framework-react": patch
45+
"@equinor/fusion-framework-module": patch
46+
"@equinor/fusion-framework-module-widget": patch
47+
"@equinor/fusion-load-env": patch
48+
"@equinor/fusion-framework-module-event": patch
49+
"@equinor/fusion-framework-react-ag-grid": patch
50+
"@equinor/fusion-imports": patch
51+
"@equinor/fusion-framework-cookbook-app-vanilla": patch
52+
"@equinor/fusion-framework-module-http": patch
53+
"@equinor/fusion-framework-module-msal": patch
54+
"poc-portal": patch
55+
"@equinor/fusion-framework-module-app": patch
56+
"@equinor/fusion-query": patch
57+
"@equinor/fusion-framework-cookbook-app-react": patch
58+
"@equinor/fusion-framework-dev-portal": patch
59+
"@equinor/fusion-framework-dev-server": patch
60+
"@equinor/fusion-framework-module-ai": patch
61+
"@equinor/fusion-framework": patch
62+
"@equinor/fusion-framework-react-app": patch
63+
"@equinor/fusion-log": patch
64+
"portal": patch
65+
"@equinor/fusion-framework-widget": patch
66+
"@equinor/fusion-framework-app": patch
67+
"@equinor/fusion-framework-cli": patch
68+
"@equinor/fusion-framework-docs": patch
69+
---
70+
71+
preview before pr
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@equinor/fusion-framework-cli-plugin-ai-base": minor
3+
---
4+
5+
Add new base plugin package for AI CLI plugins providing shared utilities and configuration.
6+
7+
This package provides shared utilities and options used across multiple AI CLI plugins including framework setup, AI configuration, and command option handling.
8+
9+
**Features:**
10+
- Shared AI options and configuration schema
11+
- Framework setup utilities
12+
- Common command option handling
13+
- Type-safe AI configuration interfaces
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@equinor/fusion-framework-cli-plugin-ai-chat": minor
3+
---
4+
5+
Add new AI chat plugin package for interactive chat with AI models.
6+
7+
This plugin extends the Fusion Framework CLI with interactive chat capabilities using vector store context retrieval.
8+
9+
**Features:**
10+
- Interactive conversation mode with readline interface
11+
- Real-time streaming responses from AI models
12+
- Intelligent message history compression using AI summarization
13+
- Automatic vector store context retrieval for enhanced responses
14+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@equinor/fusion-framework-cli-plugin-ai-index": minor
3+
---
4+
5+
Add new AI indexing plugin package for document embedding and chunking utilities.
6+
7+
This plugin extends the Fusion Framework CLI with comprehensive document embedding and indexing capabilities.
8+
9+
**Features:**
10+
- Document chunking and embedding generation
11+
- Git metadata extraction for context-aware embeddings
12+
- Markdown and TypeScript documentation parsing
13+
- File change tracking (new, modified, removed)
14+
- Batch operations for efficient vector store updates
15+
- Package metadata resolution
16+
- TSDoc extraction utilities
17+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@equinor/fusion-framework-cli-plugin-ai-mcp": minor
3+
---
4+
5+
Add new MCP server plugin package for Model Context Protocol integration.
6+
7+
This plugin extends the Fusion Framework CLI with MCP server capabilities providing specialized search tools for Fusion Framework documentation.
8+
9+
**Features:**
10+
- Fusion Framework API reference search
11+
- Cookbook examples search
12+
- EDS component search
13+
- Markdown documentation search
14+
- Specialized search tools for different documentation types
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@equinor/fusion-framework-cli-plugin-ai-search": minor
3+
---
4+
5+
Add new AI search plugin package for vector store search capabilities.
6+
7+
This plugin extends the Fusion Framework CLI with semantic search functionality for querying vector store embeddings.
8+
9+
**Features:**
10+
- Configurable result limits
11+
- OData filter expressions for metadata-based filtering
12+
- JSON output option for programmatic use
13+
- Raw metadata output option
14+
- Verbose output mode
15+

0 commit comments

Comments
 (0)