Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Aug 25, 2025

The build was broken by this dynamic import: https://github.com/RooCodeInc/Roo-Code/actions/runs/17216366139/job/48840854137


Important

Fix build error in qwen-code.ts by changing dynamic import to static import and refactoring getModel() function.

  • Imports:
    • Change dynamic import of qwenCodeModels and qwenCodeDefaultModelId to static import in qwen-code.ts.
  • Functions:
    • Refactor getModel() in QwenCodeHandler to use statically imported qwenCodeModels and qwenCodeDefaultModelId.

This description was created by Ellipsis for 0024d14. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested review from jr and mrubens as code owners August 25, 2025 19:12
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Aug 25, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

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

Thank you for fixing the build error! The change from dynamic import to static import correctly resolves the issue. I've left a couple of minor suggestions for consideration.

@cte cte merged commit c7d2b72 into main Aug 25, 2025
18 checks passed
@cte cte deleted the cte/fix-build-error branch August 25, 2025 19:19
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 25, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 25, 2025
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants