Skip to content
Open
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
14 changes: 7 additions & 7 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/firestore-native.git",
"ref": "0.3.1"
"ref": "0.3.4"
},
"description": "Connect and interact with Cloud Firestore.",
"policy": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/google-cloud-storage.git",
"ref": "1.2.0"
"ref": "2.6.0"
},
"description": "Vetted Google Cloud Storage skills for your coding agent.",
"policy": {
Expand All @@ -135,7 +135,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/looker.git",
"ref": "0.3.5"
"ref": "0.3.10"
},
"description": "Connect to Looker.",
"policy": {
Expand All @@ -149,7 +149,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/oracledb.git",
"ref": "0.2.3"
"ref": "0.2.6"
},
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
"policy": {
Expand All @@ -163,7 +163,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/spanner.git",
"ref": "0.3.1"
"ref": "0.3.5"
},
"description": "Connect and interact with Spanner data using natural language.",
"policy": {
Expand All @@ -177,7 +177,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/knowledge-catalog.git",
"ref": "0.5.2"
"ref": "0.5.3"
},
"description": "Skills for Knowledge Catalog.",
"policy": {
Expand Down Expand Up @@ -205,7 +205,7 @@
"source": {
"source": "url",
"url": "https://github.com/gemini-cli-extensions/bigquery-data-analytics.git",
"ref": "0.2.1"
"ref": "0.2.2"
},
"description": "Data Analytics skills for BigQuery.",
"policy": {
Expand Down
16 changes: 8 additions & 8 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/firestore-native",
"ref": "0.3.1"
"ref": "0.3.4"
},
"description": "Connect and interact with Cloud Firestore."
},
Expand All @@ -86,7 +86,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/google-cloud-storage",
"ref": "1.2.0"
"ref": "2.6.0"
},
"description": "Vetted Google Cloud Storage skills for your coding agent."
},
Expand All @@ -95,7 +95,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/looker",
"ref": "0.3.5"
"ref": "0.3.10"
},
"description": "Connect to Looker."
},
Expand All @@ -104,7 +104,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/oracledb",
"ref": "0.2.3"
"ref": "0.2.6"
},
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI."
},
Expand All @@ -113,7 +113,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/spanner",
"ref": "0.3.1"
"ref": "0.3.5"
},
"description": "Connect and interact with Spanner data using natural language."
},
Expand All @@ -122,7 +122,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/knowledge-catalog",
"ref": "0.5.2"
"ref": "0.5.3"
},
"description": "Skills for Knowledge Catalog."
},
Expand All @@ -140,7 +140,7 @@
"source": {
"source": "github",
"repo": "gemini-cli-extensions/bigquery-data-analytics",
"ref": "0.2.1"
"ref": "0.2.2"
},
"description": "Data Analytics skills for BigQuery."
},
Expand All @@ -150,7 +150,7 @@
"source": "git-subdir",
"url": "GoogleCloudPlatform/db-context-enrichment",
"path": "plugin",
"ref": "v0.6.0"
"ref": "v0.7.2"
},
"description": "Context Engineering Agent for generating and maintaining QueryData / Conversational Analytics API context sets (templates, facets, value searches) for natural language to SQL tasks. Works with AlloyDB, Cloud SQL for MySQL, Cloud SQL for PostgreSQL, and Spanner."
}
Expand Down
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -21,43 +21,43 @@
[submodule "looker"]
path = plugins/looker
url = https://github.com/gemini-cli-extensions/looker
branch = 0.3.5
branch = 0.3.10
[submodule "oracledb"]
path = plugins/oracledb
url = https://github.com/gemini-cli-extensions/oracledb
branch = 0.2.3
branch = 0.2.6
[submodule "spanner"]
path = plugins/spanner
url = https://github.com/gemini-cli-extensions/spanner
branch = 0.3.1
branch = 0.3.5
[submodule "firestore-native"]
path = plugins/firestore-native
url = https://github.com/gemini-cli-extensions/firestore-native
branch = 0.3.1
branch = 0.3.4
[submodule "data-agent-kit-starter-pack"]
path = plugins/data-agent-kit-starter-pack
url = https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack
branch = 0.8.0
[submodule "google-cloud-storage"]
path = plugins/google-cloud-storage
url = https://github.com/gemini-cli-extensions/google-cloud-storage
branch = 1.2.0
branch = 2.6.0
[submodule "bigquery-data-analytics"]
path = plugins/bigquery-data-analytics
url = https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
branch = 0.2.1
branch = 0.2.2
[submodule "dataproc"]
path = plugins/dataproc
url = https://github.com/gemini-cli-extensions/dataproc.git
branch = 0.1.0
[submodule "knowledge-catalog"]
path = plugins/knowledge-catalog
url = https://github.com/gemini-cli-extensions/knowledge-catalog.git
branch = 0.5.2
branch = 0.5.3
[submodule "db-context-enrichment"]
path = plugins/db-context-enrichment
url = https://github.com/GoogleCloudPlatform/db-context-enrichment.git
branch = v0.6.0
branch = v0.7.2
[submodule "cloud-bigtable-ecosystem"]
path = plugins/cloud-bigtable-ecosystem
url = https://github.com/GoogleCloudPlatform/cloud-bigtable-ecosystem.git
Expand Down
2 changes: 1 addition & 1 deletion plugins/db-context-enrichment
2 changes: 1 addition & 1 deletion plugins/google-cloud-storage
Submodule google-cloud-storage updated 59 files
+1 −1 .claude-plugin/plugin.json
+1 −1 .codex-plugin/plugin.json
+23 −23 CONTRIBUTING.md
+203 −61 README.md
+1 −1 gcs-security-assessment-role.yaml
+22 −0 plugin.json
+18 −4 skills/gcs-security-assessment/SKILL.md
+10 −7 skills/gcs-security-assessment/references/baseline_security.md
+4 −2 skills/gcs-security-assessment/references/bucket_classification.md
+2 −1 skills/gcs-security-assessment/references/phases/baseline.md
+2 −1 skills/gcs-security-assessment/references/phases/classification.md
+22 −9 skills/gcs-security-assessment/references/phases/discover.md
+4 −3 skills/gcs-security-assessment/references/phases/output.md
+2 −1 skills/gcs-security-assessment/references/phases/toxic_analysis.md
+3 −2 skills/gcs-security-assessment/references/telemetry_signals.md
+10 −5 skills/gcs-security-assessment/references/toxic_combinations.md
+78 −6 skills/gcs-security-assessment/scripts/cloud_rest_helpers_nodeps.py
+48 −4 skills/gcs-security-assessment/scripts/evaluate_project_security_posture.py
+42 −21 skills/gcs-security-assessment/scripts/fetch_bucket_telemetry.py
+30 −14 skills/gcs-security-assessment/scripts/fetch_object_telemetry.py
+98 −3 skills/gcs-security-assessment/scripts/list_datasets.py
+189 −0 skills/google-cloud-storage-basics/SKILL.md
+244 −0 skills/google-cloud-storage-basics/references/cli-api-usage.md
+172 −0 skills/google-cloud-storage-basics/references/client-library-usage.md
+139 −0 skills/google-cloud-storage-basics/references/core-concepts.md
+546 −0 skills/google-cloud-storage-basics/references/data-management.md
+332 −0 skills/google-cloud-storage-basics/references/data-transfer.md
+388 −0 skills/google-cloud-storage-basics/references/gcsfuse.md
+209 −0 skills/google-cloud-storage-basics/references/high-performance-storage.md
+236 −0 skills/google-cloud-storage-basics/references/iac-usage.md
+241 −0 skills/google-cloud-storage-basics/references/mcp-usage.md
+313 −0 skills/google-cloud-storage-basics/references/storage-intelligence.md
+139 −0 skills/google-cloud-storage-bucket-architect/SKILL.md
+137 −0 skills/google-cloud-storage-bucket-architect/references/archiving_compliance.md
+129 −0 skills/google-cloud-storage-bucket-architect/references/backup_dr.md
+554 −0 skills/google-cloud-storage-bucket-architect/references/gcloud.md
+135 −0 skills/google-cloud-storage-bucket-architect/references/log_storage.md
+130 −0 skills/google-cloud-storage-bucket-architect/references/media_hosting.md
+286 −0 skills/google-cloud-storage-bucket-architect/references/phases/draft_plan.md
+77 −0 skills/google-cloud-storage-bucket-architect/references/phases/output.md
+105 −0 skills/google-cloud-storage-bucket-architect/references/phases/project_checks.md
+650 −0 skills/google-cloud-storage-bucket-architect/references/rest.md
+192 −0 skills/google-cloud-storage-bucket-architect/references/sdk.md
+367 −0 skills/google-cloud-storage-bucket-architect/references/sdk/cpp.md
+392 −0 skills/google-cloud-storage-bucket-architect/references/sdk/go.md
+442 −0 skills/google-cloud-storage-bucket-architect/references/sdk/java.md
+298 −0 skills/google-cloud-storage-bucket-architect/references/sdk/python.md
+114 −0 skills/google-cloud-storage-bucket-architect/references/sensitive_data.md
+97 −0 skills/google-cloud-storage-bucket-architect/references/static_website.md
+185 −0 skills/google-cloud-storage-bucket-architect/references/storage_for_ai.md
+513 −0 skills/google-cloud-storage-bucket-architect/references/terraform.md
+103 −0 skills/google-cloud-storage-bucket-architect/references/ugc_ingestion.md
+258 −0 skills/google-cloud-storage-diagnostic/SKILL.md
+53 −0 skills/google-cloud-storage-diagnostic/examples/sample_403_diagnosis.md
+428 −0 skills/google-cloud-storage-diagnostic/resources/403_troubleshooting.md
+119 −0 skills/google-cloud-storage-fuse/SKILL.md
+164 −0 skills/google-cloud-storage-fuse/references/checkpoint-safety.md
+287 −0 skills/google-cloud-storage-fuse/references/gke-training-deployment.md
+136 −0 skills/google-cloud-storage-fuse/references/performance-diagnosis.md
Loading