@workbench-ai/workbench-core 0.0.110 → 0.0.111
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -464,7 +464,7 @@ function workbenchAdapterAuthTargetLabel(target) {
|
|
|
464
464
|
export function workbenchProviderAuthSetupCommand(adapterId) {
|
|
465
465
|
const normalized = adapterId.trim().toLowerCase();
|
|
466
466
|
if (normalized === "claude") {
|
|
467
|
-
return "claude setup-token
|
|
467
|
+
return "claude setup-token";
|
|
468
468
|
}
|
|
469
469
|
if (normalized === "codex") {
|
|
470
470
|
return "codex login --device-auth && workbench login codex --method oauth";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workbench-ai/workbench-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.111",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/workbench-ai/workbench.git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"yaml": "^2.8.2",
|
|
25
|
-
"@workbench-ai/workbench-contract": "0.0.
|
|
26
|
-
"@workbench-ai/workbench-protocol": "0.0.
|
|
25
|
+
"@workbench-ai/workbench-contract": "0.0.111",
|
|
26
|
+
"@workbench-ai/workbench-protocol": "0.0.111"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^24.3.1",
|