Rovo Dev process terminated with exit code 1.
Please start a new chat session to continue.
The terminal process "c:\Users\XXXXX\AppData\Roaming\Code\User\workspaceStorage\e77878cf2b8b0301d516684ff0d98818\atlassian.atlascode\atlascode-rovodev-bin\0.12.10\atlassian_cli_rovodev.exe 'serve', '40000', '--xid', 'rovodev-ide-vscode', '--site-url', 'https://XXX.atlassian.net', '--respect-configured-permissions'" terminated with exit code: 1.
I think this issue stemmed from the rovodev account not being linked to Jira. I resolved it by creating a Jira account from the rovodev website, then logging out and logging back in with the rovodev account in VS Code. This worked for me, and hopefully it will solve the problem for others as well.
@prudhviranga.chitturi That error usually shows up when the rovodev process can’t start cleanly in VS Code—most often from a corrupted local .rovodev cache or a permission conflict. Try closing VS Code, deleting the .rovodev folder under your user profile, then relaunching the plugin so it rebuilds. If it keeps exiting with code 1, re-auth in the plugin and verify the site URL is correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For what it's worth, aslo seeing this on WSL in windows 11:
The terminal process "/home/<user>/.vscode-server/data/User/workspaceStorage/dc3d8ac76c4e74203d9c504da45f668a/atlassian.atlascode/atlascode-rovodev-bin/0.12.16/atlassian_cli_rovodev 'serve', '40000', '--xid', 'rovodev-ide-vscode', '--site-url', 'https://<corp>.atlassian.net', '--respect-configured-permissions'" terminated with exit code: 1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here - "Rovo Dev process terminated with exit code 1" with a fresh VSCode extension installation and API key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I encountered the same thing, but I was able to run the agent manually by copying CLI command, removing the commas (","), and pasting it into a terminal. e.g.
c:\Users\XXXXX\AppData\Roaming\Code\User\workspaceStorage\e77878cf2b8b0301d516684ff0d98818\atlassian.atlascode\atlascode-rovodev-bin\0.12.10\atlassian_cli_rovodev.exe 'serve' '40000' '--xid', 'rovodev-ide-vscode' '--site-url' 'https://XXX.atlassian.net' '--respect-configured-permissions'
So, the issue appears to be a broken integration with VS Code
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same problem on apple silicon mac, This removal of the commas worked for me too.
VS Code extension version: 4.1.48
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.