This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed get_post_details for subreddits with underscores and now returns nested comments as a tree.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Nested comments are returned as a hierarchical tree structure Nested comments are returned as a hierarchical tree structure Source: granite4.1:30b@2026-05-26-audit Confidence: low |
— |
| Bugfix | Medium |
`get_post_details` now correctly handles subreddits with underscores `get_post_details` now correctly handles subreddits with underscores Source: llm_adapter@2026-05-26 Confidence: high |
— |
Full changelog
Bug Fixes
get_post_details now works for subreddits with underscores
Subreddits like `r/AI_Agents`, `r/web_design`, `r/game_development` were returning `"r/AI does not exist"` due to `.split('_')` splitting on every underscore instead of the last one. Fixed to always split at the last underscore since Reddit post IDs are base36 and never contain underscores.
Nested comments now returned as a tree
`comment_depth` was being sent to Reddit correctly but the replies were silently dropped — you'd get the same output whether `comment_depth` was 1 or 10. Now each comment in `top_comments` has a `replies[]` array with its nested children:
- `max_top_comments` controls breadth — how many root-level threads
- `comment_depth` controls depth — how deep each thread goes
Upgrade
```bash
npx reddit-mcp-buddy@latest
```
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About karanb192/reddit-mcp-buddy
Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.
Related context
Beta — feedback welcome: [email protected]