feat(dart): add getter methods and bump version to 0.1.49#122
Conversation
- Add getUserId() and getPersistentMemory() getter methods to RunAgentClient - Bump version from 0.1.43 to 0.1.49 in pubspec.yaml - Update user-agent string to runagent-dart/0.1.49 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe RunAgentClient API is extended with two new public getter methods ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Summary
getUserId()andgetPersistentMemory()getter methods toRunAgentClient, matching the pattern of existing getters (getAgentId(),getEntrypointTag(),getExtraParams())0.1.43to0.1.49to align with Python/TS/Rust SDKsrunagent-dart/0.1.0torunagent-dart/0.1.49Test plan
getUserId()returns the configured user IDgetPersistentMemory()returns the configured persistent memory flag0.1.49in outgoing requestsdart analyzeto confirm no regressions🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores