Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DroidRun v0.3.6 - Stability _ Insights Release source code.tar.gz | 2025-09-12 | 2.3 MB | |
DroidRun v0.3.6 - Stability _ Insights Release source code.zip | 2025-09-12 | 2.4 MB | |
README.md | 2025-09-12 | 2.4 kB | |
Totals: 3 Items | 4.7 MB | 0 |
TL;DR: This release focuses on making DroidRun more reliable and observable. We've resolved pesky dependency issues, added comprehensive token usage tracking for better cost management, and significantly improved the stability of communication between DroidRun Portal and CLI.
โจ What's New & Improved
๐ง Enhanced Reliability
- Fixed dependency resolution issues - No more installation headaches! The setup process is now smoother and more predictable
- Stabilized TCP communication - Communication between DroidRun Portal and CLI is now more robust, resolving screenshot issues and improving overall reliability
๐ Better Observability
- Token usage tracking - Get detailed insights into your LLM token consumption with per-request tracking data available in LLM events
- Accessibility tree recording - Enhanced debugging capabilities with a11y_tree data captured during execution
What's Changed
- Fix droidrun installation step by @sanjarcode in https://github.com/droidrun/droidrun/pull/132
- Record the a11y_tree during execution by @Silung in https://github.com/droidrun/droidrun/pull/130
- Integrating Token Count to save_trajectory json output by @HemantKumar01 in https://github.com/droidrun/droidrun/pull/142
- Sync with main and Resolve conflict in trajectory.py (and fixed a minor type issue) by @HemantKumar01 in https://github.com/droidrun/droidrun/pull/143
- Revert
save_trajectories
andsave_trajectory
tostr
by @HemantKumar01 in https://github.com/droidrun/droidrun/pull/144 - feat: track_usage utility by @Timo972 in https://github.com/droidrun/droidrun/pull/107
- fix: when use tcp, get_a11y_tree return not equal by @hanxi in https://github.com/droidrun/droidrun/pull/145
- fix: back keycode is 4 by @hanxi in https://github.com/droidrun/droidrun/pull/146
- refactor: replace global token tracking with per request tracking by @Timo972 in https://github.com/droidrun/droidrun/pull/160
๐ New Contributors
- @sanjarcode made their first contribution in https://github.com/droidrun/droidrun/pull/132
- @HemantKumar01 made their first contribution in https://github.com/droidrun/droidrun/pull/142
- @hanxi made their first contribution in https://github.com/droidrun/droidrun/pull/145
Welcome to the DroidRun community! ๐
Full Changelog: https://github.com/droidrun/droidrun/compare/v0.3.5...v0.3.6