@framers/agentos 0.1.37 → 0.1.38

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.
@@ -840,5 +840,14 @@
840
840
  "docsUrl": "https://modern.ircdocs.horse/",
841
841
  "providers": ["irc"],
842
842
  "optional": true
843
+ },
844
+ {
845
+ "id": "github.token",
846
+ "label": "GitHub Personal Access Token",
847
+ "description": "PAT for GitHub API access. Used by the GitHub extension for repo search, issues, PRs, and gists.",
848
+ "envVar": "GITHUB_TOKEN",
849
+ "docsUrl": "https://github.com/settings/tokens",
850
+ "providers": ["github"],
851
+ "optional": true
843
852
  }
844
853
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framers/agentos",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "Modular AgentOS orchestration library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",