Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
no double import
  • Loading branch information
Howon Lee committed Mar 12, 2025
commit b87120880a11f3dd351059641791401ae876b2e6
7 changes: 3 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ sidebar_label: Changelog
description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---
```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
```

## March 12, 2025

### Mult-Step Agent Chat

```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />
```

Expand All @@ -22,8 +23,6 @@ We're excited to announce that CodeRabbit chat can now do agentic planning on Gi
### Docstrings

```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />
```

Expand Down
Loading