CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.
https://commanddash.io
Apache License 2.0
287 stars 46 forks source link

[Feat]: Remove the generative-ai-js dependency #293

Closed samyakkkk closed 3 months ago

samyakkkk commented 3 months ago

Describe the problem and solution that you'd like.

Replace the generative AI JS dependency and make a curl request instead. This will allow us to revert to

  "engines": {
    "vscode": "^1.77.0"
  },

in package.json and allow users to use the latest version.

Describe alternatives that you have considered.

No response

Additional Information

No response

Acceptance Criteria

No response

samyakkkk commented 3 months ago

PRO Tip: Use gemini agent to make the migration.