- Add device/session/step DB persistence in server agent loop - Add goal preprocessor for compound goals (e.g., "open YouTube and search X") - Add step-level logging to agent loop - Fix dashboard WebSocket auth (direct DB token lookup instead of auth.api) - Fix web layout to use locals.session.token instead of cookie - Add dashboard-ws.svelte.ts WebSocket store with auto-reconnect - Rewrite devices page with direct DB queries and real-time updates - Add device detail page with live step display and session history - Add Android companion app resources, themes, and screen capture consent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
551 B
XML
19 lines
551 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
Sample data extraction rules file; uncomment and customize as necessary.
|
|
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
|
|
for details.
|
|
-->
|
|
<data-extraction-rules>
|
|
<cloud-backup>
|
|
<!-- TODO: Use <include> and <exclude> to control what is backed up.
|
|
<include .../>
|
|
<exclude .../>
|
|
-->
|
|
</cloud-backup>
|
|
<!--
|
|
<device-transfer>
|
|
<include .../>
|
|
<exclude .../>
|
|
</device-transfer>
|
|
-->
|
|
</data-extraction-rules> |