希望能为IDE提供HTTP/SSE服务功能,供外部调用

Problem

Codex或opencode等IDE均支持本地提供HTTP服务的功能,可以在外部轻松通过HTTP/SSE请求调用目标环境的大模型,便于一些自动化处理。希望qoder也能支持

Solution

比如加入一个命令参数类似 “—serve”,则代表仅启用HTTP/SSE服务,其他人能像调用opencode或调用ollama那样直接使用qoder里的模型的能力。注意这里提供外部(web)访问而不是命令行,是必要的

Use Case

没有这个功能导致无法做自动化相关操作

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info

(Optional: screenshots, examples, links)