0.35.0 beta #592
intitni
announced in
Announcements
0.35.0 beta
#592
Replies: 1 comment 2 replies
-
The new chat is unresponsive, while the legacy chat functions normally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adds a new chat tab to replace the old one. The old chat tab will not be converted to the new one automatically, so you will need to manually start a new chat.
The new things are:
New UI
New context picker that allows you to better control the context of the chat.
You can add context by clicking the
+
button and remove context by clicking thex
button. You can still use@
to add a scope to the context, we will improve this part in the later betas.Updated prompt format to better utilize prompt caching from OpenAI and Claude.
Apply button on the code block to apply the suggestions to the target file or the current file. The chat will also prompt the chat models to indicates the target file of a code block. (The implementation is still in progress, so it may not work as expected and may take some time to complete.)
In this example, clicking the apply button will generate the new file content with the suggestion for the file
Contents.swift
. The new content will be presented in the modification window.You can send multiple message at the same time withot waiting for the response.
The custom command will behave differently now. The
extra system prompt
will now be injected into the context as atopic
.Topic
s will be put into the system prompt.This discussion was created from the release 0.35.0 beta.
Beta Was this translation helpful? Give feedback.
All reactions