Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ For details about the technology stack upgrades, refer to [Technology Stack](/te

<TabsWrapper>
<TabItem name="Features">
<Accordian title="Platform" />
<Accordian title="Platform">
- ### Cancel a running conversation in AI chat

You can now cancel an AI chat conversation while it's in progress, letting the agent finish whatever it's currently doing — generating a response, running a tool, or delegating to a sub-agent — before stopping.

- ### Edit a previously sent prompt in AI chat

You can now edit a prompt you've already sent in an AI chat conversation and resubmit it, replacing all messages, agent actions, and file changes made after that point, along with any images or chat suggestions carried over from the original prompt.
</Accordian>
</TabItem>

<TabItem name="Enhancements">
Expand Down