@sentry/junior-sentry 0.130.0 → 0.132.0

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.
package/README.md CHANGED
@@ -18,7 +18,7 @@ export const plugins = defineJuniorPlugins(["@sentry/junior-sentry"]);
18
18
 
19
19
  ## Sentry CLI Surface
20
20
 
21
- The plugin installs the npm `sentry` package as a runtime dependency and injects the current user's OAuth token as `SENTRY_AUTH_TOKEN` for Sentry skill commands. The OAuth grant includes `alerts:write`; existing connections must reconnect after upgrading to grant it.
21
+ The plugin installs the npm `sentry` package as a runtime dependency and injects the current user's OAuth token as `SENTRY_AUTH_TOKEN` for Sentry skill commands. The OAuth grant supports alert, issue, project, team, member lookup, and release workflows. Existing connections must reconnect after upgrading to grant newly added scopes.
22
22
 
23
23
  As of 2026-07-13, `sentry@latest` is `0.38.0`. The verified command groups used by the bundled skill are:
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-sentry",
3
- "version": "0.130.0",
3
+ "version": "0.132.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
package/plugin.yaml CHANGED
@@ -20,7 +20,7 @@ oauth:
20
20
  client-secret-env: SENTRY_CLIENT_SECRET
21
21
  authorize-endpoint: https://sentry.io/oauth/authorize/
22
22
  token-endpoint: https://sentry.io/oauth/token/
23
- scope: "alerts:write event:read org:read project:read team:read"
23
+ scope: "alerts:write event:write member:read org:read project:releases project:write team:write"
24
24
 
25
25
  runtime-dependencies:
26
26
  - type: npm