twinclaw 1.2.8 → 1.2.9
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/dist/core/onboarding.js +3 -3
- package/package.json +1 -1
package/dist/core/onboarding.js
CHANGED
|
@@ -387,8 +387,8 @@ const ONBOARD_FIELDS = [
|
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
key: 'GITHUB_TOKEN',
|
|
390
|
-
label: 'GitHub Token',
|
|
391
|
-
hint: "Optional. GitHub
|
|
390
|
+
label: 'GitHub Token (for Copilot)',
|
|
391
|
+
hint: "Optional. For GitHub Copilot: type 'device' to authenticate via OAuth (uses your existing Copilot subscription). Or enter a GitHub Personal Access Token.",
|
|
392
392
|
secret: true,
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -1325,7 +1325,7 @@ Options:
|
|
|
1325
1325
|
--config <path> Override twinclaw.json output path
|
|
1326
1326
|
--api-secret <value> Set API_SECRET
|
|
1327
1327
|
--primary-model <value> Set PRIMARY_MODEL
|
|
1328
|
-
--github-token <value> Set GITHUB_TOKEN (
|
|
1328
|
+
--github-token <value> Set GITHUB_TOKEN (for Copilot: use 'device' to authenticate via OAuth)
|
|
1329
1329
|
--openrouter-api-key <value> Set OPENROUTER_API_KEY
|
|
1330
1330
|
--modal-api-key <value> Set MODAL_API_KEY
|
|
1331
1331
|
--gemini-api-key <value> Set GEMINI_API_KEY
|