fraim 2.0.138 → 2.0.139

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.
@@ -762,7 +762,6 @@ class FirstRunSessionService {
762
762
  const hubServer = new AiHubServer({ projectPath: this.state.workspacePath });
763
763
  await hubServer.start(port);
764
764
  const hubUrl = `http://127.0.0.1:${port}/ai-hub/?firstRun=true`;
765
- this.openBrowser(hubUrl);
766
765
  appendInstallLog(`hub-opened ${hubUrl}`);
767
766
  return {
768
767
  ok: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fraim",
3
- "version": "2.0.138",
3
+ "version": "2.0.139",
4
4
  "description": "FRAIM CLI - Framework for Rigor-based AI Management (alias for fraim-framework)",
5
5
  "main": "index.js",
6
6
  "bin": {