intitni / CopilotForXcode

The missing GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension
https://copilotforxcode.intii.com
MIT License
7.62k stars 372 forks source link

[Enhancement]: Chat Model per Tab #537

Closed cliffordh closed 3 months ago

cliffordh commented 3 months ago

Before Requesting

What feature do you want?

I would like to specify the chat model to use when creating a new tab in the chat panel. This would allow me to have specific tabs for specific types of requests that are tuned for a given model, e.g., translation, writing documentation, coding, etc. and maintain the context for each type of interaction separately.

intitni commented 3 months ago

You can already do that by right-clicking the title or each tab to open a context menu. You can change the chat model, temperature and scopes for each tab.

When you use multiple chat tabs, you may find a bug that you can only scroll up in the first chat tab. It will be fixed in the coming release this weekend.

cliffordh commented 3 months ago

Thank you!