Skip to content
Open
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
22 changes: 19 additions & 3 deletions docs/release-notes/release-version-1/version-1-0-x/1.0.0-beta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,35 @@ For details about the technology stack upgrades, refer to [Technology Stack](/te

<TabsWrapper>
<TabItem name="Features">
<Accordian title="Platform" />
<Accordian title="Platform">
- ### Suggested next actions in AI chat <Pill type="web" />

AI Chat now surfaces relevant next actions at the end of a conversation, enabling users to quickly continue workflows, take follow-up actions, and maintain momentum without manually determining the next step.
</Accordian>
</TabItem>

<TabItem name="Enhancements">
<Accordian title="Platform" />
<Accordian title="Platform">
- ### Enhanced context discovery and selection in AI assistant input <Pill type="web" />

Typing @ now directly opens context suggestions with grouped categories and improved filtering, making it faster to find and insert relevant context without navigating multiple trigger levels.

- ### Enhanced change tracking and agent activity visibility in AI chat <Pill type="web" />

Redesigned the changes section, improved visibility of available updates, and introduced clearer agent activity and execution status indicators to provide better insight into AI-generated actions and progress.
</Accordian>
</TabItem>

<TabItem name="Bug Fixes">
<Accordian title="User Interface" />

<Accordian title="Backend" />

<Accordian title="Platform" />
<Accordian title="Platform">
- ### Context suggestion filtering and placement fixes <Pill type="web" />

Fixed issues that prevented context suggestions from filtering correctly after pasting input and caused selected suggestions to appear in the wrong location after selection.
</Accordian>
</TabItem>
</TabsWrapper>

Expand Down