@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 && CLAUDE_CODE_OAUTH_TOKEN=... workbench login claude --method oauth";
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.110",
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.110",
26
- "@workbench-ai/workbench-protocol": "0.0.110"
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",