Is it possible to support some kind of runtime plugin

Just like vscode for web, plug-ins can run in other threads through web workers in the web, which is very useful for some local tools, known including

  1. stable diffusion webui api, stable diffusion exposes the api locally, it should be able to be called by https web applications
  2. note tools, many note tools provide web clipper api, which can access and modify notes, it will be useful to integrate their data into chatgpt
  3. Process and provide some data to the chatgpt interface without going to the cloud

Is anyone interested in this idea?

refer to: Web Extensions | Visual Studio Code Extension API