vscode-db2i icon indicating copy to clipboard operation
vscode-db2i copied to clipboard

Chat AI

Open worksofliam opened this issue 8 months ago • 18 comments

  • [x] merge missing changes from main
  • [x] update vscode requirement to 1.90 in package.json
  • [ ] finalise db2i chat commands
    • [ ] liam to cleanup build
      • [ ] add support for schema.name
    • [ ] both to review activity
    • [ ] adam to work on self command
  • [x] create VS Code setting to swap between many models
    • [x] somehow integrate ollama?
      • [x] https://github.com/ollama/ollama/blob/main/docs/api.md
      • [x] https://www.npmjs.com/package/ollama
    • [x] shim lm.sendChatRequest so we can add our own models (e.g. calling Ollama)
      • [ ] https://github.com/microsoft/vscode/issues/206265#issuecomment-2181192864
      • [ ] add more ollama settings (like url+port, etc)
  • [ ] wait for chat API to be available upstream

worksofliam avatar Jun 20 '24 18:06 worksofliam