Skip to content

Commit 77c4e1a

Browse files
committed
icon
1 parent 99bbebc commit 77c4e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/agents/2025-03-18-npm-i-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import npmAgentsAnimated from "~/assets/images/agents/npm-i-agents.apng"
1515

1616
#### `agents-sdk` -> `agents` <Badge text="Updated" variant="tip" size="small" />
1717

18-
**We've renamed the Agents package to `agents`**!
18+
📝 **We've renamed the Agents package to `agents`**!
1919

2020
If you've already been building with the Agents SDK, you can update your dependencies to use the new package name, and replace references to `agents-sdk` with `agents`:
2121

@@ -35,7 +35,7 @@ grep -r 'agents-sdk' .
3535
sed -i 's/agents-sdk/agents/g' $(grep -rl 'agents-sdk' .)
3636
```
3737

38-
Future updates will be pushed to the new `agents` package, and the older package will be marked as deprecated.
38+
All future updates will be pushed to the new `agents` package, and the older package has been marked as deprecated.
3939

4040
#### Agents SDK updates <Badge text="New" variant="tip" size="small" />
4141

0 commit comments

Comments
 (0)