@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
|
]
|