Minor Changes
-
#11267
659c93dThanks @miya! - Rename and prune AI-related access token scopes- Renamed the user-feature scope
features:ai_assistant→features:ai(read/write). The constantsSCOPE.READ/WRITE.FEATURES.AI_ASSISTANTare nowSCOPE.READ/WRITE.FEATURES.AI, and the scope strings areread:features:ai/write:features:ai. - Removed the now-unused admin scope
admin:ai_integration(read/write); the admin AI integration screen has been removed.
BREAKING: access tokens previously granted
read|write:features:ai_assistantno longer match the renamed scope and will lose access to AI endpoints until re-granted (or remapped via migration). Tokens carryingread|write:admin:ai_integrationretain a now-meaningless scope string.- AI 関連のアクセストークンスコープ
features:ai_assistantをfeatures:aiにリネームし、未使用となった管理者スコープadmin:ai_integrationを削除(破壊的変更: 旧スコープのトークンは再付与が必要)。
- Renamed the user-feature scope
-
#11092
e2375ebThanks @yuki-takei! - Add interfaces for growi-vault- GROWI Vault 機能向けの共有インターフェースを追加。