CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.

Home Page:https://commanddash.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

privateAPI access via Dart extension failing

samyakkkk opened this issue · comments

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

all dependency on dart extension is now removed.