diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b7bfa30a..a29fd6d6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ }, "metadata": { "description": "A marketplace for skills and tools for agentic Power BI development.", - "version": "26.25" + "version": "26.26.2" }, "plugins": [ { diff --git a/plugins/fabric-cli/.claude-plugin/plugin.json b/plugins/fabric-cli/.claude-plugin/plugin.json index e5b6c5f2..1c639b16 100644 --- a/plugins/fabric-cli/.claude-plugin/plugin.json +++ b/plugins/fabric-cli/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "fabric-cli", - "version": "26.25", + "version": "26.26.2", "description": "Fabric and the Power BI service via the fab CLI.", "author": { "name": "Kurt Buhler", diff --git a/plugins/fabric-cli/skills/fabric-cli/SKILL.md b/plugins/fabric-cli/skills/fabric-cli/SKILL.md index 66209a0d..251e9f70 100644 --- a/plugins/fabric-cli/skills/fabric-cli/SKILL.md +++ b/plugins/fabric-cli/skills/fabric-cli/SKILL.md @@ -1,6 +1,6 @@ --- name: fabric-cli -version: 26.25 +version: 26.26.2 description: Expert guidance for using the Fabric CLI (`fab`) to fully interact with Fabric workspaces, items, and configuration. Automatically invoke this skill whenever the user mentions "Fabric" or "Power BI Service" or a "Fabric/Power BI workspace". --- diff --git a/plugins/semantic-models/.claude-plugin/plugin.json b/plugins/semantic-models/.claude-plugin/plugin.json index ac23ba75..f6836c93 100644 --- a/plugins/semantic-models/.claude-plugin/plugin.json +++ b/plugins/semantic-models/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "semantic-models", - "version": "26.25", + "version": "26.26.2", "description": "Design, build, optimize, and review semantic models.", "author": { "name": "Kurt Buhler", diff --git a/plugins/semantic-models/skills/semantic-model/SKILL.md b/plugins/semantic-models/skills/semantic-model/SKILL.md index 31db0a59..b8e3425b 100644 --- a/plugins/semantic-models/skills/semantic-model/SKILL.md +++ b/plugins/semantic-models/skills/semantic-model/SKILL.md @@ -1,6 +1,6 @@ --- name: semantic-model -version: 26.25 +version: 26.26.2 description: This skill should be used whenever the user mentions a "semantic model", "data model", or "dataset", or asks to "build", "model", "design", "optimize", "review", or "audit" one, or to "add a measure", "add a relationship", "create a role" / "set up RLS", "add a calculation group", "set up incremental refresh", "fix a star schema", "reduce model size", "prepare a model for Copilot / AI", or "check model quality". Covers the full lifecycle (design, build, refresh, review) and drives every operation through the `te` CLI first, then TOM (connect-pbid) or a model MCP, then TMDL authoring (the tmdl skill). Not for report visuals (use pbir-cli) or isolated DAX query tuning (use the dax skill). --- diff --git a/plugins/tabular-editor/.claude-plugin/plugin.json b/plugins/tabular-editor/.claude-plugin/plugin.json index 9e464fa7..a412dbef 100644 --- a/plugins/tabular-editor/.claude-plugin/plugin.json +++ b/plugins/tabular-editor/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "tabular-editor", - "version": "26.25", + "version": "26.26.2", "description": "Semantic models from the terminal with the Tabular Editor CLI.", "author": { "name": "Kurt Buhler", diff --git a/plugins/tabular-editor/skills/te-cli/SKILL.md b/plugins/tabular-editor/skills/te-cli/SKILL.md index 7614428a..b1c3c738 100644 --- a/plugins/tabular-editor/skills/te-cli/SKILL.md +++ b/plugins/tabular-editor/skills/te-cli/SKILL.md @@ -1,6 +1,6 @@ --- name: te-cli -version: 26.25 +version: 26.26.2 description: Expert guidance for the cross-platform Tabular Editor CLI (the `te` binary, currently in preview) that manages Power BI / Analysis Services semantic models from the terminal on macOS, Linux, and Windows. Use when the user mentions the `te` CLI or "Tabular Editor CLI" (not the "2"), or runs a `te ` to scaffold, inspect, edit, validate, run BPA on, query, deploy, refresh, test, or migrate a semantic model. Not for the legacy Windows-only `TabularEditor.exe` (TE2). ---