Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 0461b40

Browse files
Update changelog for sdk-py v0.0.100 (#216)
- Add v0.0.100 entry with Discord interface breaking change - Document method rename from discord_message() to discord() - Follow Callout component format with release date Co-Authored-By: unknown <> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent e98bef1 commit 0461b40

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

content/Changelog/sdk-py.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ import { Callout } from 'fumadocs-ui/components/callout';
77

88
This page documents the release history of the [Agentuity Python SDK](https://github.com/agentuity/sdk-py).
99

10+
## v0.0.100
11+
12+
<Callout type="info">
13+
Released: June 30, 2025
14+
</Callout>
15+
16+
**Changes:**
17+
- **Changed:** Shortened Discord interface method name from `discord_message()` to `discord()` for improved usability
18+
19+
### ⚠️ Breaking Changes
20+
21+
The Discord interface method has been renamed from `discord_message()` to `discord()`. Update your code to use the new method name:
22+
23+
```diff
24+
- message = await req.data.discord_message()
25+
+ message = await req.data.discord()
26+
```
27+
1028
## v0.0.98
1129

1230
<Callout type="info">

0 commit comments

Comments
 (0)