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
2 changes: 1 addition & 1 deletion plugins/ClaudeConsole/v1/dataStreams/cost.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"shape": "string"
},
{
"name": "workspaceName",
"name": "workspace",
"displayName": "Workspace",
"sourceId": "workspace_id",
"sourceType": "Workspace",
Expand Down
4 changes: 2 additions & 2 deletions plugins/ClaudeConsole/v1/defaultContent/overview.dash.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"name": "cost",
"pluginConfigId": "{{configId}}",
"group": {
"by": [["workspaceName", "uniqueValues"]],
"by": [["workspace", "uniqueValues"]],
"aggregate": [
{ "type": "sum", "names": ["amount"] }
]
Expand All @@ -230,7 +230,7 @@
"type": "data-stream-bar-chart",
"config": {
"data-stream-bar-chart": {
"xAxisData": "workspaceName_uniqueValues",
"xAxisData": "workspace_uniqueValues",
"yAxisData": ["amount_sum"],
"xAxisGroup": "none",
"xAxisLabel": "Workspace",
Expand Down
16 changes: 9 additions & 7 deletions plugins/ClaudeConsole/v1/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "claude-console",
"displayName": "Claude Console",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "@andrewmumblebee",
"type": "community"
Expand All @@ -24,11 +24,7 @@
"admin api",
"console"
],
"objectTypes": [
"Claude Workspace",
"Claude API Key",
"Claude Member"
],
"objectTypes": ["Claude Workspace", "Claude API Key", "Claude Member"],
"links": [
{
"category": "documentation",
Expand Down Expand Up @@ -59,5 +55,11 @@
],
"queryArgs": []
}
}
},
"screenshots": [
"https://github.com/squaredup/plugins/blob/main/plugins/ClaudeConsole/v1/screenshots/overview.png",
"https://github.com/squaredup/plugins/blob/main/plugins/ClaudeConsole/v1/screenshots/api-key.png",
"https://github.com/squaredup/plugins/blob/main/plugins/ClaudeConsole/v1/screenshots/member.png",
"https://github.com/squaredup/plugins/blob/main/plugins/ClaudeConsole/v1/screenshots/workspace.png"
]
}
Binary file added plugins/ClaudeConsole/v1/screenshots/api-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/ClaudeConsole/v1/screenshots/member.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading