Skip to content

Fix Claude Console workspace field and add dashboard screenshots - #109

Merged
clarkd merged 3 commits into
mainfrom
work/ah/claude-screenshots
Aug 7, 2026
Merged

Fix Claude Console workspace field and add dashboard screenshots#109
clarkd merged 3 commits into
mainfrom
work/ah/claude-screenshots

Conversation

@andrewmumblebee

@andrewmumblebee andrewmumblebee commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

📋 Summary

Fixes the cost datastream and default dashboard to use the workspace field name (the Claude Admin API renamed workspaceName to workspace), and adds official screenshots for the Claude Console plugin's overview, API key, member, and workspace views.


🔗 Related issue(s)

  • N/A

🧩 Plugin details

  • Plugin name: Claude Console
  • Type of change:
    • Bug fix
    • New datastream
    • Enhancement to existing datastream
    • Performance improvement
    • Documentation / metadata / logo
    • Other (please describe):

⚠️ Breaking changes

Does this PR introduce any breaking changes?

  • No
  • Yes (please describe):

📚 Documentation

  • Documentation updated
  • No documentation changes needed

✅ Checklist

  • No secrets or credentials included
  • Plugin, datastream and UI naming follow SquaredUp guidelines
  • I agree to the Code of Conduct

Summary by CodeRabbit

  • Bug Fixes

    • Updated workspace cost data mapping to consistently use the correct workspace field.
    • Corrected the “Top Workspaces By Cost” dashboard tile so workspace cost groupings and labels display accurately.
  • Improvements

    • Added plugin screenshots to improve visibility and documentation within the plugin catalog.
    • Released as version 1.0.1.

@andrewmumblebee
andrewmumblebee requested a review from a team August 7, 2026 07:46
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • plugins/ClaudeConsole/v1/screenshots/member.png is excluded by !**/*.png

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: 169e89de-f502-47ab-9624-b862b20b68b2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The Claude Console plugin now uses workspace for cost data and dashboard grouping. Plugin metadata version 1.0.1 adds four screenshots and reformats the objectTypes array.

Changes

Claude Console plugin metadata

Layer / File(s) Summary
Workspace cost field alignment
plugins/ClaudeConsole/v1/dataStreams/cost.json, plugins/ClaudeConsole/v1/defaultContent/overview.dash.json
The cost stream and dashboard now use workspace and workspace_uniqueValues.
Plugin metadata update
plugins/ClaudeConsole/v1/metadata.json
The plugin version changes to 1.0.1. The metadata adds four screenshots and reformats objectTypes without changing its values.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes both main changes: the workspace field fix and the addition of dashboard screenshots.
Description check ✅ Passed The description explains the changes, affected plugin, breaking-change status, documentation status, related issues, and checklist items.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

🧩 Plugin PR Summary

📦 Modified Plugins

  • plugins/ClaudeConsole/v1

📋 Results

Step Status
Validation ✅ Passed
Deployment 🚀 Deployed

🔍 Validation Details

claude-console
{
  "valid": true,
  "pluginName": "claude-console",
  "pluginType": "hybrid",
  "summary": {
    "Data Streams": 6,
    "Import Definitions": 1,
    "Correlation Rules": 0,
    "UI Configuration": true,
    "Has Icon": true,
    "Has Default Content": true,
    "Config Validation": true,
    "Custom Types": true
  }
}

@clarkd clarkd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one - great to see the screenshots!

@clarkd
clarkd merged commit a1ca3b4 into main Aug 7, 2026
1 check passed
@clarkd
clarkd deleted the work/ah/claude-screenshots branch August 7, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants