@link-assistant/agent 0.6.1 → 0.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@link-assistant/agent",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -858,8 +858,6 @@ const GOOGLE_OAUTH_SCOPES = [
858
858
  'https://www.googleapis.com/auth/cloud-platform',
859
859
  'https://www.googleapis.com/auth/userinfo.email',
860
860
  'https://www.googleapis.com/auth/userinfo.profile',
861
- 'https://www.googleapis.com/auth/generative-language.tuning',
862
- 'https://www.googleapis.com/auth/generative-language.retriever',
863
861
  ];
864
862
 
865
863
  // Google OAuth endpoints