Skip to content

Conversation

@bwieger-atlassian-com
Copy link
Collaborator

@bwieger-atlassian-com bwieger-atlassian-com commented Nov 14, 2025

What Is This Change?

  • Issue Rovo Dev agent crashes on new chat #1289
  • Some linux folks are reporting issues with the executable running.
  • I was NOT able to repro
  • However, the leading hypothesis is that some of the env vars needed to run in linux are not being passed.
  • Also, I enriched the error messaging for executable not found / access denied

Comms to users: #1289 (comment)

How Has This Been Tested?

  • Checked on Mac
  • Checked on Linux (via WSL)
  • Checked on Windows

);
} else {
reject(
new Error(`Cannot access executable: ${err.message}${err.code ? ` (${err.code})` : ''}`),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔎 Code Readability

Add a space before the opening parenthesis for consistency: ${err.message}${err.code ? (${err.code}) : ''} should be ${err.message}${err.code ? (${err.code}) : ''}.

@bwieger-atlassian-com bwieger-atlassian-com changed the title Change to ensure compatibility across OS's AXON-1642 - Change to ensure compatibility across OS's Dec 5, 2025
@bwieger-atlassian-com bwieger-atlassian-com changed the title AXON-1642 - Change to ensure compatibility across OS's AXON-1642 - Change to ensure compatibility across OS's & Shells Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants