@dosu/cli 0.3.0 → 0.3.1

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/bin/dosu.js +2 -2
  2. package/package.json +1 -1
package/bin/dosu.js CHANGED
@@ -4666,7 +4666,7 @@ async function openBrowserForSetup(cfg, opts) {
4666
4666
  const { startOAuthFlow: startOAuthFlow2 } = await Promise.resolve().then(() => (init_flow(), exports_flow));
4667
4667
  const s = Y2();
4668
4668
  s.start("Waiting for authentication...");
4669
- const authPath = opts.deploymentID ? "/cli/auth" : "/cli-setup";
4669
+ const authPath = opts.deploymentID ? "/cli/auth" : "/cli/setup";
4670
4670
  const token = await startOAuthFlow2(undefined, authPath);
4671
4671
  s.stop("Authenticated");
4672
4672
  cfg.access_token = token.access_token;
@@ -5088,7 +5088,7 @@ init_config();
5088
5088
  init_providers();
5089
5089
 
5090
5090
  // src/version/version.ts
5091
- var VERSION = "0.3.0";
5091
+ var VERSION = "0.3.1";
5092
5092
  var COMMIT = "none";
5093
5093
  var DATE = "unknown";
5094
5094
  function getVersionString() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosu/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "Dosu CLI - Manage MCP servers for AI tools",
6
6
  "license": "MIT",