Skip to content

Conversation

@tiye
Copy link
Member

@tiye tiye commented Apr 6, 2025

No description provided.

@tiye tiye requested review from a team and Copilot April 6, 2025 09:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 9 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • .npmignore: Language not supported
  • calcit.cirru: Language not supported
  • compact.cirru: Language not supported
  • package.json: Language not supported
Comments suppressed due to low confidence (1)

src/main.mts:24

  • The call to getGenerativeModel passes multiple configuration objects separately. Ensure that the API expects separate objects; otherwise, merge the configurations into a single object.
{ baseUrl: "https://sf.chenyong.life" }

@@ -0,0 +1,3 @@
#!/usr/bin/env node

import "./lib/main.mjs";
Copy link

Copilot AI Apr 6, 2025

Choose a reason for hiding this comment

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

The import path in bin.mjs points to './lib/main.mjs' while the main module is defined in 'src/main.mts'. Update the import path to correctly reference the intended module.

Suggested change
import "./lib/main.mjs";
import "../src/main.mts";

Copilot uses AI. Check for mistakes.
@NoEgAm NoEgAm merged commit c5bfe99 into main Apr 10, 2025
1 check passed
@NoEgAm NoEgAm deleted the nodejs branch April 10, 2025 13:14
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