You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post-merge cleanup: remove dead DartBridgeRAG references in runanywhere.dart
The #462 merge re-introduced inline RAG wrapper methods in
runanywhere.dart that call DartBridgeRAG.shared.* (from the old RAG
implementation). These classes no longer exist on main — RAG was
refactored into the RunAnywhereRAG extension in
lib/public/extensions/runanywhere_rag.dart (async variants with event
publishing).
Deleted the orphaned inline wrappers; downstream consumers should call
the extension methods directly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments