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

privateAPI access via Dart extension failing #280

Closed samyakkkk closed 1 week ago

samyakkkk commented 1 month ago

What version are you using?

v0.3.91

What happened?

ERR (Extension Host] The Dart extension did not provide an exported API. Maybe it failed to activate or is not the latest version?
Log. ts: 441
• • [Extension Host] The Dart extension did not provide an exported API. Maybe it failed to activate or is not the latest version?
• • Activating extension
mainThreadExtensionService. ts: 113
WelltestedAI. fluttergpt failed: Cannot read properties of undefined (reading ' privatepi').

Steps to reproduce

Happened with a user who installed the latest version. I'm unable to reproduce. 

The simple solution is to get rid of the dependency on the Dart Analyzer. we have to do it anyways in order to support other programming languages as well.

Supporting info to reproduce

No response

Relevant log output

No response

samyakkkk commented 1 week ago

all dependency on dart extension is now removed.