CommandDash / commanddash

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

[Feat]: Remove @google/generative-ai dependency #304

Closed samyakkkk closed 4 days ago

samyakkkk commented 2 weeks ago

Describe the problem and solution that you'd like.

Remove dependency on @google/generative-ai and revert back the engines to

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

Also test on the above VSCode version to make sure everything is in order.

Describe alternatives that you have considered.

No response

Additional Information

No response

Acceptance Criteria

No response