@ory/gemini-cli 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli/main.js +1 -1
  2. package/package.json +2 -2
package/dist/cli/main.js CHANGED
@@ -199,7 +199,7 @@ Commands:
199
199
  install [--link] Install the Ory extension into Gemini CLI
200
200
  uninstall Remove the Ory extension from Gemini CLI
201
201
  configure Set or view Ory project URL and API key
202
- permissions <cmd> Manage permission mode and tool tuples (status, bootstrap, observe, enforce)
202
+ permissions <cmd> Manage permission mode and tool permissions (status, bootstrap, observe, enforce)
203
203
  setup [--project-dir] Write hooks directly to settings.json (fallback)
204
204
  status Show plugin status and configuration
205
205
  local <cmd> Manage local Ory dev environment (up, down, status, seed, ...)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/gemini-cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Ory extension for Gemini CLI: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://ory.com",
@@ -69,7 +69,7 @@
69
69
  "gemini-extension"
70
70
  ],
71
71
  "dependencies": {
72
- "@ory/argus": "0.2.0"
72
+ "@ory/argus": "0.2.1"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=24"