Skip to content

Conversation

@cyrus2281
Copy link
Collaborator

What is the purpose of this change?

Update the module import paths in VS Code launch configurations to use relative imports instead of absolute imports, making the project more modular and development environment more flexible.

How is this accomplished?

  • fix: update module path in launch configurations to use relative import
    • Changed all module paths from solace_agent_mesh.cli.main to cli.main in the launch.json file

Anything reviews should focus on/be aware of?

Ensure this change doesn't break any local development environments. The relative imports should work as long as the Python module resolution is properly set up.

@cyrus2281 cyrus2281 self-assigned this Jan 7, 2026
@cyrus2281 cyrus2281 requested a review from efunneko January 7, 2026 13:18
@sonarqube-solacecloud
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@enavitan enavitan self-requested a review January 7, 2026 15:35
@enavitan enavitan self-requested a review January 7, 2026 15:36
Copy link
Contributor

@enavitan enavitan left a comment

Choose a reason for hiding this comment

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

changes looks good, however jira task points to a diff description, mind pls addressing it.

@cyrus2281 cyrus2281 merged commit 6ff3597 into main Jan 7, 2026
19 of 22 checks passed
@cyrus2281 cyrus2281 deleted the cyrus/DATAGO-118652/launch branch January 7, 2026 15:39
@cyrus2281 cyrus2281 changed the title fix(DATAGO-118652): update module path in launch configurations to use relative import chore: update module path in launch configurations to use relative import Jan 7, 2026
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.

3 participants