|
15713
|
NULL
|
0
|
2026-04-14T14:58:10.665898+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776178690665_m2.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT app_name, COUNT(*) as frames
FROM frames
GROUP BY app_name
ORDER BY frames DESC
LIMIT 15;"
|6198
Boosteroid|3593
Firefox|2008
iTerm2|1197
PhpStorm|974
Slack|387
Claude|322
Dia|171
Code|155
Finder|125
Alfred|67
System Settings|59
Activity Monitor|45
Orion|43
CleanShot X|42
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
app_name,
COUNT(*) as rows,
AVG(LENGTH(text)) as avg_text_len,
SUM(LENGTH(text))/1024/1024 as total_mb
FROM ocr_text
JOIN frames ON ocr_text.frame_id = frames.id
GROUP BY app_name
ORDER BY total_mb DESC
LIMIT 15;"
Error: in prepare, ambiguous column name: app_name
SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len,
^--- error here
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
f.app_name,
COUNT(*) as rows,
AVG(LENGTH(o.text)) as avg_text_len,
SUM(LENGTH(o.text))/1024/1024 as total_mb
FROM ocr_text o
JOIN frames f ON o.frame_id = f.id
GROUP BY f.app_name
ORDER BY total_mb DESC
LIMIT 15;"
|6206|2989.91637125363|17
Boosteroid|3593|1169.43362092959|4
Slack|387|3164.1834625323|1
PhpStorm|299|3867.36454849498|1
Firefox|366|3405.68852459016|1
iTerm2|10|2601.1|0
UserNotificationCenter|1|664.0|0
Tailscale|2|3256.5|0
Raycast|2|1539.5|0
QuickTime Player|15|3574.33333333333|0
Preview|1|2829.0|0
Finder|38|2407.44736842105|0
Dia|63|2062.65079365079|0
CoreServicesUIAgent|1|1962.0|0
Control Centre|12|4385.83333333333|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT app_name, COUNT(*) as frames\nFROM frames\nGROUP BY app_name\nORDER BY frames DESC\nLIMIT 15;\"\n|6198\nBoosteroid|3593\nFirefox|2008\niTerm2|1197\nPhpStorm|974\nSlack|387\nClaude|322\nDia|171\nCode|155\nFinder|125\nAlfred|67\nSystem Settings|59\nActivity Monitor|45\nOrion|43\nCleanShot X|42\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n app_name,\n COUNT(*) as rows,\n AVG(LENGTH(text)) as avg_text_len,\n SUM(LENGTH(text))/1024/1024 as total_mb\nFROM ocr_text\nJOIN frames ON ocr_text.frame_id = frames.id\nGROUP BY app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\nError: in prepare, ambiguous column name: app_name\n SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len, \n ^--- error here\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n f.app_name,\n COUNT(*) as rows,\n AVG(LENGTH(o.text)) as avg_text_len,\n SUM(LENGTH(o.text))/1024/1024 as total_mb\nFROM ocr_text o\nJOIN frames f ON o.frame_id = f.id\nGROUP BY f.app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\n|6206|2989.91637125363|17\nBoosteroid|3593|1169.43362092959|4\nSlack|387|3164.1834625323|1\nPhpStorm|299|3867.36454849498|1\nFirefox|366|3405.68852459016|1\niTerm2|10|2601.1|0\nUserNotificationCenter|1|664.0|0\nTailscale|2|3256.5|0\nRaycast|2|1539.5|0\nQuickTime Player|15|3574.33333333333|0\nPreview|1|2829.0|0\nFinder|38|2407.44736842105|0\nDia|63|2062.65079365079|0\nCoreServicesUIAgent|1|1962.0|0\nControl Centre|12|4385.83333333333|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT app_name, COUNT(*) as frames\nFROM frames\nGROUP BY app_name\nORDER BY frames DESC\nLIMIT 15;\"\n|6198\nBoosteroid|3593\nFirefox|2008\niTerm2|1197\nPhpStorm|974\nSlack|387\nClaude|322\nDia|171\nCode|155\nFinder|125\nAlfred|67\nSystem Settings|59\nActivity Monitor|45\nOrion|43\nCleanShot X|42\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n app_name,\n COUNT(*) as rows,\n AVG(LENGTH(text)) as avg_text_len,\n SUM(LENGTH(text))/1024/1024 as total_mb\nFROM ocr_text\nJOIN frames ON ocr_text.frame_id = frames.id\nGROUP BY app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\nError: in prepare, ambiguous column name: app_name\n SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len, \n ^--- error here\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n f.app_name,\n COUNT(*) as rows,\n AVG(LENGTH(o.text)) as avg_text_len,\n SUM(LENGTH(o.text))/1024/1024 as total_mb\nFROM ocr_text o\nJOIN frames f ON o.frame_id = f.id\nGROUP BY f.app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\n|6206|2989.91637125363|17\nBoosteroid|3593|1169.43362092959|4\nSlack|387|3164.1834625323|1\nPhpStorm|299|3867.36454849498|1\nFirefox|366|3405.68852459016|1\niTerm2|10|2601.1|0\nUserNotificationCenter|1|664.0|0\nTailscale|2|3256.5|0\nRaycast|2|1539.5|0\nQuickTime Player|15|3574.33333333333|0\nPreview|1|2829.0|0\nFinder|38|2407.44736842105|0\nDia|63|2062.65079365079|0\nCoreServicesUIAgent|1|1962.0|0\nControl Centre|12|4385.83333333333|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.23320313,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.23554687,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.30234376,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.3046875,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.37148437,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.3738281,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"ec2-user@ip-10-30-93-249:~ (nc)","depth":2,"bounds":{"left":0.440625,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.44296876,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5097656,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.5121094,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.57890624,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.58125,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.64804685,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.6503906,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Unable to access screenpipe activity data (claude)","depth":2,"bounds":{"left":0.7171875,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.71953124,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.7703125,"top":1.0,"width":0.021875,"height":-0.02013886},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.5078125,"top":1.0,"width":0.012890625,"height":-0.020833373},"role_description":"text"}]...
|
-4948869735802210230
|
-4302699254521464269
|
visual_change
|
accessibility
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT app_name, COUNT(*) as frames
FROM frames
GROUP BY app_name
ORDER BY frames DESC
LIMIT 15;"
|6198
Boosteroid|3593
Firefox|2008
iTerm2|1197
PhpStorm|974
Slack|387
Claude|322
Dia|171
Code|155
Finder|125
Alfred|67
System Settings|59
Activity Monitor|45
Orion|43
CleanShot X|42
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
app_name,
COUNT(*) as rows,
AVG(LENGTH(text)) as avg_text_len,
SUM(LENGTH(text))/1024/1024 as total_mb
FROM ocr_text
JOIN frames ON ocr_text.frame_id = frames.id
GROUP BY app_name
ORDER BY total_mb DESC
LIMIT 15;"
Error: in prepare, ambiguous column name: app_name
SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len,
^--- error here
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
f.app_name,
COUNT(*) as rows,
AVG(LENGTH(o.text)) as avg_text_len,
SUM(LENGTH(o.text))/1024/1024 as total_mb
FROM ocr_text o
JOIN frames f ON o.frame_id = f.id
GROUP BY f.app_name
ORDER BY total_mb DESC
LIMIT 15;"
|6206|2989.91637125363|17
Boosteroid|3593|1169.43362092959|4
Slack|387|3164.1834625323|1
PhpStorm|299|3867.36454849498|1
Firefox|366|3405.68852459016|1
iTerm2|10|2601.1|0
UserNotificationCenter|1|664.0|0
Tailscale|2|3256.5|0
Raycast|2|1539.5|0
QuickTime Player|15|3574.33333333333|0
Preview|1|2829.0|0
Finder|38|2407.44736842105|0
Dia|63|2062.65079365079|0
CoreServicesUIAgent|1|1962.0|0
Control Centre|12|4385.83333333333|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
15711
|
|
15895
|
NULL
|
0
|
2026-04-14T15:02:02.584890+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776178922584_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
10012110020010/15toDark Age--Villager Created--Hou 10012110020010/15toDark Age--Villager Created--House Built--Town Center0/157 3/5kovalfklukas (Britons)Creating 27%Villager2400/24008 Vortigern: 265/2655 Urus Khan: 264/2644 Afonso de Albuquerque: 264/2643 Anawrahta: 264/2642 Zhu Di: 264/2646 John the Blind: 259/2597 Humayun: 258/2581 kovaliklukas: 248/248...
|
NULL
|
-517269441882454232
|
NULL
|
visual_change
|
ocr
|
NULL
|
10012110020010/15toDark Age--Villager Created--Hou 10012110020010/15toDark Age--Villager Created--House Built--Town Center0/157 3/5kovalfklukas (Britons)Creating 27%Villager2400/24008 Vortigern: 265/2655 Urus Khan: 264/2644 Afonso de Albuquerque: 264/2643 Anawrahta: 264/2642 Zhu Di: 264/2646 John the Blind: 259/2597 Humayun: 258/2581 kovaliklukas: 248/248...
|
15894
|
|
15929
|
NULL
|
0
|
2026-04-14T15:02:40.246478+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776178960246_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowH iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lolRetro - Platform - 13 m leftA-zshDOCKER• 881DEV (-zsh)O 82APP (-zsh)ec2-user@ip-10-... O 884System SettingsI59Activity MonitorI45OrionI43CleanShot XI42lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/ screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECTapp_name,COUNT(*) as rows,AVG(LENGTH(text)) as avg_text_len,SUM(LENGTH(text))/1024/1024 as total_mbFROM ocr_textJOIN frames ON ocr_text.frame_id = frames.idGROUP BY app_nameORDER BY total_mb DESCLIMIT 15;"Error: in prepare, ambiguous column name: app_nameSELECTapp_name,COUNT(*) as rows,AeeeAVG(LENGTH(text)) as avg_text_len,error hereLukas®Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECTf.app_name,COUNT(*) as rows,AVG(LENGTH(o.text)) as avg_text_len,SUMCLENGTH(o.text))/1024/1024 as total_mbFROM ocr_text oJOIN frames f ON o. frame_id = f.idGROUP BY f.app_nameORDER BY total_mb DESCLIMIT 15;"16206|2989.91637125363117Boosteroid 3593|1169.4336209295914Slack 38713164.1834625323|1PhpStorm|29913867.36454849498|1FirefoxI36613405.68852459016|1iTerm2|10|2601.110UserNotificationCenter|11664.010Tailscalel213256.510Raycast|2|1539.510QuickTime Player|1513574.3333333333310Preview|112829.010Finder|3812407.4473684210510Dial6312062.6507936507910CoreServicesUIAgent|1|1962.010Control Centrel1214385.8333333333310lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $-zsh-zsh86-zsh100% <47Tue 14 Apr 18:02:40T810 87* Unable to acce...O x8...
|
NULL
|
-5511699426735528082
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowH iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lolRetro - Platform - 13 m leftA-zshDOCKER• 881DEV (-zsh)O 82APP (-zsh)ec2-user@ip-10-... O 884System SettingsI59Activity MonitorI45OrionI43CleanShot XI42lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/ screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECTapp_name,COUNT(*) as rows,AVG(LENGTH(text)) as avg_text_len,SUM(LENGTH(text))/1024/1024 as total_mbFROM ocr_textJOIN frames ON ocr_text.frame_id = frames.idGROUP BY app_nameORDER BY total_mb DESCLIMIT 15;"Error: in prepare, ambiguous column name: app_nameSELECTapp_name,COUNT(*) as rows,AeeeAVG(LENGTH(text)) as avg_text_len,error hereLukas®Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECTf.app_name,COUNT(*) as rows,AVG(LENGTH(o.text)) as avg_text_len,SUMCLENGTH(o.text))/1024/1024 as total_mbFROM ocr_text oJOIN frames f ON o. frame_id = f.idGROUP BY f.app_nameORDER BY total_mb DESCLIMIT 15;"16206|2989.91637125363117Boosteroid 3593|1169.4336209295914Slack 38713164.1834625323|1PhpStorm|29913867.36454849498|1FirefoxI36613405.68852459016|1iTerm2|10|2601.110UserNotificationCenter|11664.010Tailscalel213256.510Raycast|2|1539.510QuickTime Player|1513574.3333333333310Preview|112829.010Finder|3812407.4473684210510Dial6312062.6507936507910CoreServicesUIAgent|1|1962.010Control Centrel1214385.8333333333310lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $-zsh-zsh86-zsh100% <47Tue 14 Apr 18:02:40T810 87* Unable to acce...O x8...
|
15927
|
|
15955
|
NULL
|
0
|
2026-04-14T15:03:26.805796+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179006805_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→CSearch Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# general42MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~W 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:Message #general+Aa+NewRetro - Platform • 12 m leftActivity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceNotion Helper (Renderer)Firefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,00 GB1,18 GB997,1 MB885,0 MB774,1 MB760,0 MB733,9 MB719,3 MB636,2 MB604,1 MB591,4 MB550,7 MB547,2 MB541,7 MB533,9 MB484,2 MB475,0 MB453,7 MB417,0 MB385,8 MB382,9 MB371,9 MB371,5 MB341,3 MB335,7 MB321,1 MB284,6 MB276.4 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 18:03:26CPUMemoryDiskThreads382422823074242515122127261628232325282424262824232513EnergyPorts60112416 15194412771112212616 41917216833423023719312912011812312912112212412512412012272PID248351470040714664600358014500478484984226548248431148801914673242737087349623340701479128246508912893113343710951120232249278005091016,00 GB14,06 GB <1,87 GB3,76 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,95 GB3,04 GB5,52 GB...
|
NULL
|
1625228117597979661
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→CSearch Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# general42MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~W 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:Message #general+Aa+NewRetro - Platform • 12 m leftActivity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceNotion Helper (Renderer)Firefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,00 GB1,18 GB997,1 MB885,0 MB774,1 MB760,0 MB733,9 MB719,3 MB636,2 MB604,1 MB591,4 MB550,7 MB547,2 MB541,7 MB533,9 MB484,2 MB475,0 MB453,7 MB417,0 MB385,8 MB382,9 MB371,9 MB371,5 MB341,3 MB335,7 MB321,1 MB284,6 MB276.4 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 18:03:26CPUMemoryDiskThreads382422823074242515122127261628232325282424262824232513EnergyPorts60112416 15194412771112212616 41917216833423023719312912011812312912112212412512412012272PID248351470040714664600358014500478484984226548248431148801914673242737087349623340701479128246508912893113343710951120232249278005091016,00 GB14,06 GB <1,87 GB3,76 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,95 GB3,04 GB5,52 GB...
|
NULL
|
|
15956
|
NULL
|
0
|
2026-04-14T15:03:26.815393+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179006815_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
20410020012/25Dark AgeCreate Villager (Cost: 50 g) 20410020012/25Dark AgeCreate Villager (Cost: 50 g)Gathers resources. Builds and repairsbuildings. Also repairs Ships and SiegeWeapons.Upgrades: HP, ar mor, efficiency (TownCenter); wood resource-gathering (LumberCamp); stone, gold resource-gathering(Mining Camp); build speed (University);attack (Castle); more resistant to Monks(Monastery).-25 X 3906060(Hotkey: Q)Town Center0/157 3/5kovalfklukas (Britons))Creating 75%Villager2400/24002 Zhu Di: 310/3103 Anawrahta: 309/3095 Urus Khan: 307/3078 Vortigern: 301/3014 Afonso de Albuquerque: 301/3017 Humayun: 290/2906 John the Blind: 288/2881 kovaliklukas: 286/286...
|
NULL
|
-1561448028748526182
|
NULL
|
click
|
ocr
|
NULL
|
20410020012/25Dark AgeCreate Villager (Cost: 50 g) 20410020012/25Dark AgeCreate Villager (Cost: 50 g)Gathers resources. Builds and repairsbuildings. Also repairs Ships and SiegeWeapons.Upgrades: HP, ar mor, efficiency (TownCenter); wood resource-gathering (LumberCamp); stone, gold resource-gathering(Mining Camp); build speed (University);attack (Castle); more resistant to Monks(Monastery).-25 X 3906060(Hotkey: Q)Town Center0/157 3/5kovalfklukas (Britons))Creating 75%Villager2400/24002 Zhu Di: 310/3103 Anawrahta: 309/3095 Urus Khan: 307/3078 Vortigern: 301/3014 Afonso de Albuquerque: 301/3017 Humayun: 290/2906 John the Blind: 288/2881 kovaliklukas: 286/286...
|
15954
|
|
16130
|
NULL
|
0
|
2026-04-14T15:08:43.725767+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179323725_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
41047614020022/25Dark Age-Palisade Gate Built--Cli 41047614020022/25Dark Age-Palisade Gate Built--Click a villager to gather wood from this tree.Goatkovalfklukas (Britons))1007/74 Afonso de Albuquerque: 596/5963 Anawrahta: 586/5868 Vortigern: 579/5796 John the Blind: 576/5761 kovaliklukas: 574/5742 Zhu Di: 565/5657 Humayun: 557/5575 Urus Khan: 550/550...
|
NULL
|
8411882178229979689
|
NULL
|
visual_change
|
ocr
|
NULL
|
41047614020022/25Dark Age-Palisade Gate Built--Cli 41047614020022/25Dark Age-Palisade Gate Built--Click a villager to gather wood from this tree.Goatkovalfklukas (Britons))1007/74 Afonso de Albuquerque: 596/5963 Anawrahta: 586/5868 Vortigern: 579/5796 John the Blind: 576/5761 kovaliklukas: 574/5742 Zhu Di: 565/5657 Humayun: 557/5575 Urus Khan: 550/550...
|
16129
|
|
16134
|
NULL
|
0
|
2026-04-14T15:08:48.034163+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179328034_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→CSearch Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# generalDo426 0MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~SD 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:SD1Message #general++NewRetro - Platform - 7 m leftActivity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,00 GB1,18 GB993,7 MB884,2 MB774,9 MB761,0 MB735,9 MB720,0 MB636,2 MB603,7 MB591,5 MB548,6 MB547,2 MB541,7 MB531,5 MB482,9 MB475,0 MB456,8 MB417,5 MB388,0 MB382,9 MB372,1 MB371,9 MB343,3 MB335,4 MB321,1 MB278,6 MB276.4 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 18:08:47CPUMemoryDiskThreads382424803072242515121627262127222526272428232724222413EnergyPorts60212316 14693712670812012516 41217216919323023733312711712112412612112612012412411712072PID248351470040714664600358014500478484984226548248432427380191467311487087349623340701479128246508911334328931710951120232249278005091016,00 GB13,97 GB<2,00 GB3,52 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,47 GB3,00 GB5,93 GB...
|
NULL
|
-9014807906103314172
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→CSearch Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# generalDo426 0MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~SD 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:SD1Message #general++NewRetro - Platform - 7 m leftActivity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,00 GB1,18 GB993,7 MB884,2 MB774,9 MB761,0 MB735,9 MB720,0 MB636,2 MB603,7 MB591,5 MB548,6 MB547,2 MB541,7 MB531,5 MB482,9 MB475,0 MB456,8 MB417,5 MB388,0 MB382,9 MB372,1 MB371,9 MB343,3 MB335,4 MB321,1 MB278,6 MB276.4 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 18:08:47CPUMemoryDiskThreads382424803072242515121627262127222526272428232724222413EnergyPorts60212316 14693712670812012516 41217216919323023733312711712112412612112612012412411712072PID248351470040714664600358014500478484984226548248432427380191467311487087349623340701479128246508911334328931710951120232249278005091016,00 GB13,97 GB<2,00 GB3,52 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,47 GB3,00 GB5,93 GB...
|
NULL
|
|
16135
|
NULL
|
0
|
2026-04-14T15:08:49.469756+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179329469_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
44047614020022/25Dark Age--Palisade Gate Built-Cli 44047614020022/25Dark Age--Palisade Gate Built-Click to select this villager.Hunterkovalfklukas (Britons))25/258 Vortigern: 592/5923 Anawrahta: 592/5924 Afonso de Albuquerque: 590/5906 John the Blind: 579/5791 kovaliklukas: 576/5765 Urus Khan: 571/5712 Zhu Di: 567/5677 Humayun: 561/561...
|
NULL
|
-7715439069777075753
|
NULL
|
click
|
ocr
|
NULL
|
44047614020022/25Dark Age--Palisade Gate Built-Cli 44047614020022/25Dark Age--Palisade Gate Built-Click to select this villager.Hunterkovalfklukas (Britons))25/258 Vortigern: 592/5923 Anawrahta: 592/5924 Afonso de Albuquerque: 590/5906 John the Blind: 579/5791 kovaliklukas: 576/5765 Urus Khan: 571/5712 Zhu Di: 567/5677 Humayun: 561/561...
|
NULL
|
|
16307
|
NULL
|
0
|
2026-04-14T15:13:07.419999+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179587419_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
11310020011/20Dark AgeGame Paused (P)Click to sele 11310020011/20Dark AgeGame Paused (P)Click to select this building.Town Center0/15T 3/5kovalfklukas (Britons))Creating 36%Villager2400/24005 Danylo Kobiakovych: 277/2774 Wen Tianxiang: 277/277Yekuno Amlak: 275/275 607 Vikramaditya I: 274/2746 Prithviraj Chauhan: 271/2713 Mari Djata I: 268/268 68 Ellac the Hun: 265/2651 kovaliklukas: 252/252...
|
NULL
|
8430358704788458486
|
NULL
|
click
|
ocr
|
NULL
|
11310020011/20Dark AgeGame Paused (P)Click to sele 11310020011/20Dark AgeGame Paused (P)Click to select this building.Town Center0/15T 3/5kovalfklukas (Britons))Creating 36%Villager2400/24005 Danylo Kobiakovych: 277/2774 Wen Tianxiang: 277/277Yekuno Amlak: 275/275 607 Vikramaditya I: 274/2746 Prithviraj Chauhan: 271/2713 Mari Djata I: 268/268 68 Ellac the Hun: 265/2651 kovaliklukas: 252/252...
|
NULL
|
|
16345
|
NULL
|
0
|
2026-04-14T15:14:05.188713+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179645188_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
104010020014/25Dark Age--Villager Created-6 Prithv 104010020014/25Dark Age--Villager Created-6 Prithviraj Chauhan: 337/3374 Wen Tianxiang: 329/3298 Ellac the Hun: 326/3267 Vikramaditya I: 318/3185 Danylo Kobiakovych: 317/317Yekuno Amlak: 309/3093 Mari Djata I: 301/301 61 kovaliklukas: 301/301Scout Cavalrykovalfklukas (Britons)T 0/243/43...
|
NULL
|
-2196637649327315845
|
NULL
|
visual_change
|
ocr
|
NULL
|
104010020014/25Dark Age--Villager Created-6 Prithv 104010020014/25Dark Age--Villager Created-6 Prithviraj Chauhan: 337/3374 Wen Tianxiang: 329/3298 Ellac the Hun: 326/3267 Vikramaditya I: 318/3185 Danylo Kobiakovych: 317/317Yekuno Amlak: 309/3093 Mari Djata I: 301/301 61 kovaliklukas: 301/301Scout Cavalrykovalfklukas (Britons)T 0/243/43...
|
16344
|
|
16346
|
NULL
|
0
|
2026-04-14T15:14:06.101892+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179646101_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→CSearch Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# general42MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~AW 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:D181Message #general++NewRetro - Platform • 1m leftActivity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Notion Helper (Renderer)Firefox GPU HelperFirefox GPU HelperFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,00 GB1,18 GB991,3 MB885,7 MB775,8 MB762,3 MB741,2 MB737,8 MB636,3 MB600,8 MB591,5 MB551,3 MB548,8 MB547,2 MB541,7 MB483,4 MB475,2 MB457,4 MB417,5 MB382,9 MB377,0 MB373,1 MB371,9 MB347,1 MB335,4 MB321,1 MB278,6 MB277.0 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 18:14:05CPUMemoryDiskThreads382323802972252415111520262628222426252727232725222413EnergyPorts60112116 13493712470912512016 41217516617931822723712911712012412212612512012412611712072PID248351470040714664600358014848495004784226548248432427311488019146737087349623340701479150891282461334328931710951120232249278005091016,00 GB13,91 GB<2,03 GB3,34 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,96 GB3,06 GB6,35 GB...
|
NULL
|
1778333471442115096
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActi +SlackFileEditViewGoHistoryWindowHelpEDHomeDMsActivityFilesLater..•More+→CSearch Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# general42MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~AW 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:D181Message #general++NewRetro - Platform • 1m leftActivity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Notion Helper (Renderer)Firefox GPU HelperFirefox GPU HelperFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,00 GB1,18 GB991,3 MB885,7 MB775,8 MB762,3 MB741,2 MB737,8 MB636,3 MB600,8 MB591,5 MB551,3 MB548,8 MB547,2 MB541,7 MB483,4 MB475,2 MB457,4 MB417,5 MB382,9 MB377,0 MB373,1 MB371,9 MB347,1 MB335,4 MB321,1 MB278,6 MB277.0 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 18:14:05CPUMemoryDiskThreads382323802972252415111520262628222426252727232725222413EnergyPorts60112116 13493712470912512016 41217516617931822723712911712012412212612512012412611712072PID248351470040714664600358014848495004784226548248432427311488019146737087349623340701479150891282461334328931710951120232249278005091016,00 GB13,91 GB<2,03 GB3,34 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,96 GB3,06 GB6,35 GB...
|
NULL
|
|
16513
|
NULL
|
0
|
2026-04-14T15:19:29.127018+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179969127_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHome1DMSAct +SlackFileEditViewGoHistoryWindowHelpEDHome1DMSActivityFilesLater..•More+→Search Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelo...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# generalDo42MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~30 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:80181Message #general++New(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB993,4 MB887,5 MB777,1 MB764,5 MB740,9 MB733,4 MB636,3 MB599,4 MB591,8 MB549,6 MB547,2 MB541,7 MB507,3 MB484,0 MB475,2 MB434,5 MB417,5 MB382,9 MB377,2 MB373,9 MB372,1 MB349,3 MB335,4 MB321,1 MB278,7 MB277,2 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:19:28CPUMemoryDiskThreads382522823075242515111527262129232525242826242824232513EnergyPorts60412416 13494312671412112416 41217216817923023733313011912012212012812312212612411912272PID248351470040714664600358014500478484984226548248432427380191467311487087349623340701479150891282461334328931710951120232249278005091016,00 GB13,98 GB <1,98 GB3,12 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,90 GB3,04 GB6,49 GB...
|
NULL
|
-7922804018363535928
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHome1DMSAct +SlackFileEditViewGoHistoryWindowHelpEDHome1DMSActivityFilesLater..•More+→Search Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelo...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# generalDo42MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~30 1Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:80181Message #general++New(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB993,4 MB887,5 MB777,1 MB764,5 MB740,9 MB733,4 MB636,3 MB599,4 MB591,8 MB549,6 MB547,2 MB541,7 MB507,3 MB484,0 MB475,2 MB434,5 MB417,5 MB382,9 MB377,2 MB373,9 MB372,1 MB349,3 MB335,4 MB321,1 MB278,7 MB277,2 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:19:28CPUMemoryDiskThreads382522823075242515111527262129232525242826242824232513EnergyPorts60412416 13494312671412112416 41217216817923023733313011912012212012812312212612411912272PID248351470040714664600358014500478484984226548248432427380191467311487087349623340701479150891282461334328931710951120232249278005091016,00 GB13,98 GB <1,98 GB3,12 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,90 GB3,04 GB6,49 GB...
|
16511
|
|
16514
|
NULL
|
0
|
2026-04-14T15:19:29.067067+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776179969067_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
37050415020021/25Feudal AgeGame Paused (P)Click wh 37050415020021/25Feudal AgeGame Paused (P)Click where you want to build the building.7 Vikramaditya I: 689/6891 kovaliklukas: 660/6608 Ellac the Hun: 655/6556 Prithviraj Chauhan: 645/645Yekuno Amlak: 632/6323 Mari Djata I: 613/6134 Wen Tianxiang: 610/6105 Danylo Kobiakovych: 551/551...
|
NULL
|
4078287222570529952
|
NULL
|
visual_change
|
ocr
|
NULL
|
37050415020021/25Feudal AgeGame Paused (P)Click wh 37050415020021/25Feudal AgeGame Paused (P)Click where you want to build the building.7 Vikramaditya I: 689/6891 kovaliklukas: 660/6608 Ellac the Hun: 655/6556 Prithviraj Chauhan: 645/645Yekuno Amlak: 632/6323 Mari Djata I: 613/6134 Wen Tianxiang: 610/6105 Danylo Kobiakovych: 551/551...
|
NULL
|
|
16660
|
NULL
|
0
|
2026-04-14T15:24:46.389156+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180286389_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHome1DMSAct +SlackFileEditViewGoHistoryWindowHelpEDHome1DMSActivityFilesLater..•More+→Search Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelo...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# general426 0MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:D181Message #general++New(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB990,4 MB889,1 MB777,4 MB765,6 MB742,0 MB733,7 MB636,3 MB600,8 MB591,6 MB547,4 MB547,2 MB541,7 MB518,7 MB484,1 MB475,3 MB438,5 MB417,6 MB383,0 MB379,7 MB377,6 MB372,3 MB350,2 MB335,4 MB321,1 MB278,8 MB277,2 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:24:46CPUMemoryDiskThreads382422813174262615111526262129232525252828242824222413EnergyPorts60112316 13394212771312312616 41217216617922723733313011912112212212512812212612411712072PID248351470040714664600358014500478484984226548248432427380191467311487087349623340701479150891133432824628931710951120232249278005091016,00 GB13,99 GB<1,94 GB3,08 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,85 GB3,03 GB6,55 GB...
|
NULL
|
2904568018215375010
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpEDHome1DMSAct +SlackFileEditViewGoHistoryWindowHelpEDHome1DMSActivityFilesLater..•More+→Search Jiminny IncJiminny ...# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelo...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2 Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...# general426 0MessagesMore v@ Files• BookmarksDetraction Cor4 3Today ~Salesforce for Slack APP5:19 PMPetko Kashinski just closed a renewal withViewz - Renewal (08/06/2026). Nice Work!Amount: USD 3,276ARR: USD 3,276Close Date: April 14, 2026Start Date: June 3, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:H1Salesforce for Slack APP5:59 PMPetko Kashinski just closed a renewal withgrape- - Renewal (27/06/2026). Nice Work!Amount: USD 6,274.8ARR: USD 6,274.8Close Date: April 14, 2026Start Date: June 13, 2026Number of Salespeople:Detraction? falseDetraction Reason:Detraction Context:D181Message #general++New(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB990,4 MB889,1 MB777,4 MB765,6 MB742,0 MB733,7 MB636,3 MB600,8 MB591,6 MB547,4 MB547,2 MB541,7 MB518,7 MB484,1 MB475,3 MB438,5 MB417,6 MB383,0 MB379,7 MB377,6 MB372,3 MB350,2 MB335,4 MB321,1 MB278,8 MB277,2 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:24:46CPUMemoryDiskThreads382422813174262615111526262129232525252828242824222413EnergyPorts60112316 13394212771312312616 41217216617922723733313011912112212212512812212612411712072PID248351470040714664600358014500478484984226548248432427380191467311487087349623340701479150891133432824628931710951120232249278005091016,00 GB13,99 GB<1,94 GB3,08 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,85 GB3,03 GB6,55 GB...
|
NULL
|
|
16661
|
NULL
|
0
|
2026-04-14T15:24:46.652710+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180286652_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
22626120024/40Castle Age30--Castle Age Research Co 22626120024/40Castle Age30--Castle Age Research Complete--kovaliklukas advanced to the CastleAge.Game Paused (P)Click where you want to build the building.Builderkovalfklukas (Britons))5 Danylo Kobiakovych: 1062/1062II2 Yekuno Amlak: 1055/1055 II6 Prithviraj Chauhan: 1054/1054ОII4 Wen Tianxiang: 1052/10527 Vikramaditya I: 1051/10513 Mari Djata I: 1031/1031 € II8 Ellac the Hun: 1023/10231 kovaliklukas: 910/910...
|
NULL
|
-4902075531059565444
|
NULL
|
click
|
ocr
|
NULL
|
22626120024/40Castle Age30--Castle Age Research Co 22626120024/40Castle Age30--Castle Age Research Complete--kovaliklukas advanced to the CastleAge.Game Paused (P)Click where you want to build the building.Builderkovalfklukas (Britons))5 Danylo Kobiakovych: 1062/1062II2 Yekuno Amlak: 1055/1055 II6 Prithviraj Chauhan: 1054/1054ОII4 Wen Tianxiang: 1052/10527 Vikramaditya I: 1051/10513 Mari Djata I: 1031/1031 € II8 Ellac the Hun: 1023/10231 kovaliklukas: 910/910...
|
NULL
|
|
16828
|
NULL
|
0
|
2026-04-14T15:29:37.172271+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180577172_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
[CREDIT_CARD]/45toCastle Age--Villager Created-Cre [CREDIT_CARD]/45toCastle Age--Villager Created-Create Villager (Cost: 50 g)Gathers resources. Builds and repairsbuildings. Also repairs Ships and SiegeWeapons.Upgrades: HP, ar mor, efficiency (TownCenter); wood resource-gathering (LumberCamp); stone, gold resource-gathering(Mining Camp); build speed (University);attack (Castle); more resistant to Monks(Monastery).C2539000(Hotkey: Q)Town Center0/159 5/7kovaliklukas (Britons)Creating 48%Villager2400/24002 Yekuno Amlak: 1753/17538 Ellac the Hun: 1664/16646 Prithviraj Chauhan: 1662/16623 Mari Djata I: 1653/16537 Vikramaditya I: 1631/16315 Danylo Kobiakovych: 1622/16221 kovaliklukas: 1612/16124 Wen Tianxiang: 1583/1583BBBE...
|
NULL
|
-778705241463854200
|
NULL
|
click
|
ocr
|
NULL
|
[CREDIT_CARD]/45toCastle Age--Villager Created-Cre [CREDIT_CARD]/45toCastle Age--Villager Created-Create Villager (Cost: 50 g)Gathers resources. Builds and repairsbuildings. Also repairs Ships and SiegeWeapons.Upgrades: HP, ar mor, efficiency (TownCenter); wood resource-gathering (LumberCamp); stone, gold resource-gathering(Mining Camp); build speed (University);attack (Castle); more resistant to Monks(Monastery).C2539000(Hotkey: Q)Town Center0/159 5/7kovaliklukas (Britons)Creating 48%Villager2400/24002 Yekuno Amlak: 1753/17538 Ellac the Hun: 1664/16646 Prithviraj Chauhan: 1662/16623 Mari Djata I: 1653/16537 Vikramaditya I: 1631/16315 Danylo Kobiakovych: 1622/16221 kovaliklukas: 1612/16124 Wen Tianxiang: 1583/1583BBBE...
|
16826
|
|
16843
|
NULL
|
0
|
2026-04-14T15:29:59.662524+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180599662_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→CSearch Ji +SlackFileEditViewGoHistoryWindowHelpED→CSearch Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...1,99 GB1,18 GB982,7 MB895,4 MB779,9 MB766,4 MB744,9 MB733,8 MB636,9 MB599,5 MB592,0 MB547,1 MB541,6 MB526,6 MB511,2 MB485,6 MB475,3 MB437,5 MB417,7 MB383,0 MB379,0 MB378,2 MB372,6 MB337,5 MB335,6 MB321,1 MB278,8 MB277,1 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:29:59CPUMemoryDiskThreads372423802973232515122727162028222426252727232724222413EnergyPorts59712416 13593812570612012616 43617216823024019131913011812112512312512712112412511812172PID248351470040714664600358014500478484984226548248438019146732427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,06 GB <1,88 GB3,01 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,16 GB2,96 GB6,39 GB...
|
NULL
|
4435683140002711209
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→CSearch Ji +SlackFileEditViewGoHistoryWindowHelpED→CSearch Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxCP Isolated Web ContentFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...1,99 GB1,18 GB982,7 MB895,4 MB779,9 MB766,4 MB744,9 MB733,8 MB636,9 MB599,5 MB592,0 MB547,1 MB541,6 MB526,6 MB511,2 MB485,6 MB475,3 MB437,5 MB417,7 MB383,0 MB379,0 MB378,2 MB372,6 MB337,5 MB335,6 MB321,1 MB278,8 MB277,1 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:29:59CPUMemoryDiskThreads372423802973232515122727162028222426252727232724222413EnergyPorts59712416 13593812570612012616 43617216823024019131913011812112512312512712112412511812172PID248351470040714664600358014500478484984226548248438019146732427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,06 GB <1,88 GB3,01 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,16 GB2,96 GB6,39 GB...
|
NULL
|
|
16844
|
NULL
|
0
|
2026-04-14T15:29:59.618379+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180599618_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
720501427713037/45toCastle Age--Villager Created-G 720501427713037/45toCastle Age--Villager Created-Game Paused (P)Villagerkovalfklukas (Britons)25/252 Yekuno Amlak: 1783/17836 Prithviraj Chauhan: 1777/17773 Mari Djata I: 1728/1728 6© M8 Ellac the Hun: 1706/17065 Danylo Kobiakovych: 1674/16741 kovaliklukas: 1655/16557 Vikramaditya I: 1652/16524 Wen Tianxiang: 1565/1565...
|
NULL
|
2512923208057440065
|
NULL
|
click
|
ocr
|
NULL
|
720501427713037/45toCastle Age--Villager Created-G 720501427713037/45toCastle Age--Villager Created-Game Paused (P)Villagerkovalfklukas (Britons)25/252 Yekuno Amlak: 1783/17836 Prithviraj Chauhan: 1777/17773 Mari Djata I: 1728/1728 6© M8 Ellac the Hun: 1706/17065 Danylo Kobiakovych: 1674/16741 kovaliklukas: 1655/16557 Vikramaditya I: 1652/16524 Wen Tianxiang: 1565/1565...
|
16842
|
|
17011
|
NULL
|
0
|
2026-04-14T15:34:57.854074+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180897854_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
134577734254548/60Castle AgeRight-click to attack 134577734254548/60Castle AgeRight-click to attack this animal. Huntedanimals (except predators) yield food, butsome will fight back.Builderkovalfklukas (Britons))T 0+1/0+24/405 Danylo Kobiakovych: 2823/28236 Prithviraj Chauhan: 2723/27233 Mari Djata I: 2585/2585 C© I8 Ellac the Hun: 2533/2533III2 Yekuno Amlak: 2515/2515 M7 Vikramaditya I: 2496/24961 kovaliklukas: 2273/22734 Wen Tianxiang: 2122/2122...
|
NULL
|
-2694312718442850345
|
NULL
|
visual_change
|
ocr
|
NULL
|
134577734254548/60Castle AgeRight-click to attack 134577734254548/60Castle AgeRight-click to attack this animal. Huntedanimals (except predators) yield food, butsome will fight back.Builderkovalfklukas (Britons))T 0+1/0+24/405 Danylo Kobiakovych: 2823/28236 Prithviraj Chauhan: 2723/27233 Mari Djata I: 2585/2585 C© I8 Ellac the Hun: 2533/2533III2 Yekuno Amlak: 2515/2515 M7 Vikramaditya I: 2496/24961 kovaliklukas: 2273/22734 Wen Tianxiang: 2122/2122...
|
17010
|
|
17028
|
NULL
|
0
|
2026-04-14T15:35:24.100088+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180924100_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→CSearch Ji +SlackFileEditViewGoHistoryWindowHelpED→CSearch Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasO Files+предполагчямаме в шрифта наTodayПДФ-а. Не-, рен какво да гиправя?@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,02 GB1,18 GB988,9 MB884,0 MB768,4 MB767,9 MB746,9 MB734,4 MB636,9 MB599,9 MB592,6 MB547,0 MB541,6 MB531,6 MB491,0 MB484,2 MB475,3 MB449,5 MB417,7 MB383,0 MB380,0 MB379,3 MB372,8 MB340,4 MB335,7 MB321,1 MB278,9 MB277,1 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:35:23CPUMemoryDiskThreads382323817431252515122626162028232525242628242725232513EnergyPorts59912216 13594070812712312616 44017216822623619031813012012212312112312912312412712012372PID248351470040714664801460035500478484984226548248438019146732427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,08 GB<1,88 GB2,90 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,15 GB2,93 GB6,45 GB...
|
NULL
|
4426664325911434647
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→CSearch Ji +SlackFileEditViewGoHistoryWindowHelpED→CSearch Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasO Files+предполагчямаме в шрифта наTodayПДФ-а. Не-, рен какво да гиправя?@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,02 GB1,18 GB988,9 MB884,0 MB768,4 MB767,9 MB746,9 MB734,4 MB636,9 MB599,9 MB592,6 MB547,0 MB541,6 MB531,6 MB491,0 MB484,2 MB475,3 MB449,5 MB417,7 MB383,0 MB380,0 MB379,3 MB372,8 MB340,4 MB335,7 MB321,1 MB278,9 MB277,1 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:35:23CPUMemoryDiskThreads382323817431252515122626162028232525242628242725232513EnergyPorts59912216 13594070812712312616 44017216822623619031813012012212312112312912312412712012372PID248351470040714664801460035500478484984226548248438019146732427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,08 GB<1,88 GB2,90 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,15 GB2,93 GB6,45 GB...
|
NULL
|
|
17029
|
NULL
|
0
|
2026-04-14T15:35:24.128660+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776180924128_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
136595741467348/60IICastle AgeGame Paused (P)Milit 136595741467348/60IICastle AgeGame Paused (P)Military BuildingsDisplay the military buildings you can build.(Hotkey: W)6 Prithviraj Chauhan: 2859/28595 Danylo Kobiakovych: 2813/28133 Mari Djata I: 2699/26997 Vikramaditya I: 2619/26198 Ellac the Hun: 2607/2607Yekuno Amlak: 2587/2587kovaliklukas: 2311/23114 Wen Tianxiang: 2114/2114BBBGE...
|
NULL
|
-1551826728803544048
|
NULL
|
click
|
ocr
|
NULL
|
136595741467348/60IICastle AgeGame Paused (P)Milit 136595741467348/60IICastle AgeGame Paused (P)Military BuildingsDisplay the military buildings you can build.(Hotkey: W)6 Prithviraj Chauhan: 2859/28595 Danylo Kobiakovych: 2813/28133 Mari Djata I: 2699/26997 Vikramaditya I: 2619/26198 Ellac the Hun: 2607/2607Yekuno Amlak: 2587/2587kovaliklukas: 2311/23114 Wen Tianxiang: 2114/2114BBBGE...
|
NULL
|
|
17202
|
NULL
|
0
|
2026-04-14T15:40:42.191797+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776181242191_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→Search Jim +SlackFileEditViewGoHistoryWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasO Files+предполагчямаме в шрифта наTodayПДФ-а. Не-, рен какво да гиправя?@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB991,9 MB885,5 MB770,2 MB768,4 MB734,6 MB733,5 MB636,9 MB599,5 MB592,4 MB547,1 MB541,5 MB538,7 MB507,6 MB484,8 MB475,3 MB449,6 MB417,8 MB383,1 MB381,6 MB380,0 MB372,8 MB341,7 MB335,6 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:40:42CPUMemoryDiskThreads382421827330252515122626162129232325252628242824232513EnergyPorts59612416 13594170612712612316 44017217022723619033313012011912312212312912312612512012372PID248351470040714664801460035848495004784226548248438019146732427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,11 GB <1,85 GB2,73 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,87 GB2,94 GB6,73 GB...
|
NULL
|
-1363807443530015385
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→Search Jim +SlackFileEditViewGoHistoryWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasO Files+предполагчямаме в шрифта наTodayПДФ-а. Не-, рен какво да гиправя?@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...P. Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB991,9 MB885,5 MB770,2 MB768,4 MB734,6 MB733,5 MB636,9 MB599,5 MB592,4 MB547,1 MB541,5 MB538,7 MB507,6 MB484,8 MB475,3 MB449,6 MB417,8 MB383,1 MB381,6 MB380,0 MB372,8 MB341,7 MB335,6 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:40:42CPUMemoryDiskThreads382421827330252515122626162129232325252628242824232513EnergyPorts59612416 13594170612712612316 44017217022723619033313012011912312212312912312612512012372PID248351470040714664801460035848495004784226548248438019146732427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,11 GB <1,85 GB2,73 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,87 GB2,94 GB6,73 GB...
|
17200
|
|
17205
|
NULL
|
0
|
2026-04-14T15:40:47.597010+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776181247597_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
1150118915853/80toCastle Age--Yeomen Research Comp 1150118915853/80toCastle Age--Yeomen Research Complete---Murder Holes Research Complete--Longbowman Created-Click to select this building.Castlekovaliklukas (Britons)Creating 38%Longbowman3214/4800V 8/1111+1 (5)Q 8+18 Ellac the Hun: 4240/42405 Danylo Kobiakovych: 4194/4194₽3 Mari Djata I: 4181/41816 Prithviraj Chauhan: 4118/41182 Yekuno Amlak: 3861/38617 Vikramaditya I: 3812/3812kovaliklukas: 3363/33634 Wen Tianxiang: 2955/2955BBBBBBEE...
|
NULL
|
-2167692956172027727
|
NULL
|
visual_change
|
ocr
|
NULL
|
1150118915853/80toCastle Age--Yeomen Research Comp 1150118915853/80toCastle Age--Yeomen Research Complete---Murder Holes Research Complete--Longbowman Created-Click to select this building.Castlekovaliklukas (Britons)Creating 38%Longbowman3214/4800V 8/1111+1 (5)Q 8+18 Ellac the Hun: 4240/42405 Danylo Kobiakovych: 4194/4194₽3 Mari Djata I: 4181/41816 Prithviraj Chauhan: 4118/41182 Yekuno Amlak: 3861/38617 Vikramaditya I: 3812/3812kovaliklukas: 3363/33634 Wen Tianxiang: 2955/2955BBBBBBEE...
|
17204
|
|
17371
|
NULL
|
0
|
2026-04-14T15:46:05.328124+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776181565328_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
1364729848Imperial Age-Longbowman Created---Villag 1364729848Imperial Age-Longbowman Created---Villager Created---Warning: You are being attacked byPlayer 5 Danylo Kobiakovych!!!--3 Mari Djata I: 6617/6617 CIV8 Ellac the Hun: 6481/64817 Vikramaditya I: 6028/60286 Prithviraj Chauhan: 6027/60272 Yekuno Amlak: 5583/5583ĐNV1 kovaliklukas: 5363/53635 Danylo Kobiakovych: 5342/5342NV4 Wen Tianxiang: 4500/4500Castlekovaliklnkas (Britons)5244/52808+1/11+111+2 (9)Q 8+2...
|
NULL
|
1724442417068871768
|
NULL
|
visual_change
|
ocr
|
NULL
|
1364729848Imperial Age-Longbowman Created---Villag 1364729848Imperial Age-Longbowman Created---Villager Created---Warning: You are being attacked byPlayer 5 Danylo Kobiakovych!!!--3 Mari Djata I: 6617/6617 CIV8 Ellac the Hun: 6481/64817 Vikramaditya I: 6028/60286 Prithviraj Chauhan: 6027/60272 Yekuno Amlak: 5583/5583ĐNV1 kovaliklukas: 5363/53635 Danylo Kobiakovych: 5342/5342NV4 Wen Tianxiang: 4500/4500Castlekovaliklnkas (Britons)5244/52808+1/11+111+2 (9)Q 8+2...
|
NULL
|
|
17372
|
NULL
|
0
|
2026-04-14T15:46:06.288590+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776181566288_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→Search Jim +SlackFileEditViewGoHistoryWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasO Files+предполагчямаме в шрифта наTodayПДФ-а. Не --, рен какво да гиправя?@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB985,6 MB888,6 MB773,0 MB766,2 MB734,6 MB732,9 MB636,9 MB501,1 MB592,5 MB553,2 MB547,1 MB541,5 MB493,8 MB484,4 MB475,3 MB450,2 MB417,8 MB384,5 MB383,4 MB381,0 MB373,1 MB341,2 MB335,7 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:46:06CPUMemoryDiskThreads372422847330252515111626262130222526252727232725222413EnergyPorts59012416 13794470412712612216 44017216619022723633313211812212512312512712112412711812172PID248351470040714664801460035848495004784226548248432427380191467311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,09 GB<1,85 GB2,72 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,69 GB2,95 GB6,91 GB...
|
NULL
|
170434710532794091
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpED→Search Jim +SlackFileEditViewGoHistoryWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasO Files+предполагчямаме в шрифта наTodayПДФ-а. Не --, рен какво да гиправя?@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,18 GB985,6 MB888,6 MB773,0 MB766,2 MB734,6 MB732,9 MB636,9 MB501,1 MB592,5 MB553,2 MB547,1 MB541,5 MB493,8 MB484,4 MB475,3 MB450,2 MB417,8 MB384,5 MB383,4 MB381,0 MB373,1 MB341,2 MB335,7 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:46:06CPUMemoryDiskThreads372422847330252515111626262130222526252727232725222413EnergyPorts59012416 13794470412712612216 44017216619022723633313211812212512312512712112412711812172PID248351470040714664801460035848495004784226548248432427380191467311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,09 GB<1,85 GB2,72 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,69 GB2,95 GB6,91 GB...
|
17369
|
|
17519
|
NULL
|
0
|
2026-04-14T15:50:58.083555+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776181858083_m2.jpg...
|
Firefox
|
jiminny - CircleCI — Work
|
True
|
app.circleci.com/organization/github/jiminny
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
jiminny - CircleCI
Feed — jiminny — Sentry
Your Eastern Summary report is ready - [EMAIL] - Jiminny Mail
Issues - app in Jiminny SonarQube Cloud
Issues - app in Jiminny SonarQube Cloud
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Go to home page
Auto theme
Open notifications
Open support menu
Open user menu
org avatar Current organization: jiminny
Home
Home
Pipelines
Pipelines
Projects
Projects
Deploys
Deploys
Insights
Insights
Runners
Runners
Org
Org
Plan
Plan
Chunk
Chunk
Organization Home
Organization Home
See all projects
See all projects
app
app
Overview
Overview
Pipelines
Pipelines
LAST RUN
2 minutes ago
LAST TRIGGERED BY
automate-dependabot-issues-fixes
Insights
Insights
THROUGHPUT
The average number of workflow
runs per day
over the last
30 days.
84
84
2%
Learn more
Learn more
about improving throughput.
See all insights
See all insights
People
People
ACTIVE USERS THIS BILLING PERIOD
8
8
Add more teammates
Add more teammates
Plan
Plan
USAGE THIS BILLING PERIOD
PERFORMANCE
CREDIT USAGE
129,428
129,428
See more usage data
See more usage data
CircleCI...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.00234375,"top":0.045138888,"width":0.022265624,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"jiminny - CircleCI","depth":4,"bounds":{"left":0.024609376,"top":0.045138888,"width":0.022265624,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"bounds":{"left":0.046875,"top":0.045138888,"width":0.022265624,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Your Eastern Summary report is ready - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"bounds":{"left":0.06914063,"top":0.045138888,"width":0.022265624,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Issues - app in Jiminny SonarQube Cloud","depth":4,"bounds":{"left":0.0,"top":0.08263889,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Issues - app in Jiminny SonarQube Cloud","depth":5,"bounds":{"left":0.015625,"top":0.09236111,"width":0.083984375,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"bounds":{"left":0.0,"top":0.11111111,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":5,"bounds":{"left":0.015625,"top":0.12083333,"width":0.11796875,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.0,"top":0.13958333,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"bounds":{"left":0.015625,"top":0.14930555,"width":0.18710938,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"bounds":{"left":0.0,"top":0.16805555,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"bounds":{"left":0.015625,"top":0.17777778,"width":0.1515625,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Console Home | Console Home | us-east-2","depth":4,"bounds":{"left":0.0,"top":0.19652778,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Console Home | Console Home | us-east-2","depth":5,"bounds":{"left":0.015625,"top":0.20625,"width":0.08671875,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SecurityGroup | EC2 | us-east-2","depth":4,"bounds":{"left":0.0,"top":0.225,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SecurityGroup | EC2 | us-east-2","depth":5,"bounds":{"left":0.015625,"top":0.23472223,"width":0.06484375,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.0,"top":0.2534722,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"bounds":{"left":0.015625,"top":0.26319444,"width":0.18710938,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":4,"bounds":{"left":0.0,"top":0.28194445,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":5,"bounds":{"left":0.015625,"top":0.29166666,"width":0.23476562,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":4,"bounds":{"left":0.0,"top":0.31041667,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":5,"bounds":{"left":0.015625,"top":0.3201389,"width":0.1984375,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"bounds":{"left":0.0,"top":0.33888888,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"bounds":{"left":0.015625,"top":0.34861112,"width":0.015625,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"bounds":{"left":0.0,"top":0.3673611,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":5,"bounds":{"left":0.015625,"top":0.37708333,"width":0.12617187,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.0,"top":0.39583334,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"bounds":{"left":0.015625,"top":0.40555555,"width":0.18710938,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"bounds":{"left":0.0,"top":0.42430556,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"bounds":{"left":0.015625,"top":0.4340278,"width":0.1515625,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"bounds":{"left":0.0,"top":0.45277777,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"bounds":{"left":0.015625,"top":0.4625,"width":0.017578125,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"bounds":{"left":0.0,"top":0.48125,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"bounds":{"left":0.015625,"top":0.49097222,"width":0.0484375,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app","depth":4,"bounds":{"left":0.0,"top":0.50972223,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app","depth":5,"bounds":{"left":0.015625,"top":0.51944447,"width":0.16210938,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Lukas Kovalik - Time Off","depth":4,"bounds":{"left":0.0,"top":0.5381944,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lukas Kovalik - Time Off","depth":5,"bounds":{"left":0.015625,"top":0.54791665,"width":0.049609374,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.003125,"top":0.56805557,"width":0.08710937,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.003125,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.01640625,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.029296875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0421875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.05546875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Go to home page","depth":9,"bounds":{"left":0.10273437,"top":0.05347222,"width":0.051953126,"height":0.027777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Auto theme","depth":9,"bounds":{"left":0.92695314,"top":0.05347222,"width":0.015625,"height":0.027777778},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open notifications","depth":9,"bounds":{"left":0.9441406,"top":0.05347222,"width":0.015625,"height":0.027777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Open support menu","depth":9,"bounds":{"left":0.96132815,"top":0.05347222,"width":0.015625,"height":0.027777778},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Open user menu","depth":9,"bounds":{"left":0.9785156,"top":0.05347222,"width":0.015625,"height":0.027777778},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"org avatar Current organization: jiminny","depth":9,"bounds":{"left":0.10234375,"top":0.08958333,"width":0.0171875,"height":0.030555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Home","depth":10,"bounds":{"left":0.1,"top":0.13125,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Home","depth":12,"bounds":{"left":0.103125,"top":0.15972222,"width":0.015625,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pipelines","depth":10,"bounds":{"left":0.1,"top":0.18541667,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines","depth":12,"bounds":{"left":0.09921875,"top":0.21388888,"width":0.0234375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Projects","depth":10,"bounds":{"left":0.1,"top":0.23958333,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Projects","depth":12,"bounds":{"left":0.10039063,"top":0.26805556,"width":0.02109375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Deploys","depth":10,"bounds":{"left":0.1,"top":0.29375,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Deploys","depth":12,"bounds":{"left":0.10039063,"top":0.32222223,"width":0.02109375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Insights","depth":10,"bounds":{"left":0.1,"top":0.34791666,"width":0.021875,"height":0.04097222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Insights","depth":12,"bounds":{"left":0.10078125,"top":0.37638888,"width":0.0203125,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Runners","depth":10,"bounds":{"left":0.1,"top":0.4027778,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Runners","depth":12,"bounds":{"left":0.10039063,"top":0.43125,"width":0.02109375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Org","depth":10,"bounds":{"left":0.1,"top":0.45694444,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Org","depth":12,"bounds":{"left":0.10625,"top":0.48541668,"width":0.009375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Plan","depth":10,"bounds":{"left":0.1,"top":0.51111114,"width":0.021875,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Plan","depth":12,"bounds":{"left":0.10546875,"top":0.5395833,"width":0.0109375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chunk","depth":10,"bounds":{"left":0.10273437,"top":0.94305557,"width":0.01640625,"height":0.04027778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Chunk","depth":12,"bounds":{"left":0.10273437,"top":0.97152776,"width":0.01640625,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Organization Home","depth":12,"bounds":{"left":0.13632813,"top":0.104166664,"width":0.0859375,"height":0.022222223},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Organization Home","depth":13,"bounds":{"left":0.13632813,"top":0.10486111,"width":0.0859375,"height":0.020833334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See all projects","depth":12,"bounds":{"left":0.13632813,"top":0.13194445,"width":0.05234375,"height":0.027777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See all projects","depth":13,"bounds":{"left":0.14257812,"top":0.13958333,"width":0.03984375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"app","depth":12,"bounds":{"left":0.14609376,"top":0.18819444,"width":0.07421875,"height":0.019444445},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":13,"bounds":{"left":0.14609376,"top":0.18958333,"width":0.0140625,"height":0.017361112},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Overview","depth":12,"bounds":{"left":0.14609376,"top":0.21597221,"width":0.028125,"height":0.016666668},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Overview","depth":13,"bounds":{"left":0.14609376,"top":0.21736111,"width":0.028125,"height":0.013888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pipelines","depth":12,"bounds":{"left":0.14609376,"top":0.24097222,"width":0.026953125,"height":0.016666668},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines","depth":13,"bounds":{"left":0.14609376,"top":0.24236111,"width":0.026953125,"height":0.013888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"LAST RUN","depth":13,"bounds":{"left":0.14609376,"top":0.31736112,"width":0.0234375,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2 minutes ago","depth":13,"bounds":{"left":0.14609376,"top":0.33055556,"width":0.053125,"height":0.017361112},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"LAST TRIGGERED BY","depth":13,"bounds":{"left":0.14609376,"top":0.36180556,"width":0.047265626,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"automate-dependabot-issues-fixes","depth":13,"bounds":{"left":0.15703125,"top":0.37708333,"width":0.062109374,"height":0.025694445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Insights","depth":12,"bounds":{"left":0.26171875,"top":0.11597222,"width":0.029296875,"height":0.019444445},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Insights","depth":13,"bounds":{"left":0.26171875,"top":0.11736111,"width":0.029296875,"height":0.017361112},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"THROUGHPUT","depth":13,"bounds":{"left":0.24921875,"top":0.14444445,"width":0.033203125,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The average number of workflow","depth":13,"bounds":{"left":0.24921875,"top":0.15833333,"width":0.08671875,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"runs per day","depth":14,"bounds":{"left":0.3359375,"top":0.15833333,"width":0.0328125,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"over the last","depth":13,"bounds":{"left":0.24921875,"top":0.17222223,"width":0.03359375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"30 days.","depth":14,"bounds":{"left":0.2828125,"top":0.17222223,"width":0.02265625,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"84","depth":12,"bounds":{"left":0.24921875,"top":0.18819444,"width":0.012109375,"height":0.022222223},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"84","depth":13,"bounds":{"left":0.24921875,"top":0.18888889,"width":0.012109375,"height":0.020833334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2%","depth":13,"bounds":{"left":0.26992187,"top":0.19305556,"width":0.0078125,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":12,"bounds":{"left":0.24921875,"top":0.21041666,"width":0.0375,"height":0.013888889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":13,"bounds":{"left":0.24921875,"top":0.21111111,"width":0.0296875,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"about improving throughput.","depth":12,"bounds":{"left":0.28828126,"top":0.21111111,"width":0.0734375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See all insights","depth":12,"bounds":{"left":0.24921875,"top":0.24166666,"width":0.05234375,"height":0.016666668},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See all insights","depth":14,"bounds":{"left":0.24921875,"top":0.24305555,"width":0.046484374,"height":0.013888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"People","depth":12,"bounds":{"left":0.26171875,"top":0.2986111,"width":0.02578125,"height":0.019444445},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"People","depth":13,"bounds":{"left":0.26171875,"top":0.3,"width":0.02578125,"height":0.017361112},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE USERS THIS BILLING PERIOD","depth":13,"bounds":{"left":0.24921875,"top":0.3263889,"width":0.08320312,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"8","depth":12,"bounds":{"left":0.24921875,"top":0.33888888,"width":0.08320312,"height":0.022222223},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8","depth":13,"bounds":{"left":0.24921875,"top":0.33958334,"width":0.005859375,"height":0.020833334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add more teammates","depth":12,"bounds":{"left":0.24921875,"top":0.37291667,"width":0.071875,"height":0.016666668},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Add more teammates","depth":13,"bounds":{"left":0.24921875,"top":0.37430555,"width":0.0640625,"height":0.013888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Plan","depth":12,"bounds":{"left":0.26171875,"top":0.4298611,"width":0.016015625,"height":0.019444445},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plan","depth":13,"bounds":{"left":0.26171875,"top":0.43125,"width":0.016015625,"height":0.017361112},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"USAGE THIS BILLING PERIOD","depth":13,"bounds":{"left":0.24921875,"top":0.4548611,"width":0.06523438,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PERFORMANCE","depth":13,"bounds":{"left":0.25234374,"top":0.47430557,"width":0.03671875,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CREDIT USAGE","depth":13,"bounds":{"left":0.24921875,"top":0.49791667,"width":0.033984374,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"129,428","depth":12,"bounds":{"left":0.24921875,"top":0.5138889,"width":0.12890625,"height":0.022222223},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"129,428","depth":13,"bounds":{"left":0.24921875,"top":0.51458335,"width":0.036328126,"height":0.020833334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See more usage data","depth":12,"bounds":{"left":0.24921875,"top":0.54791665,"width":0.07070313,"height":0.016666668},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See more usage data","depth":13,"bounds":{"left":0.24921875,"top":0.54930556,"width":0.06484375,"height":0.013888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CircleCI","depth":8,"bounds":{"left":0.09335937,"top":0.04375,"width":0.023046875,"height":0.013888889},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-6424338735367687632
|
-7559762696236963122
|
idle
|
accessibility
|
NULL
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
jiminny - CircleCI
Feed — jiminny — Sentry
Your Eastern Summary report is ready - [EMAIL] - Jiminny Mail
Issues - app in Jiminny SonarQube Cloud
Issues - app in Jiminny SonarQube Cloud
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Go to home page
Auto theme
Open notifications
Open support menu
Open user menu
org avatar Current organization: jiminny
Home
Home
Pipelines
Pipelines
Projects
Projects
Deploys
Deploys
Insights
Insights
Runners
Runners
Org
Org
Plan
Plan
Chunk
Chunk
Organization Home
Organization Home
See all projects
See all projects
app
app
Overview
Overview
Pipelines
Pipelines
LAST RUN
2 minutes ago
LAST TRIGGERED BY
automate-dependabot-issues-fixes
Insights
Insights
THROUGHPUT
The average number of workflow
runs per day
over the last
30 days.
84
84
2%
Learn more
Learn more
about improving throughput.
See all insights
See all insights
People
People
ACTIVE USERS THIS BILLING PERIOD
8
8
Add more teammates
Add more teammates
Plan
Plan
USAGE THIS BILLING PERIOD
PERFORMANCE
CREDIT USAGE
129,428
129,428
See more usage data
See more usage data
CircleCI...
|
17515
|
|
17520
|
NULL
|
0
|
2026-04-14T15:51:24.360777+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776181884360_m1.jpg...
|
Firefox
|
jiminny - CircleCI — Work
|
True
|
app.circleci.com/organization/github/jiminny
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
jiminny - CircleCI
Feed — jiminny — Sentry
Your Eastern Summary report is ready - [EMAIL] - Jiminny Mail
Issues - app in Jiminny SonarQube Cloud
Issues - app in Jiminny SonarQube Cloud
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Go to home page
Auto theme
Open notifications
Open support menu
Open user menu
org avatar Current organization: jiminny
Home
Home
Pipelines
Pipelines
Projects
Projects
Deploys
Deploys
Insights
Insights
Runners
Runners
Org
Org
Plan
Plan
Chunk
Chunk
Organization Home
Organization Home
See all projects
See all projects
app
app
Overview
Overview
Pipelines
Pipelines
LAST RUN
2 minutes ago
LAST TRIGGERED BY
automate-dependabot-issues-fixes
Insights
Insights
THROUGHPUT
The average number of workflow
runs per day
over the last
30 days.
84
84
2%
Learn more
Learn more
about improving throughput.
See all insights
See all insights
People
People
ACTIVE USERS THIS BILLING PERIOD
8
8
Add more teammates
Add more teammates
Plan
Plan
USAGE THIS BILLING PERIOD
PERFORMANCE
CREDIT USAGE
129,428
129,428
See more usage data
See more usage data
CircleCI...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"jiminny - CircleCI","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Your Eastern Summary report is ready - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Issues - app in Jiminny SonarQube Cloud","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Issues - app in Jiminny SonarQube Cloud","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Console Home | Console Home | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Console Home | Console Home | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SecurityGroup | EC2 | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SecurityGroup | EC2 | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jiminny","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Configure SSH access to multiple environment - Engineering - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"CloudWatch | us-east-2","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CloudWatch | us-east-2","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Lukas Kovalik - Time Off","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lukas Kovalik - Time Off","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Go to home page","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Auto theme","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open notifications","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Open support menu","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Open user menu","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"org avatar Current organization: jiminny","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Home","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Home","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pipelines","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Projects","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Projects","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Deploys","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Deploys","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Insights","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Insights","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Runners","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Runners","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Org","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Org","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Plan","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Plan","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chunk","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Chunk","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Organization Home","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Organization Home","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See all projects","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See all projects","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"app","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Overview","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Overview","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pipelines","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pipelines","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"LAST RUN","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2 minutes ago","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"LAST TRIGGERED BY","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"automate-dependabot-issues-fixes","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Insights","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Insights","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"THROUGHPUT","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The average number of workflow","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"runs per day","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"over the last","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"30 days.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"84","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"84","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2%","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"about improving throughput.","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See all insights","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See all insights","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"People","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"People","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE USERS THIS BILLING PERIOD","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"8","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add more teammates","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Add more teammates","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Plan","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plan","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"USAGE THIS BILLING PERIOD","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"PERFORMANCE","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CREDIT USAGE","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"129,428","depth":12,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"129,428","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See more usage data","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See more usage data","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CircleCI","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-6424338735367687632
|
-7559762696236963122
|
visual_change
|
accessibility
|
NULL
|
JY-20543 add AJ reports User pilot tracking by Lak JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
jiminny - CircleCI
Feed — jiminny — Sentry
Your Eastern Summary report is ready - [EMAIL] - Jiminny Mail
Issues - app in Jiminny SonarQube Cloud
Issues - app in Jiminny SonarQube Cloud
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
Console Home | Console Home | us-east-2
Console Home | Console Home | us-east-2
SecurityGroup | EC2 | us-east-2
SecurityGroup | EC2 | us-east-2
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
SRD-6779 | JY-20632 | Unable to log in to Sidekick with SSO by yalokin-jiminny · Pull Request #11935 · jiminny/app
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jy 19798 evaluation for ai activity types by nikolaybiaivanov · Pull Request #468 · jiminny/prophet
Jiminny
Jiminny
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Configure SSH access to multiple environment - Engineering - Confluence
Configure SSH access to multiple environment - Engineering - Confluence
New Tab
New Tab
CloudWatch | us-east-2
CloudWatch | us-east-2
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Jy 20541 stale records pr 1 by Vasil-Jiminny · Pull Request #11949 · jiminny/app
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Go to home page
Auto theme
Open notifications
Open support menu
Open user menu
org avatar Current organization: jiminny
Home
Home
Pipelines
Pipelines
Projects
Projects
Deploys
Deploys
Insights
Insights
Runners
Runners
Org
Org
Plan
Plan
Chunk
Chunk
Organization Home
Organization Home
See all projects
See all projects
app
app
Overview
Overview
Pipelines
Pipelines
LAST RUN
2 minutes ago
LAST TRIGGERED BY
automate-dependabot-issues-fixes
Insights
Insights
THROUGHPUT
The average number of workflow
runs per day
over the last
30 days.
84
84
2%
Learn more
Learn more
about improving throughput.
See all insights
See all insights
People
People
ACTIVE USERS THIS BILLING PERIOD
8
8
Add more teammates
Add more teammates
Plan
Plan
USAGE THIS BILLING PERIOD
PERFORMANCE
CREDIT USAGE
129,428
129,428
See more usage data
See more usage data
CircleCI...
|
NULL
|
|
17690
|
NULL
|
0
|
2026-04-14T15:55:38.253034+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182138253_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
3520710020011/20Dark Age-House Built----Villager C 3520710020011/20Dark Age-House Built----Villager Created-Click to select this building.6 Mindaugas: 312/3124 Siddhraj Jaisingh: 310/3103 Bird Jaguar: 302/3025 Honorius: 301/3017 Basil the Macedonian: 300/3001 kovaliklukas: 296/2968 Ashikaga Takauji: 295/2952 Anccu Hualloc: 284/284Cowkovaliklnkas (Britons)15014/14...
|
NULL
|
2098540619795565313
|
NULL
|
click
|
ocr
|
NULL
|
3520710020011/20Dark Age-House Built----Villager C 3520710020011/20Dark Age-House Built----Villager Created-Click to select this building.6 Mindaugas: 312/3124 Siddhraj Jaisingh: 310/3103 Bird Jaguar: 302/3025 Honorius: 301/3017 Basil the Macedonian: 300/3001 kovaliklukas: 296/2968 Ashikaga Takauji: 295/2952 Anccu Hualloc: 284/284Cowkovaliklnkas (Britons)15014/14...
|
17688
|
|
17733
|
NULL
|
0
|
2026-04-14T15:56:41.079175+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182201079_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
1751002004/5Dark Age--Cow Found-6 Mindaugas: 183/1 1751002004/5Dark Age--Cow Found-6 Mindaugas: 183/1834 Siddhraj Jaisingh: 180/1803 Bird Jaguar: 176/176Anccu Hualloc: 176/1768 Ashikaga Takauji: 173/1737 Basil the Macedonian: 173/1735 Honorius: 173/1731 kovaliklukas: 155/155...
|
NULL
|
-335210226535015073
|
NULL
|
click
|
ocr
|
NULL
|
1751002004/5Dark Age--Cow Found-6 Mindaugas: 183/1 1751002004/5Dark Age--Cow Found-6 Mindaugas: 183/1834 Siddhraj Jaisingh: 180/1803 Bird Jaguar: 176/176Anccu Hualloc: 176/1768 Ashikaga Takauji: 173/1737 Basil the Macedonian: 173/1735 Honorius: 173/1731 kovaliklukas: 155/155...
|
NULL
|
|
17734
|
NULL
|
0
|
2026-04-14T15:56:41.655184+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182201655_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на-, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB995,3 MB894,5 MB780,8 MB766,4 MB735,9 MB732,4 MB637,6 MB597,9 MB592,3 MB549,7 MB546,9 MB540,1 MB489,2 MB486,1 MB475,4 MB465,1 MB417,8 MB388,7 MB386,9 MB383,2 MB375,1 MB346,4 MB335,7 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:56:41CPUMemoryDiskThreads392422817329252415112626152127232425232628242824232513EnergyPorts60412316 18494170612512512116 45617216723622617633312711911912211912212812212512411912272PID248351470040714664801460035848495004784226548248431467380192427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,28 GB1,67 GB2,74 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,94 GB2,96 GB6,82 GB...
|
NULL
|
6892277886837497796
|
NULL
|
click
|
ocr
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на-, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB995,3 MB894,5 MB780,8 MB766,4 MB735,9 MB732,4 MB637,6 MB597,9 MB592,3 MB549,7 MB546,9 MB540,1 MB489,2 MB486,1 MB475,4 MB465,1 MB417,8 MB388,7 MB386,9 MB383,2 MB375,1 MB346,4 MB335,7 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 18:56:41CPUMemoryDiskThreads392422817329252415112626152127232425232628242824232513EnergyPorts60412316 18494170612512512116 45617216723622617633312711911912211912212812212512411912272PID248351470040714664801460035848495004784226548248431467380192427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,28 GB1,67 GB2,74 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,94 GB2,96 GB6,82 GB...
|
NULL
|
|
17900
|
NULL
|
0
|
2026-04-14T16:00:45.310210+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182445310_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
14518210020013/30Dark Age40--Villager Created--Hol 14518210020013/30Dark Age40--Villager Created--Hold down ALT and right-click to garrisoninside this building for protection andhealing.4 Siddhraj Jaisingh: 345/345 CAnceu Hualloc: 339/3395 Honorius: 328/328kovaliklukas: 324/3247 Basil the Macedonian: 322/3223 Bird Jaguar: 318/3186 Mindaugas: 314/3148 Ashikaga Takauji: 299/299...
|
NULL
|
-1235656924715773362
|
NULL
|
click
|
ocr
|
NULL
|
14518210020013/30Dark Age40--Villager Created--Hol 14518210020013/30Dark Age40--Villager Created--Hold down ALT and right-click to garrisoninside this building for protection andhealing.4 Siddhraj Jaisingh: 345/345 CAnceu Hualloc: 339/3395 Honorius: 328/328kovaliklukas: 324/3247 Basil the Macedonian: 322/3223 Bird Jaguar: 318/3186 Mindaugas: 314/3148 Ashikaga Takauji: 299/299...
|
NULL
|
|
17945
|
NULL
|
0
|
2026-04-14T16:01:58.730848+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182518730_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратихSteliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1да не пречат на процесването и отговораSteliyan Georgiev 4:10 PMне сьм много сигурен какkaLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1NewNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаMessage Aneliya Angelova, Nikolay Yankov, Steli...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperSlack Helper (Renderer)Firefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB994,4 MB885,3 MB781,3 MB766,5 MB738,1 MB732,5 MB637,4 MB600,2 MB592,7 MB549,7 MB549,2 MB546,9 MB504,7 MB484,4 MB475,4 MB465,4 MB417,8 MB390,4 MB388,9 MB384,1 MB375,1 MB355,6 MB335,7 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 19:01:58CPUMemoryDiskThreads372423807429252415112715272027232425242727242824232513EnergyPorts60212416 15493970812612612216 45617216524017622931812812012112312212512712312612512012372PID248351470040714664801460035848495004784226548248431467324273801911487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,32 GB <1,65 GB2,74 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,29 GB2,93 GB6,55 GB...
|
NULL
|
-3438042826706599884
|
NULL
|
click
|
ocr
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратихSteliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1да не пречат на процесването и отговораSteliyan Georgiev 4:10 PMне сьм много сигурен какkaLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1NewNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаMessage Aneliya Angelova, Nikolay Yankov, Steli...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperSlack Helper (Renderer)Firefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB994,4 MB885,3 MB781,3 MB766,5 MB738,1 MB732,5 MB637,4 MB600,2 MB592,7 MB549,7 MB549,2 MB546,9 MB504,7 MB484,4 MB475,4 MB465,4 MB417,8 MB390,4 MB388,9 MB384,1 MB375,1 MB355,6 MB335,7 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 19:01:58CPUMemoryDiskThreads372423807429252415112715272027232425242727242824232513EnergyPorts60212416 15493970812612612216 45617216524017622931812812012112312212512712312612512012372PID248351470040714664801460035848495004784226548248431467324273801911487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,32 GB <1,65 GB2,74 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,29 GB2,93 GB6,55 GB...
|
17942
|
|
17946
|
NULL
|
0
|
2026-04-14T16:01:58.735102+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182518735_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
12511710020016/30toDark Age--Lumber Camp Built---V 12511710020016/30toDark Age--Lumber Camp Built---Villager Created-3 Bird Jaguar: 393/393Anccu Hualloc: 391/3914 Siddhraj Jaisingh: 384/3846 Mindaugas: 383/3835 Honorius: 377/3778 Ashikaga Takauji: 375/3751 kovaliklukas: 366/3667 Basil the Macedonian: 354/354Town Center0/15T 3/5kovalfklukas (Britons)Creating 28%Villager2400/2400...
|
NULL
|
1209664220139049537
|
NULL
|
click
|
ocr
|
NULL
|
12511710020016/30toDark Age--Lumber Camp Built---V 12511710020016/30toDark Age--Lumber Camp Built---Villager Created-3 Bird Jaguar: 393/393Anccu Hualloc: 391/3914 Siddhraj Jaisingh: 384/3846 Mindaugas: 383/3835 Honorius: 377/3778 Ashikaga Takauji: 375/3751 kovaliklukas: 366/3667 Basil the Macedonian: 354/354Town Center0/15T 3/5kovalfklukas (Britons)Creating 28%Villager2400/2400...
|
17944
|
|
18110
|
NULL
|
0
|
2026-04-14T16:06:53.062646+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182813062_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
[CREDIT_CARD]/30Feudal AgeGame Paused (P)6 Mindaug [CREDIT_CARD]/30Feudal AgeGame Paused (P)6 Mindaugas: 689/6898 Ashikaga Takauji: 644/6444 Siddhraj Jaisingh: 630/6303 Bird Jaguar: 623/6237 Basil the Macedonian: 620/6205 Honorius: 614/6141 kovaliklukas: 605/6052 Anccu Hualloc: 584/584...
|
NULL
|
-5373439593242562529
|
NULL
|
visual_change
|
ocr
|
NULL
|
[CREDIT_CARD]/30Feudal AgeGame Paused (P)6 Mindaug [CREDIT_CARD]/30Feudal AgeGame Paused (P)6 Mindaugas: 689/6898 Ashikaga Takauji: 644/6444 Siddhraj Jaisingh: 630/6303 Bird Jaguar: 623/6237 Basil the Macedonian: 620/6205 Honorius: 614/6141 kovaliklukas: 605/6052 Anccu Hualloc: 584/584...
|
18108
|
|
18126
|
NULL
|
0
|
2026-04-14T16:07:24.948779+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182844948_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Не -правя?O Files+чямаме в шрифта на-, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратихSteliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1да не пречат на процесването и отговораSteliyan Georgiev 4:10 PMне сьм много сигурен какkaLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1NewNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаMessage Aneliya Angelova, Nikolay Yankov, Steli...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB992,4 MB887,8 MB783,0 MB766,5 MB741,0 MB732,5 MB637,4 MB597,6 MB592,2 MB550,0 MB549,7 MB546,9 MB512,1 MB484,5 MB475,5 MB466,7 MB417,8 MB392,7 MB390,7 MB385,5 MB375,4 MB351,8 MB335,8 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 19:07:24CPUMemoryDiskThreads382523827428252315121626272130222526242628242725222413EnergyPorts59412516 15594170612412612016 45617216819023723033313211812112512212312912212412711812172PID248351470040714664801460035848495004784226548248432427314673801911487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,29 GB<1,67 GB2,72 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,01 GB2,93 GB6,79 GB...
|
NULL
|
1188963463196467916
|
NULL
|
click
|
ocr
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Не -правя?O Files+чямаме в шрифта на-, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратихSteliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1да не пречат на процесването и отговораSteliyan Georgiev 4:10 PMне сьм много сигурен какkaLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1NewNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаMessage Aneliya Angelova, Nikolay Yankov, Steli...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceSlack Helper (Renderer)Firefox GPU HelperFirefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB992,4 MB887,8 MB783,0 MB766,5 MB741,0 MB732,5 MB637,4 MB597,6 MB592,2 MB550,0 MB549,7 MB546,9 MB512,1 MB484,5 MB475,5 MB466,7 MB417,8 MB392,7 MB390,7 MB385,5 MB375,4 MB351,8 MB335,8 MB321,1 MB278,9 MB277,9 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 19:07:24CPUMemoryDiskThreads382523827428252315121626272130222526242628242725222413EnergyPorts59412516 15594170612412612016 45617216819023723033313211812112512212312912212412711812172PID248351470040714664801460035848495004784226548248432427314673801911487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,29 GB<1,67 GB2,72 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,01 GB2,93 GB6,79 GB...
|
18124
|
|
18127
|
NULL
|
0
|
2026-04-14T16:07:24.718916+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776182844718_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
66135314020023/30Feudal AgeRight-click to gather w 66135314020023/30Feudal AgeRight-click to gather wood. Build a LumberCamp nearby to gather wood faster.6 Mindaugas: 685/6858 Ashikaga Takauji: 668/6684 Siddhraj Jaisingh: 664/6643 Bird Jaguar: 657/6577 Basil the Macedonian: 656/6565 Honorius: 639/6391 kovaliklukas: 624/6242 Anccu Hualloc: 610/610...
|
NULL
|
5931657645094584522
|
NULL
|
visual_change
|
ocr
|
NULL
|
66135314020023/30Feudal AgeRight-click to gather w 66135314020023/30Feudal AgeRight-click to gather wood. Build a LumberCamp nearby to gather wood faster.6 Mindaugas: 685/6858 Ashikaga Takauji: 668/6684 Siddhraj Jaisingh: 664/6643 Bird Jaguar: 657/6577 Basil the Macedonian: 656/6565 Honorius: 639/6391 kovaliklukas: 624/6242 Anccu Hualloc: 610/610...
|
NULL
|
|
18286
|
NULL
|
0
|
2026-04-14T16:12:20.682666+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183140682_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
76219412528/30Castle Age-Warning: You are being at 76219412528/30Castle Age-Warning: You are being attacked bywild animals!!!-Click to select this villager.2 Anccu Hualloc: 1118/11188 Ashikaga Takauji: 1091/10916 Mindaugas: 1050/10504 Siddhraj Jaisingh: 1031/10317 Basil the Macedonian: 1030/10303 Bird Jaguar: 995/9955 Honorius: 983/9831 kovaliklukas: 969/969II...
|
NULL
|
5674560002725913553
|
NULL
|
visual_change
|
ocr
|
NULL
|
76219412528/30Castle Age-Warning: You are being at 76219412528/30Castle Age-Warning: You are being attacked bywild animals!!!-Click to select this villager.2 Anccu Hualloc: 1118/11188 Ashikaga Takauji: 1091/10916 Mindaugas: 1050/10504 Siddhraj Jaisingh: 1031/10317 Basil the Macedonian: 1030/10303 Bird Jaguar: 995/9955 Honorius: 983/9831 kovaliklukas: 969/969II...
|
NULL
|
|
18295
|
NULL
|
0
|
2026-04-14T16:12:42.857154+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183162857_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на-, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB989,4 MB889,3 MB786,5 MB766,6 MB744,7 MB732,5 MB637,4 MB599,3 MB592,7 MB549,7 MB546,9 MB525,4 MB506,3 MB484,5 MB475,6 MB467,1 MB417,8 MB394,2 MB392,9 MB387,1 MB375,5 MB344,9 MB335,8 MB321,1 MB278,9 MB278,6 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 19:12:42CPUMemoryDiskThreads382323817429252415112626152129232425232628242825232513EnergyPorts59912216 15794170812612612216 45617216623722617633313112012112312012312912312612712012372PID248351470040714664801460035848495004784226548248431467380192427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,28 GB1,67 GB2,72 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,11 GB2,94 GB6,68 GB...
|
NULL
|
6880308039599568490
|
NULL
|
click
|
ocr
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpED→Search Jiminny IncHomeDMsActivityFilesLaterJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на-, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратих..•Steliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1MoreDirect messagesAneliya Angelova, ...Vasil Vasilevда не пречат на процесването и отговораSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...Steliyan Georgiev 4:10 PMне сьм много сигурен какLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1Newi: AppsNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаJira Cloud+ToastMessage Aneliya Angelova, Nikolay Yankov, Steli...Google Cale...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperFirefox GPU HelperSlack Helper (Renderer)Notion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,01 GB1,19 GB989,4 MB889,3 MB786,5 MB766,6 MB744,7 MB732,5 MB637,4 MB599,3 MB592,7 MB549,7 MB546,9 MB525,4 MB506,3 MB484,5 MB475,6 MB467,1 MB417,8 MB394,2 MB392,9 MB387,1 MB375,5 MB344,9 MB335,8 MB321,1 MB278,9 MB278,6 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% <47Tue 14 Apr 19:12:42CPUMemoryDiskThreads382323817429252415112626152129232425232628242825232513EnergyPorts59912216 15794170812612612216 45617216623722617633313112012112312012312912312612712012372PID248351470040714664801460035848495004784226548248431467380192427311487087349623340701479150891133432824628931710951120232249278005091016,00 GB14,28 GB1,67 GB2,72 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas4,11 GB2,94 GB6,68 GB...
|
NULL
|
|
18296
|
NULL
|
0
|
2026-04-14T16:12:42.889861+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183162889_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
74227412528/30Castle AgeClick to select this build 74227412528/30Castle AgeClick to select this building.2 Anccu Hualloc: 1130/11306 Mindaugas: 1090/10904 Siddhraj Jaisingh: 1074/10743 Bird Jaguar: 1051/10518 Ashikaga Takauji: 1036/10365 Honorius: 1014/10141 kovaliklukas: 987/9877 Basil the Macedonian: 983/983II...
|
NULL
|
-6448818471662813016
|
NULL
|
click
|
ocr
|
NULL
|
74227412528/30Castle AgeClick to select this build 74227412528/30Castle AgeClick to select this building.2 Anccu Hualloc: 1130/11306 Mindaugas: 1090/10904 Siddhraj Jaisingh: 1074/10743 Bird Jaguar: 1051/10518 Ashikaga Takauji: 1036/10365 Honorius: 1014/10141 kovaliklukas: 987/9877 Basil the Macedonian: 983/983II...
|
NULL
|
|
18459
|
NULL
|
0
|
2026-04-14T16:17:27.866465+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183447866_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
12047933/45Castle Age-Monk Created---Town Center B 12047933/45Castle Age-Monk Created---Town Center Built--Game Paused (P)Right-click to mine for stone. Build a MiningCamp nearby to gather stone faster.6 Mindaugas: 1794/17944 Siddhraj Jaisingh: 1694/16948 Ashikaga Takauji: 1619/16195 Honorius: 1618/16181 kovaliklukas: 1605/16057 Basil the Macedonian: 1552/15523 Bird Jaguar: 1466/14662 Anccu Hualloc: 1413/1413BBBEII...
|
NULL
|
-116708224434873146
|
NULL
|
click
|
ocr
|
NULL
|
12047933/45Castle Age-Monk Created---Town Center B 12047933/45Castle Age-Monk Created---Town Center Built--Game Paused (P)Right-click to mine for stone. Build a MiningCamp nearby to gather stone faster.6 Mindaugas: 1794/17944 Siddhraj Jaisingh: 1694/16948 Ashikaga Takauji: 1619/16195 Honorius: 1618/16181 kovaliklukas: 1605/16057 Basil the Macedonian: 1552/15523 Bird Jaguar: 1466/14662 Anccu Hualloc: 1413/1413BBBEII...
|
NULL
|
|
18481
|
NULL
|
0
|
2026-04-14T16:17:56.143667+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183476143_m1.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратихSteliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1да не пречат на процесването и отговораSteliyan Georgiev 4:10 PMне сьм много сигурен какkaLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1NewNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаMessage Aneliya Angelova, Nikolay Yankov, Steli...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperSlack Helper (Renderer)Firefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,02 GB1,19 GB993,9 MB890,8 MB788,8 MB766,6 MB747,2 MB732,5 MB637,4 MB597,5 MB592,5 MB549,7 MB549,5 MB546,9 MB502,1 MB484,7 MB478,3 MB475,6 MB417,8 MB391,9 MB388,1 MB375,5 MB372,9 MB340,7 MB335,7 MB321,1 MB278,9 MB278,6 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 19:17:55CPUMemoryDiskThreads382421817429252415122715272027262325232724272824232513EnergyPorts59712416 16094171012612612216 45617216824017622931812812312012312012712312512612512012372PID248351470040714664801460035848495004784226548248431467324273801911487087334070496231479150891282462893113343710951120232249278005091016,00 GB14,27 GB <1,69 GB2,68 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,82 GB2,96 GB6,95 GB...
|
NULL
|
-940126010032193133
|
NULL
|
click
|
ocr
|
NULL
|
+FirefoxFileEditViewHistoryBookmarksProfilesToolsW +FirefoxFileEditViewHistoryBookmarksProfilesToolsWindowHelpEDHomeDMsActivityFilesLater..•More+→Search Jiminny IncJiminny ...sos+# general# infra-changes# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...Direct messagesAneliya Angelova, ...Vasil VasilevSteliyan GeorgievAdelina Petrova, Ili...Ro Adelina Petrova% Galya DimitrovaRs Nikolay Nikolov "2Galya Dimitrova, Ni...2Galya Dimitrova, Ni...i: AppsJira CloudToastGoogle Cale...Aneliya Angelova, ...86 0• MessagesAdd canvasпредполагTodayПДФ-а. Неправя?O Files+чямаме в шрифта на, рен какво да ги@Nikolay Yankov, някой от горните ли имашпредвид или трето? (edited)Nikolay Yankov 4:09 PMпоследния дето пратихSteliyan Georgiev 4:09 PMда, за него говоря и азNikolay Yankov 4:10 PMможе би да ги скипваме такива emojis* 1да не пречат на процесването и отговораSteliyan Georgiev 4:10 PMне сьм много сигурен какkaLukas Kovalik 5:41 PMсега ще го добавя това за disable on expired,после може да се тества по сьщия начинкато генериране сьс сьщата командаH1NewNikolay Yankov 6:14 PMпушнах фикса за delete да маха реда отраблицатаMessage Aneliya Angelova, Nikolay Yankov, Steli...+(lol14Activity MonitorAll ProcessesProcess NameBoosteroidFirefoxCP Isolated Web ContentWindowServerFirefoxFirefoxFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentCursorUlViewService (Not Responding)Notion Calendar Helper (Renderer)VTDecoderXPCServiceFirefox GPU HelperSlack Helper (Renderer)Firefox GPU HelperNotion Helper (Renderer)FirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentFirefoxCP Isolated Web ContentclaudeMEMORY PRESSUREMem...2,02 GB1,19 GB993,9 MB890,8 MB788,8 MB766,6 MB747,2 MB732,5 MB637,4 MB597,5 MB592,5 MB549,7 MB549,5 MB546,9 MB502,1 MB484,7 MB478,3 MB475,6 MB417,8 MB391,9 MB388,1 MB375,5 MB372,9 MB340,7 MB335,7 MB321,1 MB278,9 MB278,6 MBPhysical Memory:Memory Used:Cached Files:Swap Used:100% C4Tue 14 Apr 19:17:55CPUMemoryDiskThreads382421817429252415122715272027262325232724272824232513EnergyPorts59712416 16094171012612612216 45617216824017622931812812312012312012712312512612512012372PID248351470040714664801460035848495004784226548248431467324273801911487087334070496231479150891282462893113343710951120232249278005091016,00 GB14,27 GB <1,69 GB2,68 GBApp Memory:Wired Memory:Compressed:NetworkUserlukaslukas_windowserverlukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukaslukas3,82 GB2,96 GB6,95 GB...
|
18479
|
|
18483
|
NULL
|
0
|
2026-04-14T16:17:58.993775+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183478993_m2.jpg...
|
Boosteroid
|
Boosteroid
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
27934/45Castle AgeAnccu Hualloc advanced to the Ca 27934/45Castle AgeAnccu Hualloc advanced to the Castle6 Mindaugas: 1841/18414 Siddhraj Jaisingh: 1811/1811 €8 Ashikaga Takauji: 1677/16775 Honorius: 1656/16562 Anccu Hualloc: 1621/16211 kovaliklukas: 1601/16017 Basil the Macedonian: 1589/15893 Bird Jaguar: 1448/1448Town Center0/15T 5/7kovalfklukas (Britons))Creating 30%Villager2400/2400...
|
NULL
|
-8423441316100886070
|
NULL
|
visual_change
|
ocr
|
NULL
|
27934/45Castle AgeAnccu Hualloc advanced to the Ca 27934/45Castle AgeAnccu Hualloc advanced to the Castle6 Mindaugas: 1841/18414 Siddhraj Jaisingh: 1811/1811 €8 Ashikaga Takauji: 1677/16775 Honorius: 1656/16562 Anccu Hualloc: 1621/16211 kovaliklukas: 1601/16017 Basil the Macedonian: 1589/15893 Bird Jaguar: 1448/1448Town Center0/15T 5/7kovalfklukas (Britons))Creating 30%Villager2400/2400...
|
NULL
|
|
18645
|
NULL
|
0
|
2026-04-14T16:23:20.212960+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183800212_m2.jpg...
|
NULL
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Notion calendarEditViewWindowHelpA100% CS•Tue 14 A Notion calendarEditViewWindowHelpA100% CS•Tue 14 Apr 19:23:19doo.clcieci.com/orednizatomennuomminy&'Issues - app in Jiminny SonarQubePlatform Sprint 1 Q2 - Platform TeaJY-20543 add AJ reports User pilcZ Configure SSH access to multiple@ Console Home | Console Home | usSecurityGroup | EC2 |us-east-2JY-20543 add AJ reports User pilcSRD-6779 | JY-20632 | Unable toJy 19/98 evaluation for al activitya Jiminny- Service-Desk - Queues - PlatformJY-20543 add AJ reports User pilc(x) Configure SSH access to multipleNew TabC CloudWatch I us-east-2( Jy 20541 stale records pr 1 by Vaso Lukas Kovalik - lime Ofr+ New Tabo circleci •HomePipelinesOrganization HomeSee all projectsappOverviewPipelines®InsightsTHROUCHPUTIThe average number or workrlow runs per dayover the last 30 days.84 +2%Learn more 7 about improving throughput.See all insights →ProjectsDeploysLASTRUN2 minutes agoLAST TRIGGERED BYautomate-dependabot-Issues-tixes* PeopleACTIVE USERS THIS BILLING PERIOD8Ada more teammates →InsightsRunnersOrgPlanE PlanUSAGE THS BILUING PERIOIDPERFORMANCLCREDIIUSAGE129,428See more usage data →Chunk...
|
NULL
|
-7193430965008155012
|
NULL
|
visual_change
|
ocr
|
NULL
|
Notion calendarEditViewWindowHelpA100% CS•Tue 14 A Notion calendarEditViewWindowHelpA100% CS•Tue 14 Apr 19:23:19doo.clcieci.com/orednizatomennuomminy&'Issues - app in Jiminny SonarQubePlatform Sprint 1 Q2 - Platform TeaJY-20543 add AJ reports User pilcZ Configure SSH access to multiple@ Console Home | Console Home | usSecurityGroup | EC2 |us-east-2JY-20543 add AJ reports User pilcSRD-6779 | JY-20632 | Unable toJy 19/98 evaluation for al activitya Jiminny- Service-Desk - Queues - PlatformJY-20543 add AJ reports User pilc(x) Configure SSH access to multipleNew TabC CloudWatch I us-east-2( Jy 20541 stale records pr 1 by Vaso Lukas Kovalik - lime Ofr+ New Tabo circleci •HomePipelinesOrganization HomeSee all projectsappOverviewPipelines®InsightsTHROUCHPUTIThe average number or workrlow runs per dayover the last 30 days.84 +2%Learn more 7 about improving throughput.See all insights →ProjectsDeploysLASTRUN2 minutes agoLAST TRIGGERED BYautomate-dependabot-Issues-tixes* PeopleACTIVE USERS THIS BILLING PERIOD8Ada more teammates →InsightsRunnersOrgPlanE PlanUSAGE THS BILUING PERIOIDPERFORMANCLCREDIIUSAGE129,428See more usage data →Chunk...
|
NULL
|
|
18719
|
NULL
|
0
|
2026-04-14T16:26:28.445972+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776183988445_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT app_name, COUNT(*) as frames
FROM frames
GROUP BY app_name
ORDER BY frames DESC
LIMIT 15;"
|6198
Boosteroid|3593
Firefox|2008
iTerm2|1197
PhpStorm|974
Slack|387
Claude|322
Dia|171
Code|155
Finder|125
Alfred|67
System Settings|59
Activity Monitor|45
Orion|43
CleanShot X|42
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
app_name,
COUNT(*) as rows,
AVG(LENGTH(text)) as avg_text_len,
SUM(LENGTH(text))/1024/1024 as total_mb
FROM ocr_text
JOIN frames ON ocr_text.frame_id = frames.id
GROUP BY app_name
ORDER BY total_mb DESC
LIMIT 15;"
Error: in prepare, ambiguous column name: app_name
SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len,
^--- error here
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
f.app_name,
COUNT(*) as rows,
AVG(LENGTH(o.text)) as avg_text_len,
SUM(LENGTH(o.text))/1024/1024 as total_mb
FROM ocr_text o
JOIN frames f ON o.frame_id = f.id
GROUP BY f.app_name
ORDER BY total_mb DESC
LIMIT 15;"
|6206|2989.91637125363|17
Boosteroid|3593|1169.43362092959|4
Slack|387|3164.1834625323|1
PhpStorm|299|3867.36454849498|1
Firefox|366|3405.68852459016|1
iTerm2|10|2601.1|0
UserNotificationCenter|1|664.0|0
Tailscale|2|3256.5|0
Raycast|2|1539.5|0
QuickTime Player|15|3574.33333333333|0
Preview|1|2829.0|0
Finder|38|2407.44736842105|0
Dia|63|2062.65079365079|0
CoreServicesUIAgent|1|1962.0|0
Control Centre|12|4385.83333333333|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
2.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT app_name, COUNT(*) as frames\nFROM frames\nGROUP BY app_name\nORDER BY frames DESC\nLIMIT 15;\"\n|6198\nBoosteroid|3593\nFirefox|2008\niTerm2|1197\nPhpStorm|974\nSlack|387\nClaude|322\nDia|171\nCode|155\nFinder|125\nAlfred|67\nSystem Settings|59\nActivity Monitor|45\nOrion|43\nCleanShot X|42\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n app_name,\n COUNT(*) as rows,\n AVG(LENGTH(text)) as avg_text_len,\n SUM(LENGTH(text))/1024/1024 as total_mb\nFROM ocr_text\nJOIN frames ON ocr_text.frame_id = frames.id\nGROUP BY app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\nError: in prepare, ambiguous column name: app_name\n SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len, \n ^--- error here\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n f.app_name,\n COUNT(*) as rows,\n AVG(LENGTH(o.text)) as avg_text_len,\n SUM(LENGTH(o.text))/1024/1024 as total_mb\nFROM ocr_text o\nJOIN frames f ON o.frame_id = f.id\nGROUP BY f.app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\n|6206|2989.91637125363|17\nBoosteroid|3593|1169.43362092959|4\nSlack|387|3164.1834625323|1\nPhpStorm|299|3867.36454849498|1\nFirefox|366|3405.68852459016|1\niTerm2|10|2601.1|0\nUserNotificationCenter|1|664.0|0\nTailscale|2|3256.5|0\nRaycast|2|1539.5|0\nQuickTime Player|15|3574.33333333333|0\nPreview|1|2829.0|0\nFinder|38|2407.44736842105|0\nDia|63|2062.65079365079|0\nCoreServicesUIAgent|1|1962.0|0\nControl Centre|12|4385.83333333333|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n2.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*","depth":4,"value":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT app_name, COUNT(*) as frames\nFROM frames\nGROUP BY app_name\nORDER BY frames DESC\nLIMIT 15;\"\n|6198\nBoosteroid|3593\nFirefox|2008\niTerm2|1197\nPhpStorm|974\nSlack|387\nClaude|322\nDia|171\nCode|155\nFinder|125\nAlfred|67\nSystem Settings|59\nActivity Monitor|45\nOrion|43\nCleanShot X|42\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n app_name,\n COUNT(*) as rows,\n AVG(LENGTH(text)) as avg_text_len,\n SUM(LENGTH(text))/1024/1024 as total_mb\nFROM ocr_text\nJOIN frames ON ocr_text.frame_id = frames.id\nGROUP BY app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\nError: in prepare, ambiguous column name: app_name\n SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len, \n ^--- error here\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n f.app_name,\n COUNT(*) as rows,\n AVG(LENGTH(o.text)) as avg_text_len,\n SUM(LENGTH(o.text))/1024/1024 as total_mb\nFROM ocr_text o\nJOIN frames f ON o.frame_id = f.id\nGROUP BY f.app_name\nORDER BY total_mb DESC\nLIMIT 15;\"\n|6206|2989.91637125363|17\nBoosteroid|3593|1169.43362092959|4\nSlack|387|3164.1834625323|1\nPhpStorm|299|3867.36454849498|1\nFirefox|366|3405.68852459016|1\niTerm2|10|2601.1|0\nUserNotificationCenter|1|664.0|0\nTailscale|2|3256.5|0\nRaycast|2|1539.5|0\nQuickTime Player|15|3574.33333333333|0\nPreview|1|2829.0|0\nFinder|38|2407.44736842105|0\nDia|63|2062.65079365079|0\nCoreServicesUIAgent|1|1962.0|0\nControl Centre|12|4385.83333333333|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n2.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.12291667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.12708333,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.24583334,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.25,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"ec2-user@ip-10-30-93-249:~ (nc)","depth":2,"bounds":{"left":0.36875,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.37291667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.49166667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49583334,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6145833,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.61875,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7375,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.7416667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Unable to access screenpipe activity data (claude)","depth":2,"bounds":{"left":0.86041665,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8645833,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-247093436565082495
|
-4302699254521464269
|
idle
|
accessibility
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT app_name, COUNT(*) as frames
FROM frames
GROUP BY app_name
ORDER BY frames DESC
LIMIT 15;"
|6198
Boosteroid|3593
Firefox|2008
iTerm2|1197
PhpStorm|974
Slack|387
Claude|322
Dia|171
Code|155
Finder|125
Alfred|67
System Settings|59
Activity Monitor|45
Orion|43
CleanShot X|42
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
app_name,
COUNT(*) as rows,
AVG(LENGTH(text)) as avg_text_len,
SUM(LENGTH(text))/1024/1024 as total_mb
FROM ocr_text
JOIN frames ON ocr_text.frame_id = frames.id
GROUP BY app_name
ORDER BY total_mb DESC
LIMIT 15;"
Error: in prepare, ambiguous column name: app_name
SELECT app_name, COUNT(*) as rows, AVG(LENGTH(text)) as avg_text_len,
^--- error here
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
f.app_name,
COUNT(*) as rows,
AVG(LENGTH(o.text)) as avg_text_len,
SUM(LENGTH(o.text))/1024/1024 as total_mb
FROM ocr_text o
JOIN frames f ON o.frame_id = f.id
GROUP BY f.app_name
ORDER BY total_mb DESC
LIMIT 15;"
|6206|2989.91637125363|17
Boosteroid|3593|1169.43362092959|4
Slack|387|3164.1834625323|1
PhpStorm|299|3867.36454849498|1
Firefox|366|3405.68852459016|1
iTerm2|10|2601.1|0
UserNotificationCenter|1|664.0|0
Tailscale|2|3256.5|0
Raycast|2|1539.5|0
QuickTime Player|15|3574.33333333333|0
Preview|1|2829.0|0
Finder|38|2407.44736842105|0
Dia|63|2062.65079365079|0
CoreServicesUIAgent|1|1962.0|0
Control Centre|12|4385.83333333333|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
2.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
18767
|
NULL
|
0
|
2026-04-14T16:31:49.527564+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776184309527_m2.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
2026-04-13T19:39:29.643829Z INFO screenpipe_conne 2026-04-13T19:39:29.643829Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030
2026-04-13T19:39:29.788633Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3943 frame entries, coverage from 2026-04-12 16:39:29.630549 UTC
2026-04-13T19:39:30.543977Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)
2026-04-13T19:39:30.544012Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)
2026-04-13T19:39:30.544060Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)
2026-04-13T19:39:31.016978Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)
2026-04-13T19:39:31.017036Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)
2026-04-13T19:39:31.017080Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)
2026-04-13T19:39:31.017114Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)
2026-04-13T19:39:32.207273Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-04-13T19:39:32.673392Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=7912, dur=47ms
2026-04-13T19:39:32.704069Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)
2026-04-13T19:39:32.872035Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=7913, dur=108ms
2026-04-13T19:39:34.636509Z INFO screenpipe_engine::retention: retention: initialized with 14d retention
2026-04-13T19:39:34.637200Z INFO screenpipe: local retention auto-enabled (14 days)
2026-04-13T19:39:44.339956Z WARN sqlx::query: summary="SELECT frames.id as frame_id, …" db.statement="\n\nSELECT\n frames.id as frame_id,\n COALESCE(\n frames.full_text,\n ocr_text.text,\n frames.accessibility_text,\n ''\n ) as ocr_text,\n ocr_text.text_json,\n frames.timestamp,\n frames.name as frame_name,\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\n frames.offset_index,\n frames.app_name,\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\n frames.window_name,\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\n GROUP_CONCAT(tags.name, ',') as tags,\n frames.browser_url,\n frames.focused\nFROM\n frames\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\nWHERE\n 1 = 1\n AND (\n ?2 IS NULL\n OR frames.timestamp >= ?2\n )\n AND (\n ?3 IS NULL\n OR frames.timestamp <= ?3\n )\n AND (\n ?4 IS NULL\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\n )\n AND (\n ?5 IS NULL\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\n )\n AND (\n ?6 IS NULL\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\n )\n AND (\n ?7 IS NULL\n OR frames.machine_id = ?7\n )\n AND (\n ?8 IS NULL\n OR frames.focused = ?8\n )\n AND (\n ?9 IS NULL\n OR frames.name LIKE '%' || ?9 || '%'\n )\nGROUP BY\n frames.id\nORDER BY\n frames.timestamp DESC\nLIMIT\n ?10 OFFSET ?11\n" rows_affected=0 rows_returned=5000 elapsed=1.608390416s
2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames
2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted
2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)
2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)
2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests
2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)
2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames
2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted
2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)
2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames
2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted
2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted
[1] + terminated npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start
[1] 24316
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ id: 1 │
│ │ id: 2 │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: [URL_WITH_CREDENTIALS] ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)
2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)
2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)
2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)
2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)
2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)
2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)
2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)
2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)
2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)
2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)
2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames
2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted
2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted
2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)
2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)
2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)
2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)
2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)
2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames
2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)
2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted
2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted
2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)
2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)
2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames
2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted
2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted
2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)
2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)
2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames
2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted
2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted
2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)
2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)
2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted
2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)
2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted
2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)
2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)
2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)
2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)
2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)
2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)
2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)
2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)
2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)
2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)
2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames
2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted
2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted
2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)
2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames
2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted
2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted
2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)
2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames
2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted
2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted
2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)
2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames
2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted
2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted
2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)
2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted
2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted
2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)
2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames
2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted
2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted
2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)
2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)
2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)
2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=[CREDIT_CARD], trigger=visual_change)
2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames
2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted
2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted
2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)
2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames
2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted
2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted
2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)
2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)
2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)
2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames
2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted
2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted
2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)
2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)
2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames
2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted
2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted
2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)
2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)
2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames
2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted
2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted
2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)
2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)
2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames
2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted
2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted
2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)
2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)
2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)
2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames
2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted
2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted
2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)
2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)
2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)
2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames
2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted
2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted
2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)
2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)
2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames
2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted
2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted
2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)
2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)
2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)
2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)
2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames
2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted
2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted
2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)
2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)
2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames
2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted
2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted
2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)
2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)
2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)
2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames
2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 J...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"2026-04-13T19:39:29.643829Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-13T19:39:29.788633Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3943 frame entries, coverage from 2026-04-12 16:39:29.630549 UTC\n2026-04-13T19:39:30.543977Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-13T19:39:30.544012Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-13T19:39:30.544060Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-13T19:39:31.016978Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)\n2026-04-13T19:39:31.017036Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)\n2026-04-13T19:39:31.017080Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-13T19:39:31.017114Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)\n2026-04-13T19:39:32.207273Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-13T19:39:32.673392Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=7912, dur=47ms\n2026-04-13T19:39:32.704069Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-13T19:39:32.872035Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=7913, dur=108ms\n2026-04-13T19:39:34.636509Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-13T19:39:34.637200Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-13T19:39:44.339956Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=5000 elapsed=1.608390416s\n2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames\n2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted\n2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)\n2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)\n2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests\n2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)\n2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames\n2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted\n2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)\n2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted\n2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted\n\n[1] + terminated npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start\n[1] 24316\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ id: 1 │\n│ │ id: 2 │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-14T09:23:19.025225Z INFO screenpipe: starting UI event capture\n2026-04-14T09:23:19.024042Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-14T09:23:19.034460Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-14T09:23:19.035048Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-14T09:23:19.041739Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-14T09:23:19.057947Z INFO screenpipe_engine::ui_recorder: UI recording session started: c7672ba6-54dd-483e-9512-949b51a2bd49\n2026-04-14T09:23:19.058064Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-14T09:23:19.058114Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-13 06:23:19.058103 UTC to 2026-04-14 06:23:19.058103 UTC)\n2026-04-14T09:23:19.062532Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-14T09:23:19.066551Z INFO screenpipe_engine::server: Server listening on 0.0.0.0:3030\n2026-04-14T09:23:19.080775Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-14T09:23:19.697314Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3756 frame entries, coverage from 2026-04-13 06:23:19.058103 UTC\n2026-04-14T09:23:19.985445Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-14T09:23:19.985474Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-14T09:23:19.985515Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-14T09:23:20.492622Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)\n2026-04-14T09:23:20.492664Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)\n2026-04-14T09:23:20.492694Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-14T09:23:20.492726Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)\n2026-04-14T09:23:21.313246Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T09:23:22.387611Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T09:23:22.954948Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=8037, dur=1082ms\n2026-04-14T09:23:23.488645Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=8038, dur=1012ms\n2026-04-14T09:23:24.063719Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-14T09:23:24.063951Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-14T09:24:19.745739Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T09:24:23.350916Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.7MB → 2.6MB (2.6x), 51 JPEGs deleted\n2026-04-14T09:24:26.531119Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.6MB → 3.9MB (2.7x), 55 JPEGs deleted\n2026-04-14T09:28:19.055456Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:28:54.061635Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:28:54.061630+00:00 (14d retention)\n2026-04-14T09:29:26.561625Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 2 eligible frames\n2026-04-14T09:33:54.056707Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:33:54.056680+00:00 (14d retention)\n2026-04-14T09:34:26.581293Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 11 eligible frames\n2026-04-14T09:34:27.123519Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 4 frames, 0.9MB → 0.6MB (1.6x), 4 JPEGs deleted\n2026-04-14T09:34:28.092531Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.4MB → 0.8MB (1.8x), 7 JPEGs deleted\n2026-04-14T09:38:54.029363Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:38:54.029346+00:00 (14d retention)\n2026-04-14T09:39:28.082314Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T09:39:29.343941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 4.0MB → 0.7MB (6.0x), 18 JPEGs deleted\n2026-04-14T09:39:30.750250Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 3.6MB → 0.8MB (4.5x), 20 JPEGs deleted\n2026-04-14T09:41:13.184908Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6982821907865222085, trigger=click)\n2026-04-14T09:41:19.221590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6812429097673958383, trigger=visual_change)\n2026-04-14T09:42:17.435758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6365427964931292073, trigger=click)\n2026-04-14T09:42:33.656193Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4160452185621303946, trigger=click)\n2026-04-14T09:42:46.140088Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2304266842869419917, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)\n2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)\n2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)\n2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)\n2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)\n2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)\n2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)\n2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)\n2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)\n2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames\n2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted\n2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted\n2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)\n2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)\n2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)\n2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames\n2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)\n2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted\n2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted\n2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)\n2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)\n2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted\n2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted\n2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)\n2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)\n2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames\n2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted\n2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted\n2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)\n2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)\n2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted\n2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)\n2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted\n2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)\n2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)\n2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)\n2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)\n2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)\n2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)\n2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)\n2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)\n2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames\n2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted\n2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted\n2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)\n2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames\n2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted\n2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted\n2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)\n2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames\n2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted\n2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted\n2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)\n2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted\n2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted\n2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)\n2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted\n2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted\n2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)\n2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted\n2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted\n2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)\n2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)\n2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)\n2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7926243118367575, trigger=visual_change)\n2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames\n2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted\n2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted\n2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)\n2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames\n2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted\n2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted\n2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)\n2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)\n2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)\n2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted\n2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted\n2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)\n2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)\n2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames\n2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted\n2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted\n2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)\n2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)\n2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames\n2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted\n2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted\n2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)\n2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)\n2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted\n2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted\n2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)\n2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)\n2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)\n2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames\n2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted\n2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted\n2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)\n2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)\n2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)\n2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted\n2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted\n2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)\n2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)\n2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted\n2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted\n2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)\n2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)\n2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted\n2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted\n2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)\n2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)\n2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted\n2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted\n2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)\n2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)\n2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames\n2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 JPEGs deleted\n2026-04-14T11:42:37.766533Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 9.0MB → 1.5MB (5.9x), 30 JPEGs deleted\n2026-04-14T11:43:51.124758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:43:54.268889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:43:54.268879+00:00 (14d retention)\n2026-04-14T11:46:19.707681Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3798630016527344503, trigger=click)\n2026-04-14T11:46:48.465938Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3752925360567203396, trigger=click)\n2026-04-14T11:46:57.882997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4944898032929426667, trigger=click)\n2026-04-14T11:47:38.243841Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 60 eligible frames\n2026-04-14T11:47:40.205049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 4.5MB → 0.9MB (4.9x), 31 JPEGs deleted\n2026-04-14T11:47:42.924023Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.5MB → 2.2MB (3.4x), 27 JPEGs deleted\n2026-04-14T11:48:54.277677Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:48:54.277661+00:00 (14d retention)\n2026-04-14T11:52:42.972837Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:52:44.897822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 1.7MB (2.4x), 26 JPEGs deleted\n2026-04-14T11:52:46.752585Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 5.0MB → 1.5MB (3.3x), 18 JPEGs deleted\n2026-04-14T11:53:54.297037Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:53:54.296982+00:00 (14d retention)\n2026-04-14T11:57:47.933604Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=120 elapsed=1.159109625s\n2026-04-14T11:57:47.935233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T11:57:52.092496Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.2MB (5.3x), 52 JPEGs deleted\n2026-04-14T11:57:59.363321Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 14.5MB → 5.2MB (2.8x), 66 JPEGs deleted\n2026-04-14T11:58:54.308936Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:58:54.308907+00:00 (14d retention)\n2026-04-14T11:58:55.596617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1920847021272450725, trigger=click)\n2026-04-14T12:03:00.235073Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T12:03:05.209243Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.0MB → 1.7MB (8.8x), 57 JPEGs deleted\n2026-04-14T12:03:20.379815Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 61 frames, 16.1MB → 6.2MB (2.6x), 61 JPEGs deleted\n2026-04-14T12:03:54.314889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:03:54.314860+00:00 (14d retention)\n2026-04-14T12:07:32.156892Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4414873592361684168, trigger=click)\n2026-04-14T12:08:20.511267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 114 eligible frames\n2026-04-14T12:08:25.879226Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 13.2MB → 0.8MB (17.4x), 52 JPEGs deleted\n2026-04-14T12:08:36.233783Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 17.0MB → 8.6MB (2.0x), 60 JPEGs deleted\n2026-04-14T12:08:54.336990Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:08:54.336950+00:00 (14d retention)\n2026-04-14T12:13:36.840498Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 130 eligible frames\n2026-04-14T12:13:40.131975Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 6.7MB → 0.3MB (24.2x), 54 JPEGs deleted\n2026-04-14T12:13:53.030319Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.3MB → 7.2MB (2.7x), 74 JPEGs deleted\n2026-04-14T12:13:54.345530Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:13:54.345503+00:00 (14d retention)\n2026-04-14T12:17:11.495531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:17:29.950473Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:18:53.835568Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 115 eligible frames\n2026-04-14T12:18:54.353798Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:18:54.353791+00:00 (14d retention)\n2026-04-14T12:18:56.582704Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 5.4MB → 0.5MB (10.0x), 44 JPEGs deleted\n2026-04-14T12:19:10.154525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 18.9MB → 8.4MB (2.2x), 69 JPEGs deleted\n2026-04-14T12:20:21.652984Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=149369918600881871, trigger=click)\n2026-04-14T12:21:03.858762Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1019121305684409762, trigger=click)\n2026-04-14T12:23:54.364801Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:23:54.364775+00:00 (14d retention)\n2026-04-14T12:24:11.561109Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=110 elapsed=1.385900292s\n2026-04-14T12:24:11.564508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T12:24:15.282135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 6.3MB → 0.2MB (33.1x), 52 JPEGs deleted\n2026-04-14T12:24:25.885944Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 16.4MB → 3.9MB (4.2x), 56 JPEGs deleted\n2026-04-14T12:25:26.597886Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1909442749095147421, trigger=click)\n2026-04-14T12:26:07.655348Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:07.700894Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:34.464095Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7249461780092598041, trigger=visual_change)\n2026-04-14T12:28:54.391573Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:28:54.391548+00:00 (14d retention)\n2026-04-14T12:29:04.940113Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5980752912035217739, trigger=visual_change)\n2026-04-14T12:29:26.332838Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 73 eligible frames\n2026-04-14T12:29:28.615068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 4.1MB → 0.2MB (22.8x), 34 JPEGs deleted\n2026-04-14T12:29:34.400259Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 11.6MB → 2.8MB (4.1x), 37 JPEGs deleted\n2026-04-14T12:30:01.579118Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3434956056780458259, trigger=visual_change)\n2026-04-14T12:30:10.936246Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=2.923655916s\n2026-04-14T12:30:35.391558Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=3348 elapsed=1.623358375s\n2026-04-14T12:32:27.483265Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2550140762891249095, trigger=click)\n2026-04-14T12:32:29.765683Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8630694416318521734, trigger=visual_change)\n2026-04-14T12:32:32.746666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2550140762891249095, trigger=visual_change)\n2026-04-14T12:33:19.392207Z INFO screenpipe_engine::server: api_usage_5min: 2 requests\n2026-04-14T12:33:54.400517Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:33:54.400440+00:00 (14d retention)\n2026-04-14T12:34:34.939673Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:34:39.315842Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 7.6MB → 2.0MB (3.8x), 49 JPEGs deleted\n2026-04-14T12:34:48.628820Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 11.3MB → 6.0MB (1.9x), 42 JPEGs deleted\n2026-04-14T12:38:54.409596Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:38:54.409567+00:00 (14d retention)\n2026-04-14T12:39:48.710680Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:39:54.522917Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.7MB → 3.6MB (2.7x), 48 JPEGs deleted\n2026-04-14T12:40:00.198444Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 15.6MB → 2.6MB (6.1x), 43 JPEGs deleted\n2026-04-14T12:41:38.487313Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:38.673123Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:43.884491Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2111417376262186556, trigger=click)\n2026-04-14T12:43:54.398974Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:43:54.398957+00:00 (14d retention)\n2026-04-14T12:44:24.175904Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=visual_change)\n2026-04-14T12:44:30.170876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:44:30.170952Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:45:00.733180Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 34 eligible frames\n2026-04-14T12:45:02.503192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 2.9MB → 2.1MB (1.4x), 20 JPEGs deleted\n2026-04-14T12:45:03.882206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 3.9MB → 1.6MB (2.5x), 12 JPEGs deleted\n2026-04-14T12:45:45.072707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:45:45.083246Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:46:42.409604Z WARN sqlx::query: summary=\"COMMIT\" db.statement=\"\" rows_affected=1 rows_returned=0 elapsed=1.31212775s\n2026-04-14T12:47:26.531533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:47:41.077717Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:48:54.405689Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:48:54.405679+00:00 (14d retention)\n2026-04-14T12:50:04.633809Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 51 eligible frames\n2026-04-14T12:50:06.069922Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.2MB → 0.7MB (6.2x), 23 JPEGs deleted\n2026-04-14T12:50:07.945631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 8.0MB → 1.7MB (4.8x), 26 JPEGs deleted\n2026-04-14T12:52:02.053470Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T12:53:54.412723Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:53:54.412707+00:00 (14d retention)\n2026-04-14T12:55:08.015210Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T12:55:09.643439Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 3.5MB → 1.1MB (3.2x), 22 JPEGs deleted\n2026-04-14T12:55:11.761542Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 8.6MB → 1.8MB (4.7x), 29 JPEGs deleted\n2026-04-14T12:56:15.204136Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:56:15.283925Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.050651Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.055997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:58:54.461514Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:58:54.461483+00:00 (14d retention)\n2026-04-14T13:00:11.805891Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T13:00:14.859322Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.2MB → 1.7MB (3.6x), 51 JPEGs deleted\n2026-04-14T13:00:19.443941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 12.3MB → 4.9MB (2.5x), 66 JPEGs deleted\n2026-04-14T13:03:54.469708Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:03:54.469684+00:00 (14d retention)\n2026-04-14T13:05:19.981603Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T13:05:21.859127Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.7MB → 0.7MB (5.7x), 18 JPEGs deleted\n2026-04-14T13:05:24.577607Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 2.4MB (2.2x), 20 JPEGs deleted\n2026-04-14T13:08:54.487813Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:08:54.486312+00:00 (14d retention)\n2026-04-14T13:10:24.648030Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 33 eligible frames\n2026-04-14T13:10:25.871254Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 3.2MB → 0.6MB (5.4x), 15 JPEGs deleted\n2026-04-14T13:10:28.352020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.3MB → 1.4MB (2.4x), 16 JPEGs deleted\n2026-04-14T13:12:01.161758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2833080270416553027, trigger=click)\n2026-04-14T13:13:54.511233Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:13:54.511209+00:00 (14d retention)\n2026-04-14T13:15:28.447744Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 41 eligible frames\n2026-04-14T13:15:29.469009Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (8.2x), 14 JPEGs deleted\n2026-04-14T13:15:32.309251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.2MB → 2.8MB (1.9x), 25 JPEGs deleted\n2026-04-14T13:18:17.108565Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:17.119708Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:54.519243Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:18:54.519179+00:00 (14d retention)\n2026-04-14T13:20:26.369784Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:26.407528Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:32.393867Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:20:33.589662Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:20:35.605436Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.7MB → 0.9MB (2.9x), 16 JPEGs deleted\n2026-04-14T13:22:28.683895Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:23:54.528597Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:23:54.528584+00:00 (14d retention)\n2026-04-14T13:25:30.820459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:30.823174Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:36.174956Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 57 eligible frames\n2026-04-14T13:25:37.566914Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.8MB → 0.3MB (13.4x), 21 JPEGs deleted\n2026-04-14T13:25:40.582925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 10.3MB → 3.3MB (3.2x), 34 JPEGs deleted\n2026-04-14T13:25:48.203646Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T13:28:54.561297Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:28:54.561277+00:00 (14d retention)\n2026-04-14T13:29:25.961438Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:29:25.966531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:30:40.619502Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 24 eligible frames\n2026-04-14T13:30:41.476947Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:30:42.560911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 3.6MB → 0.6MB (6.0x), 11 JPEGs deleted\n2026-04-14T13:32:30.775481Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1549015432333443411, trigger=visual_change)\n2026-04-14T13:33:54.570388Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:33:54.570368+00:00 (14d retention)\n2026-04-14T13:34:59.446614Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6269796043063054792, trigger=visual_change)\n2026-04-14T13:35:43.050871Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 39 eligible frames\n2026-04-14T13:35:43.982381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (9.0x), 14 JPEGs deleted\n2026-04-14T13:35:46.365797Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 8.0MB → 2.4MB (3.4x), 23 JPEGs deleted\n2026-04-14T13:36:40.251928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:36:43.257442Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:38.580728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:54.579789Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:38:54.579754+00:00 (14d retention)\n2026-04-14T13:39:15.803850Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:15.812194Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:19.062502Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:45.647710Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:46.420120Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T13:40:47.507885Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.0MB → 0.8MB (3.7x), 16 JPEGs deleted\n2026-04-14T13:40:49.083271Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 4.8MB → 1.1MB (4.4x), 17 JPEGs deleted\n2026-04-14T13:43:54.595283Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:43:54.595271+00:00 (14d retention)\n2026-04-14T13:45:37.613525Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:45:49.145535Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:45:50.846993Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.4MB → 1.0MB (2.4x), 12 JPEGs deleted\n2026-04-14T13:45:52.876234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.9MB → 0.8MB (3.5x), 15 JPEGs deleted\n2026-04-14T13:48:54.282426Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5192407714022364550, trigger=click)\n2026-04-14T13:48:54.604272Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:48:54.604264+00:00 (14d retention)\n2026-04-14T13:49:25.352624Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:25.367719Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:27.018721Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=visual_change)\n2026-04-14T13:50:53.383666Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T13:50:54.467249Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.2MB → 0.5MB (4.6x), 11 JPEGs deleted\n2026-04-14T13:50:55.269996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 1.4MB → 0.3MB (5.5x), 9 JPEGs deleted\n2026-04-14T13:52:24.794051Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3397592283435315795, trigger=click)\n2026-04-14T13:53:54.613322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:53:54.613303+00:00 (14d retention)\n2026-04-14T13:55:55.311772Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T13:55:56.814200Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 3.4MB → 0.9MB (3.9x), 14 JPEGs deleted\n2026-04-14T13:55:59.100041Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.6MB → 1.9MB (1.9x), 16 JPEGs deleted\n2026-04-14T13:58:39.887337Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8036415082675154899, trigger=visual_change)\n2026-04-14T13:58:54.570209Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:58:54.570196+00:00 (14d retention)\n2026-04-14T13:59:37.381586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T13:59:40.428655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T14:00:59.131113Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T14:01:01.875522Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 11.3MB → 2.4MB (4.7x), 43 JPEGs deleted\n2026-04-14T14:01:06.431031Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 10.8MB → 5.9MB (1.9x), 49 JPEGs deleted\n2026-04-14T14:03:54.572131Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:03:54.572119+00:00 (14d retention)\n2026-04-14T14:06:06.940814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T14:06:10.879356Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 17.1MB → 1.2MB (13.9x), 69 JPEGs deleted\n2026-04-14T14:06:17.035393Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.6MB → 8.6MB (2.3x), 74 JPEGs deleted\n2026-04-14T14:08:54.583096Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:08:54.580525+00:00 (14d retention)\n2026-04-14T14:10:11.672178Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)\n2026-04-14T14:14:47.328532Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)\n2026-04-14T14:14:47.360641Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2\n2026-04-14T14:14:47.418705Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)\n2026-04-14T14:14:56.612619Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T14:14:59.488475Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T14:15:18.512055Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 99 eligible frames\n2026-04-14T14:15:20.957272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 9.3MB → 1.4MB (6.6x), 39 JPEGs deleted\n2026-04-14T14:15:27.455059Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.2MB → 4.4MB (3.3x), 58 JPEGs deleted\n2026-04-14T14:17:55.289952Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:17:55.289588+00:00 (14d retention)\n2026-04-14T14:18:35.418403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8206111759785831540, trigger=visual_change)\n2026-04-14T14:20:27.500187Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T14:20:29.624118Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.4MB → 0.4MB (5.6x), 10 JPEGs deleted\n2026-04-14T14:20:31.856955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.7MB → 0.4MB (6.1x), 10 JPEGs deleted\n2026-04-14T14:22:00.976673Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4916394158964482129, trigger=visual_change)\n2026-04-14T14:22:55.296927Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:22:55.296703+00:00 (14d retention)\n2026-04-14T14:25:31.951028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 14 eligible frames\n2026-04-14T14:25:33.145014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 5 frames, 1.2MB → 0.5MB (2.5x), 5 JPEGs deleted\n2026-04-14T14:25:34.856488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.2MB → 0.7MB (1.8x), 7 JPEGs deleted\n2026-04-14T14:27:55.304807Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:27:55.304779+00:00 (14d retention)\n2026-04-14T14:29:38.517771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=visual_change)\n2026-04-14T14:30:35.408687Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T14:30:41.139828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 12.9MB → 2.2MB (6.0x), 51 JPEGs deleted\n2026-04-14T14:30:51.419889Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 11.0MB → 4.3MB (2.6x), 57 JPEGs deleted\n2026-04-14T14:30:56.881450Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.435124Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.496151Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:31:43.821924Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:31:46.866533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:32:55.339639Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:32:55.339587+00:00 (14d retention)\n2026-04-14T14:35:51.721821Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:35:54.611650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:35:55.922868Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 13.6MB → 1.6MB (8.7x), 51 JPEGs deleted\n2026-04-14T14:36:02.750262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.7MB → 7.1MB (2.1x), 63 JPEGs deleted\n2026-04-14T14:36:12.650486Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:37:55.348236Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:37:55.348221+00:00 (14d retention)\n2026-04-14T14:40:08.577418Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5629951037509037441, trigger=click)\n2026-04-14T14:41:02.836167Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:41:06.534234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.3MB → 1.1MB (14.5x), 57 JPEGs deleted\n2026-04-14T14:41:16.097503Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 14.4MB → 7.5MB (1.9x), 57 JPEGs deleted\n2026-04-14T14:42:55.357171Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:42:55.357147+00:00 (14d retention)\n2026-04-14T14:44:28.738574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-612684683583975627, trigger=visual_change)\n2026-04-14T14:46:16.708878Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:46:19.557385Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 5.3MB → 1.5MB (3.6x), 36 JPEGs deleted\n2026-04-14T14:46:24.403034Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.1MB → 2.7MB (2.6x), 27 JPEGs deleted\n2026-04-14T14:47:55.424452Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:47:55.424435+00:00 (14d retention)\n2026-04-14T14:48:41.009372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4246160709188141984, trigger=click)\n2026-04-14T14:48:47.553454Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1084008693035736359, trigger=click)\n2026-04-14T14:50:25.480453Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:50:28.485537Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:51:24.535678Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:51:27.512153Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 4.8MB → 0.4MB (10.7x), 38 JPEGs deleted\n2026-04-14T14:51:33.606677Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 8.1MB → 2.9MB (2.8x), 25 JPEGs deleted\n2026-04-14T14:52:55.433752Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:52:55.433320+00:00 (14d retention)\n2026-04-14T14:56:33.775540Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T14:56:39.821219Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 24 frames, 4.1MB → 0.9MB (4.3x), 24 JPEGs deleted\n2026-04-14T14:56:44.752488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.4MB → 1.7MB (4.3x), 27 JPEGs deleted\n2026-04-14T14:57:55.443422Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:57:55.443409+00:00 (14d retention)\n2026-04-14T15:01:45.399674Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 67 eligible frames\n2026-04-14T15:01:49.465494Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.0MB → 2.8MB (2.5x), 29 JPEGs deleted\n2026-04-14T15:01:53.046601Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.4MB → 3.0MB (2.1x), 36 JPEGs deleted\n2026-04-14T15:02:55.474176Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:02:55.474160+00:00 (14d retention)\n2026-04-14T15:06:53.169676Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 64 eligible frames\n2026-04-14T15:06:55.665173Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 5.5MB → 1.2MB (4.5x), 27 JPEGs deleted\n2026-04-14T15:07:02.107659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 7.8MB → 3.6MB (2.2x), 35 JPEGs deleted\n2026-04-14T15:07:55.482692Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:07:55.482593+00:00 (14d retention)\n2026-04-14T15:12:02.628622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T15:12:05.131516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.8MB → 1.1MB (6.3x), 32 JPEGs deleted\n2026-04-14T15:12:11.020432Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 9.4MB → 4.3MB (2.2x), 44 JPEGs deleted\n2026-04-14T15:12:55.491418Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:12:55.490828+00:00 (14d retention)\n2026-04-14T15:15:20.566024Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8875378980506821607, trigger=click)\n2026-04-14T15:15:23.148224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=visual_change)\n2026-04-14T15:15:24.075406Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:15:24.098858Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:17:11.962178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T15:17:13.277431Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.8MB → 0.3MB (11.2x), 18 JPEGs deleted\n2026-04-14T15:17:17.628389Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 6.6MB → 2.3MB (2.9x), 26 JPEGs deleted\n2026-04-14T15:17:36.243353Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6000635913786649477, trigger=click)\n2026-04-14T15:17:55.531797Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:17:55.531770+00:00 (14d retention)\n2026-04-14T15:22:17.693217Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T15:22:18.884981Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 3.6MB → 0.3MB (10.9x), 17 JPEGs deleted\n2026-04-14T15:22:21.172808Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.3MB → 2.5MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:22:55.539673Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:22:55.539654+00:00 (14d retention)\n2026-04-14T15:25:25.610381Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:26:49.301590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=click)\n2026-04-14T15:26:51.542504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:27:13.114854Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:21.353328Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T15:27:25.974170Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.9MB (3.9x), 52 JPEGs deleted\n2026-04-14T15:27:35.813176Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:35.822388Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:36.622080Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 15.9MB → 6.6MB (2.4x), 65 JPEGs deleted\n2026-04-14T15:27:49.071787Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:52.077009Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:55.550421Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:27:55.550401+00:00 (14d retention)\n2026-04-14T15:28:20.260449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:32:37.193345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 126 eligible frames\n2026-04-14T15:32:45.043380Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 10.7MB → 5.1MB (2.1x), 64 JPEGs deleted\n2026-04-14T15:32:54.458631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 13.3MB → 5.5MB (2.4x), 60 JPEGs deleted\n2026-04-14T15:32:55.542880Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:32:55.542752+00:00 (14d retention)\n2026-04-14T15:36:04.808574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:36:30.969666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:02.898461Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:54.586525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 117 eligible frames\n2026-04-14T15:37:55.547050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:37:55.547032+00:00 (14d retention)\n2026-04-14T15:38:01.348539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 10.3MB → 3.4MB (3.0x), 51 JPEGs deleted\n2026-04-14T15:38:15.754508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 13.2MB → 5.3MB (2.5x), 64 JPEGs deleted\n2026-04-14T15:39:48.709283Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:54.714451Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:57.776339Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:42:55.552896Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:42:55.552880+00:00 (14d retention)\n2026-04-14T15:43:16.259372Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 48 eligible frames\n2026-04-14T15:43:18.036233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.5MB → 1.6MB (2.8x), 26 JPEGs deleted\n2026-04-14T15:43:19.391341Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.6MB → 0.6MB (10.1x), 20 JPEGs deleted\n2026-04-14T15:47:55.574284Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:47:55.574249+00:00 (14d retention)\n2026-04-14T15:48:20.298931Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T15:48:23.731169Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 10.2MB → 2.4MB (4.2x), 54 JPEGs deleted\n2026-04-14T15:48:26.503883Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 9.4MB → 2.5MB (3.7x), 38 JPEGs deleted\n2026-04-14T15:52:55.587286Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:52:55.587254+00:00 (14d retention)\n2026-04-14T15:53:26.621191Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T15:53:28.821643Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 4.5MB → 2.2MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:53:30.416446Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.6MB → 0.7MB (3.6x), 18 JPEGs deleted\n2026-04-14T15:53:32.360475Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:53:35.475948Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:56:06.399078Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:11.109582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:15.422479Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:18.476592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:44.598942Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:54.669771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:57:55.595084Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:57:55.595058+00:00 (14d retention)\n2026-04-14T15:58:11.596281Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:58:31.041427Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 38 eligible frames\n2026-04-14T15:58:32.463008Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.3MB → 0.2MB (9.4x), 15 JPEGs deleted\n2026-04-14T15:58:36.512566Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.9MB → 1.6MB (2.5x), 21 JPEGs deleted\n2026-04-14T16:02:55.604536Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:02:55.604488+00:00 (14d retention)\n2026-04-14T16:03:36.609135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T16:03:37.955262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.5MB → 0.5MB (4.8x), 15 JPEGs deleted\n2026-04-14T16:03:39.651068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.7MB → 0.3MB (9.6x), 15 JPEGs deleted\n2026-04-14T16:04:26.964490Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:04:42.830687Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T16:06:02.589838Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:07:55.633317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:07:55.633296+00:00 (14d retention)\n2026-04-14T16:08:39.791681Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 122 eligible frames\n2026-04-14T16:08:43.628453Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 15.0MB → 3.4MB (4.4x), 64 JPEGs deleted\n2026-04-14T16:08:47.160887Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 12.4MB → 3.4MB (3.7x), 56 JPEGs deleted\n2026-04-14T16:10:48.891069Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4870635355334957920, trigger=visual_change)\n2026-04-14T16:12:55.646485Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:12:55.646457+00:00 (14d retention)\n2026-04-14T16:13:47.942541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 63 eligible frames\n2026-04-14T16:13:48.912974Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7450344034841442434, trigger=visual_change)\n2026-04-14T16:13:50.513289Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.6MB → 1.0MB (7.9x), 29 JPEGs deleted\n2026-04-14T16:13:54.676310Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 7.4MB → 3.4MB (2.2x), 32 JPEGs deleted\n2026-04-14T16:17:55.653279Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:17:55.652278+00:00 (14d retention)\n2026-04-14T16:18:55.349688Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T16:18:59.205441Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 28 frames, 7.2MB → 1.1MB (6.5x), 28 JPEGs deleted\n2026-04-14T16:19:06.427354Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 8.1MB → 4.5MB (1.8x), 35 JPEGs deleted\n2026-04-14T16:21:59.534465Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:22:04.693330Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:22:55.679138Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:22:55.679122+00:00 (14d retention)\n2026-04-14T16:23:34.744403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:23:34.759184Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:24:06.731414Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 80 eligible frames\n2026-04-14T16:24:09.119925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 8.4MB → 2.0MB (4.1x), 36 JPEGs deleted\n2026-04-14T16:24:14.225245Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 8.9MB → 4.7MB (1.9x), 42 JPEGs deleted\n2026-04-14T16:26:18.251770Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:19.743862Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:55.688719Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:27:55.688688+00:00 (14d retention)\n2026-04-14T16:29:14.299471Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T16:29:17.167645Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.3MB → 2.0MB (3.6x), 43 JPEGs deleted\n2026-04-14T16:29:21.720864Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.9MB → 5.7MB (1.7x), 55 JPEGs deleted\n2026-04-14T16:31:40.552397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:32:55.696246Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:32:55.696203+00:00 (14d retention)\n2026-04-14T16:34:22.609996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 49 eligible frames\n2026-04-14T16:34:25.135817Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 4.6MB → 0.3MB (14.2x), 22 JPEGs deleted\n2026-04-14T16:34:30.877225Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 6.4MB → 2.4MB (2.6x), 25 JPEGs deleted\n2026-04-14T16:37:55.724744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:37:55.724720+00:00 (14d retention)\n2026-04-14T16:39:31.011139Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:39:32.425814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.7MB → 0.3MB (8.5x), 13 JPEGs deleted\n2026-04-14T16:39:34.948830Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 4.4MB → 1.0MB (4.6x), 15 JPEGs deleted\n2026-04-14T16:42:55.734494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:42:55.734479+00:00 (14d retention)\n2026-04-14T16:44:35.027903Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T16:44:36.672977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.9MB → 0.5MB (5.2x), 12 JPEGs deleted\n2026-04-14T16:44:40.586410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 6.2MB → 2.5MB (2.4x), 21 JPEGs deleted\n2026-04-14T16:47:55.742073Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:47:55.741939+00:00 (14d retention)\n2026-04-14T16:49:40.718908Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:49:42.346703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.8MB → 0.4MB (6.5x), 11 JPEGs deleted\n2026-04-14T16:49:47.868971Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 5.3MB → 1.7MB (3.1x), 17 JPEGs deleted\n2026-04-14T16:52:55.667844Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:52:55.667820+00:00 (14d retention)\n2026-04-14T16:54:48.497835Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T16:54:49.922199Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 4.8MB → 0.4MB (11.2x), 19 JPEGs deleted\n2026-04-14T16:54:54.706388Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 7.7MB → 1.6MB (4.8x), 25 JPEGs deleted\n2026-04-14T16:56:50.089511Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8818413376300492567, trigger=visual_change)\n2026-04-14T16:57:20.656769Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T16:57:55.662962Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:57:55.662927+00:00 (14d retention)\n2026-04-14T16:59:55.767800Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=96 elapsed=1.053288791s\n2026-04-14T16:59:55.769599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 96 eligible frames\n2026-04-14T16:59:58.894904Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 11.7MB → 0.5MB (24.6x), 46 JPEGs deleted\n2026-04-14T17:00:14.749178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 13.5MB → 5.2MB (2.6x), 48 JPEGs deleted\n2026-04-14T17:02:55.659451Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:02:55.659435+00:00 (14d retention)\n2026-04-14T17:05:16.082429Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=77 elapsed=1.327667375s\n2026-04-14T17:05:16.084332Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T17:05:18.118468Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 0.5MB (10.7x), 20 JPEGs deleted\n2026-04-14T17:05:30.087021Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.0MB → 5.5MB (1.8x), 55 JPEGs deleted\n2026-04-14T17:07:01.806784Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=243 elapsed=1.042996s\n2026-04-14T17:07:46.287201Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.309106Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.655238Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:07:55.655231+00:00 (14d retention)\n2026-04-14T17:07:58.345534Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:08:28.608843Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3152190722938032230, trigger=visual_change)\n2026-04-14T17:10:31.658303Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=79 elapsed=1.566973042s\n2026-04-14T17:10:31.658463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:10:35.459641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 6.4MB → 1.1MB (5.6x), 29 JPEGs deleted\n2026-04-14T17:10:43.022575Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.0MB → 5.8MB (1.5x), 48 JPEGs deleted\n2026-04-14T17:12:55.653231Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:12:55.652982+00:00 (14d retention)\n2026-04-14T17:15:43.263260Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 153 eligible frames\n2026-04-14T17:15:59.389929Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 10.1MB → 4.1MB (2.5x), 75 JPEGs deleted\n2026-04-14T17:16:10.897865Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 76 frames, 11.4MB → 3.5MB (3.3x), 76 JPEGs deleted\n2026-04-14T17:17:55.649647Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:17:55.649633+00:00 (14d retention)\n2026-04-14T17:21:11.641235Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T17:21:19.985906Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.3MB → 3.5MB (2.6x), 55 JPEGs deleted\n2026-04-14T17:21:25.976624Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 6.4MB → 1.8MB (3.6x), 43 JPEGs deleted\n2026-04-14T17:22:55.646051Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:22:55.645866+00:00 (14d retention)\n2026-04-14T17:23:09.936012Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.347205292s\n2026-04-14T17:26:05.225828Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:14.276632Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:26.477047Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:26:34.102746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 8.5MB → 3.4MB (2.5x), 52 JPEGs deleted\n2026-04-14T17:26:38.115284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.7MB → 1.4MB (4.1x), 25 JPEGs deleted\n2026-04-14T17:27:55.801234Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:27:55.801194+00:00 (14d retention)\n2026-04-14T17:31:39.042711Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 138 eligible frames\n2026-04-14T17:31:48.831043Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.215641041s\n2026-04-14T17:31:59.089629Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 11.6MB → 3.9MB (2.9x), 69 JPEGs deleted\n2026-04-14T17:32:11.853137Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 8.5MB → 1.7MB (5.0x), 67 JPEGs deleted\n2026-04-14T17:32:55.812083Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:32:55.811717+00:00 (14d retention)\n2026-04-14T17:37:13.198520Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=95 elapsed=1.328045542s\n2026-04-14T17:37:13.198997Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 95 eligible frames\n2026-04-14T17:37:27.332371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 10.0MB → 3.4MB (3.0x), 59 JPEGs deleted\n2026-04-14T17:37:32.068206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 7.7MB → 2.3MB (3.4x), 34 JPEGs deleted\n2026-04-14T17:37:55.818963Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:37:55.818931+00:00 (14d retention)\n2026-04-14T17:38:25.380376Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:25.379777Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:52.131080Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T17:38:59.077013Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:38:59.079876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:39:02.269917Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=246851100492228743, trigger=click)\n2026-04-14T17:42:32.872394Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 75 eligible frames\n2026-04-14T17:42:35.825377Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 6.9MB → 2.3MB (3.0x), 42 JPEGs deleted\n2026-04-14T17:42:38.006811Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 8.0MB → 1.8MB (4.5x), 31 JPEGs deleted\n2026-04-14T17:42:55.829364Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:42:55.829335+00:00 (14d retention)\n2026-04-14T17:46:33.928976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=9019075205790783388, trigger=click)\n2026-04-14T17:47:19.440859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3375574386776220903, trigger=visual_change)\n2026-04-14T17:47:38.207370Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 92 eligible frames\n2026-04-14T17:47:49.535495Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 53 frames, 9.6MB → 4.5MB (2.1x), 53 JPEGs deleted\n2026-04-14T17:47:55.882605Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:47:55.882576+00:00 (14d retention)\n2026-04-14T17:47:59.409125Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 8.1MB → 3.5MB (2.3x), 37 JPEGs deleted\n2026-04-14T17:48:27.941732Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5901045243229799095, trigger=click)\n2026-04-14T17:51:21.921224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7069758914547656695, trigger=click)\n2026-04-14T17:52:55.891052Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:52:55.890787+00:00 (14d retention)\n2026-04-14T17:52:59.517526Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 90 eligible frames\n2026-04-14T17:53:02.328211Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 8.2MB → 1.7MB (4.8x), 48 JPEGs deleted\n2026-04-14T17:53:05.364091Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 9.2MB → 1.8MB (5.2x), 40 JPEGs deleted\n2026-04-14T17:53:30.735372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6887505278703233632, trigger=visual_change)\n2026-04-14T17:57:55.900094Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:57:55.900066+00:00 (14d retention)\n2026-04-14T17:58:06.281381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:58:08.997543Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.9MB → 3.1MB (2.6x), 39 JPEGs deleted\n2026-04-14T17:58:11.398465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 8.0MB → 2.5MB (3.2x), 38 JPEGs deleted\n2026-04-14T17:58:13.325937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:13.737382Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.374806Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.735913Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:17.859459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T17:58:17.861378Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T18:02:55.966494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:02:55.966476+00:00 (14d retention)\n2026-04-14T18:03:12.046591Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T18:03:14.367038Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 6.3MB → 1.4MB (4.5x), 37 JPEGs deleted\n2026-04-14T18:03:17.369430Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.5MB → 3.2MB (2.4x), 39 JPEGs deleted\n2026-04-14T18:07:55.976644Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:07:55.976589+00:00 (14d retention)\n2026-04-14T18:08:17.527014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 151 eligible frames\n2026-04-14T18:08:21.867440Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.3MB → 3.0MB (4.2x), 68 JPEGs deleted\n2026-04-14T18:08:27.120465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 81 frames, 13.7MB → 7.1MB (1.9x), 81 JPEGs deleted\n2026-04-14T18:12:55.984214Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:12:55.984145+00:00 (14d retention)\n2026-04-14T18:13:27.218614Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 245 eligible frames\n2026-04-14T18:13:32.995736Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 13.8MB → 0.2MB (64.8x), 99 JPEGs deleted\n2026-04-14T18:13:34.371203Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.3MB → 0.8MB (2.7x), 13 JPEGs deleted\n2026-04-14T18:13:45.266261Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 34.3MB → 17.5MB (2.0x), 99 JPEGs deleted\n2026-04-14T18:13:49.748765Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 12.3MB → 7.9MB (1.6x), 32 JPEGs deleted\n2026-04-14T18:16:30.106932Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.328692167s\n2026-04-14T18:17:56.030815Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:17:56.030785+00:00 (14d retention)\n2026-04-14T18:18:49.971148Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 183 eligible frames\n2026-04-14T18:18:54.586701Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.5MB → 1.0MB (15.8x), 78 JPEGs deleted\n2026-04-14T18:19:07.268703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 44.3MB → 26.1MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:19:08.169622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 3 frames, 1.5MB → 1.0MB (1.4x), 3 JPEGs deleted\n2026-04-14T18:20:32.535538Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.0870025s\n2026-04-14T18:22:56.041059Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:22:56.041040+00:00 (14d retention)\n2026-04-14T18:24:08.848787Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 214 eligible frames\n2026-04-14T18:24:14.270269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 1.1MB (17.2x), 92 JPEGs deleted\n2026-04-14T18:24:26.886478Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.3MB → 23.2MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:24:29.846299Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 11.3MB → 5.4MB (2.1x), 21 JPEGs deleted\n2026-04-14T18:27:56.048317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:27:56.048099+00:00 (14d retention)\n2026-04-14T18:29:29.996017Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 171 eligible frames\n2026-04-14T18:29:34.279827Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 71 frames, 14.2MB → 0.9MB (15.1x), 71 JPEGs deleted\n2026-04-14T18:29:47.895547Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.2MB → 31.2MB (1.7x), 97 JPEGs deleted\n2026-04-14T18:32:56.059110Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:32:56.059090+00:00 (14d retention)\n2026-04-14T18:34:48.049599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 149 eligible frames\n2026-04-14T18:34:52.038596Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 13.4MB → 0.9MB (15.7x), 67 JPEGs deleted\n2026-04-14T18:35:02.447719Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 48.9MB → 24.6MB (2.0x), 80 JPEGs deleted\n2026-04-14T18:37:56.067182Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:37:56.067147+00:00 (14d retention)\n2026-04-14T18:40:02.583615Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 185 eligible frames\n2026-04-14T18:40:07.020562Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 1.9MB (8.0x), 74 JPEGs deleted\n2026-04-14T18:40:23.839094Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 52.6MB → 40.0MB (1.3x), 99 JPEGs deleted\n2026-04-14T18:40:25.879359Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 5.3MB → 3.2MB (1.7x), 10 JPEGs deleted\n2026-04-14T18:42:21.068441Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T18:42:56.076841Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:42:56.076822+00:00 (14d retention)\n2026-04-14T18:45:26.070559Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 188 eligible frames\n2026-04-14T18:45:30.731642Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.6MB → 0.8MB (18.9x), 78 JPEGs deleted\n2026-04-14T18:45:46.605955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 54.3MB → 39.0MB (1.4x), 98 JPEGs deleted\n2026-04-14T18:45:48.716272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.6MB → 3.7MB (1.3x), 9 JPEGs deleted\n2026-04-14T18:47:56.025050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:47:56.025022+00:00 (14d retention)\n2026-04-14T18:49:59.958012Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:21.054684Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:24.062008Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:42.218664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:48.712977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 179 eligible frames\n2026-04-14T18:50:53.122415Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 79 frames, 15.8MB → 0.8MB (20.3x), 79 JPEGs deleted\n2026-04-14T18:50:57.221261Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:00.239351Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:06.270462Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:07.099822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.9MB → 34.5MB (1.5x), 97 JPEGs deleted\n2026-04-14T18:51:09.324699Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:27.479885Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:33.551102Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:35.983483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:51:35.983878Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:52:56.025590Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:52:56.025573+00:00 (14d retention)\n2026-04-14T18:56:07.764979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 169 eligible frames\n2026-04-14T18:56:11.982539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 72 frames, 14.4MB → 0.8MB (18.5x), 72 JPEGs deleted\n2026-04-14T18:56:25.960654Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 95 frames, 53.2MB → 35.0MB (1.5x), 95 JPEGs deleted\n2026-04-14T18:57:56.024648Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:57:56.024619+00:00 (14d retention)\n2026-04-14T19:01:26.906528Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T19:01:31.143581Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.6MB → 0.8MB (17.9x), 68 JPEGs deleted\n2026-04-14T19:01:42.567795Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 42.7MB → 25.9MB (1.6x), 80 JPEGs deleted\n2026-04-14T19:02:56.024299Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:02:56.024276+00:00 (14d retention)\n2026-04-14T19:06:43.477049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 216 eligible frames\n2026-04-14T19:06:48.789302Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 0.9MB (21.4x), 92 JPEGs deleted\n2026-04-14T19:07:00.054606Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 36.3MB → 19.9MB (1.8x), 99 JPEGs deleted\n2026-04-14T19:07:03.317972Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 7.3MB → 4.5MB (1.6x), 23 JPEGs deleted\n2026-04-14T19:07:55.997175Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:07:55.997160+00:00 (14d retention)\n2026-04-14T19:12:04.102121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 215 eligible frames\n2026-04-14T19:12:09.001070Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 85 frames, 17.0MB → 0.9MB (19.7x), 85 JPEGs deleted\n2026-04-14T19:12:21.478062Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 39.3MB → 23.6MB (1.7x), 98 JPEGs deleted\n2026-04-14T19:12:25.686253Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 12.5MB → 7.6MB (1.6x), 29 JPEGs deleted\n2026-04-14T19:12:55.993881Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:12:55.993853+00:00 (14d retention)\n2026-04-14T19:17:26.647151Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 184 eligible frames\n2026-04-14T19:17:31.035740Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 0.8MB (18.9x), 74 JPEGs deleted\n2026-04-14T19:17:42.816932Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.5MB → 21.8MB (1.9x), 98 JPEGs deleted\n2026-04-14T19:17:44.763096Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.4MB → 3.1MB (1.4x), 9 JPEGs deleted\n2026-04-14T19:17:55.996259Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:17:55.993423+00:00 (14d retention)\n2026-04-14T19:22:45.602516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 172 eligible frames\n2026-04-14T19:22:49.512847Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 13.0MB → 0.8MB (16.5x), 65 JPEGs deleted\n2026-04-14T19:22:56.012870Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:22:56.012854+00:00 (14d retention)\n2026-04-14T19:23:03.526910Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 45.4MB → 30.8MB (1.5x), 98 JPEGs deleted\n2026-04-14T19:23:05.266251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 2.9MB → 2.7MB (1.1x), 6 JPEGs deleted\n2026-04-14T19:23:26.789940Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:26.815616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:28.825937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4326548476317182725, trigger=visual_change)\n2026-04-14T19:24:05.720105Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:14.849365Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:15.330290Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T19:25:37.290713Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=4.00062575s\n2026-04-14T19:27:21.005153Z INFO screenpipe_engine::server: api_usage_5min: 3 requests\n2026-04-14T19:27:30.949682Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.021692Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.029631Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.577593Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.579986Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:35.241328Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=visual_change)\n2026-04-14T19:27:39.595945Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:39.598899Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.500484Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.525006Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.739626Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:56.011354Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:27:56.011346+00:00 (14d retention)\n2026-04-14T19:28:05.319036Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 190 eligible frames\n2026-04-14T19:28:09.557818Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.0MB → 0.8MB (18.6x), 75 JPEGs deleted\n2026-04-14T19:28:24.420659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 49.4MB → 35.1MB (1.4x), 98 JPEGs deleted\n2026-04-14T19:28:27.105448Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 7.6MB → 5.6MB (1.4x), 14 JPEGs deleted\n2026-04-14T19:31:06.919592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:08.896402Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:09.765196Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:09.773298Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.368743Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.377586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)","depth":4,"value":"2026-04-13T19:39:29.643829Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-13T19:39:29.788633Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3943 frame entries, coverage from 2026-04-12 16:39:29.630549 UTC\n2026-04-13T19:39:30.543977Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-13T19:39:30.544012Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-13T19:39:30.544060Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-13T19:39:31.016978Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)\n2026-04-13T19:39:31.017036Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)\n2026-04-13T19:39:31.017080Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-13T19:39:31.017114Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)\n2026-04-13T19:39:32.207273Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-13T19:39:32.673392Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=7912, dur=47ms\n2026-04-13T19:39:32.704069Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-13T19:39:32.872035Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=7913, dur=108ms\n2026-04-13T19:39:34.636509Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-13T19:39:34.637200Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-13T19:39:44.339956Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=5000 elapsed=1.608390416s\n2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames\n2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted\n2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)\n2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)\n2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests\n2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)\n2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames\n2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted\n2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)\n2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted\n2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted\n\n[1] + terminated npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start\n[1] 24316\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ id: 1 │\n│ │ id: 2 │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-14T09:23:19.025225Z INFO screenpipe: starting UI event capture\n2026-04-14T09:23:19.024042Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-14T09:23:19.034460Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-14T09:23:19.035048Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-14T09:23:19.041739Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-14T09:23:19.057947Z INFO screenpipe_engine::ui_recorder: UI recording session started: c7672ba6-54dd-483e-9512-949b51a2bd49\n2026-04-14T09:23:19.058064Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-14T09:23:19.058114Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-13 06:23:19.058103 UTC to 2026-04-14 06:23:19.058103 UTC)\n2026-04-14T09:23:19.062532Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-14T09:23:19.066551Z INFO screenpipe_engine::server: Server listening on 0.0.0.0:3030\n2026-04-14T09:23:19.080775Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-14T09:23:19.697314Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3756 frame entries, coverage from 2026-04-13 06:23:19.058103 UTC\n2026-04-14T09:23:19.985445Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-14T09:23:19.985474Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-14T09:23:19.985515Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-14T09:23:20.492622Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)\n2026-04-14T09:23:20.492664Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)\n2026-04-14T09:23:20.492694Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-14T09:23:20.492726Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)\n2026-04-14T09:23:21.313246Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T09:23:22.387611Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T09:23:22.954948Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=8037, dur=1082ms\n2026-04-14T09:23:23.488645Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=8038, dur=1012ms\n2026-04-14T09:23:24.063719Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-14T09:23:24.063951Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-14T09:24:19.745739Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T09:24:23.350916Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.7MB → 2.6MB (2.6x), 51 JPEGs deleted\n2026-04-14T09:24:26.531119Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.6MB → 3.9MB (2.7x), 55 JPEGs deleted\n2026-04-14T09:28:19.055456Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:28:54.061635Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:28:54.061630+00:00 (14d retention)\n2026-04-14T09:29:26.561625Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 2 eligible frames\n2026-04-14T09:33:54.056707Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:33:54.056680+00:00 (14d retention)\n2026-04-14T09:34:26.581293Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 11 eligible frames\n2026-04-14T09:34:27.123519Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 4 frames, 0.9MB → 0.6MB (1.6x), 4 JPEGs deleted\n2026-04-14T09:34:28.092531Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.4MB → 0.8MB (1.8x), 7 JPEGs deleted\n2026-04-14T09:38:54.029363Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:38:54.029346+00:00 (14d retention)\n2026-04-14T09:39:28.082314Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T09:39:29.343941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 4.0MB → 0.7MB (6.0x), 18 JPEGs deleted\n2026-04-14T09:39:30.750250Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 3.6MB → 0.8MB (4.5x), 20 JPEGs deleted\n2026-04-14T09:41:13.184908Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6982821907865222085, trigger=click)\n2026-04-14T09:41:19.221590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6812429097673958383, trigger=visual_change)\n2026-04-14T09:42:17.435758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6365427964931292073, trigger=click)\n2026-04-14T09:42:33.656193Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4160452185621303946, trigger=click)\n2026-04-14T09:42:46.140088Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2304266842869419917, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)\n2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)\n2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)\n2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)\n2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)\n2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)\n2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)\n2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)\n2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)\n2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames\n2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted\n2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted\n2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)\n2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)\n2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)\n2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames\n2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)\n2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted\n2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted\n2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)\n2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)\n2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted\n2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted\n2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)\n2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)\n2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames\n2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted\n2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted\n2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)\n2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)\n2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted\n2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)\n2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted\n2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)\n2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)\n2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)\n2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)\n2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)\n2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)\n2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)\n2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)\n2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames\n2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted\n2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted\n2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)\n2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames\n2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted\n2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted\n2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)\n2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames\n2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted\n2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted\n2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)\n2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted\n2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted\n2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)\n2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted\n2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted\n2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)\n2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted\n2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted\n2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)\n2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)\n2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)\n2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7926243118367575, trigger=visual_change)\n2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames\n2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted\n2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted\n2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)\n2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames\n2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted\n2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted\n2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)\n2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)\n2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)\n2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted\n2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted\n2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)\n2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)\n2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames\n2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted\n2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted\n2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)\n2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)\n2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames\n2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted\n2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted\n2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)\n2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)\n2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted\n2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted\n2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)\n2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)\n2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)\n2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames\n2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted\n2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted\n2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)\n2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)\n2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)\n2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted\n2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted\n2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)\n2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)\n2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted\n2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted\n2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)\n2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)\n2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted\n2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted\n2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)\n2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)\n2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted\n2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted\n2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)\n2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)\n2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames\n2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 JPEGs deleted\n2026-04-14T11:42:37.766533Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 9.0MB → 1.5MB (5.9x), 30 JPEGs deleted\n2026-04-14T11:43:51.124758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:43:54.268889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:43:54.268879+00:00 (14d retention)\n2026-04-14T11:46:19.707681Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3798630016527344503, trigger=click)\n2026-04-14T11:46:48.465938Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3752925360567203396, trigger=click)\n2026-04-14T11:46:57.882997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4944898032929426667, trigger=click)\n2026-04-14T11:47:38.243841Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 60 eligible frames\n2026-04-14T11:47:40.205049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 4.5MB → 0.9MB (4.9x), 31 JPEGs deleted\n2026-04-14T11:47:42.924023Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.5MB → 2.2MB (3.4x), 27 JPEGs deleted\n2026-04-14T11:48:54.277677Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:48:54.277661+00:00 (14d retention)\n2026-04-14T11:52:42.972837Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:52:44.897822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 1.7MB (2.4x), 26 JPEGs deleted\n2026-04-14T11:52:46.752585Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 5.0MB → 1.5MB (3.3x), 18 JPEGs deleted\n2026-04-14T11:53:54.297037Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:53:54.296982+00:00 (14d retention)\n2026-04-14T11:57:47.933604Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=120 elapsed=1.159109625s\n2026-04-14T11:57:47.935233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T11:57:52.092496Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.2MB (5.3x), 52 JPEGs deleted\n2026-04-14T11:57:59.363321Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 14.5MB → 5.2MB (2.8x), 66 JPEGs deleted\n2026-04-14T11:58:54.308936Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:58:54.308907+00:00 (14d retention)\n2026-04-14T11:58:55.596617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1920847021272450725, trigger=click)\n2026-04-14T12:03:00.235073Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T12:03:05.209243Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.0MB → 1.7MB (8.8x), 57 JPEGs deleted\n2026-04-14T12:03:20.379815Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 61 frames, 16.1MB → 6.2MB (2.6x), 61 JPEGs deleted\n2026-04-14T12:03:54.314889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:03:54.314860+00:00 (14d retention)\n2026-04-14T12:07:32.156892Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4414873592361684168, trigger=click)\n2026-04-14T12:08:20.511267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 114 eligible frames\n2026-04-14T12:08:25.879226Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 13.2MB → 0.8MB (17.4x), 52 JPEGs deleted\n2026-04-14T12:08:36.233783Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 17.0MB → 8.6MB (2.0x), 60 JPEGs deleted\n2026-04-14T12:08:54.336990Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:08:54.336950+00:00 (14d retention)\n2026-04-14T12:13:36.840498Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 130 eligible frames\n2026-04-14T12:13:40.131975Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 6.7MB → 0.3MB (24.2x), 54 JPEGs deleted\n2026-04-14T12:13:53.030319Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.3MB → 7.2MB (2.7x), 74 JPEGs deleted\n2026-04-14T12:13:54.345530Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:13:54.345503+00:00 (14d retention)\n2026-04-14T12:17:11.495531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:17:29.950473Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:18:53.835568Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 115 eligible frames\n2026-04-14T12:18:54.353798Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:18:54.353791+00:00 (14d retention)\n2026-04-14T12:18:56.582704Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 5.4MB → 0.5MB (10.0x), 44 JPEGs deleted\n2026-04-14T12:19:10.154525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 18.9MB → 8.4MB (2.2x), 69 JPEGs deleted\n2026-04-14T12:20:21.652984Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=149369918600881871, trigger=click)\n2026-04-14T12:21:03.858762Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1019121305684409762, trigger=click)\n2026-04-14T12:23:54.364801Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:23:54.364775+00:00 (14d retention)\n2026-04-14T12:24:11.561109Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=110 elapsed=1.385900292s\n2026-04-14T12:24:11.564508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T12:24:15.282135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 6.3MB → 0.2MB (33.1x), 52 JPEGs deleted\n2026-04-14T12:24:25.885944Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 16.4MB → 3.9MB (4.2x), 56 JPEGs deleted\n2026-04-14T12:25:26.597886Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1909442749095147421, trigger=click)\n2026-04-14T12:26:07.655348Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:07.700894Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:34.464095Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7249461780092598041, trigger=visual_change)\n2026-04-14T12:28:54.391573Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:28:54.391548+00:00 (14d retention)\n2026-04-14T12:29:04.940113Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5980752912035217739, trigger=visual_change)\n2026-04-14T12:29:26.332838Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 73 eligible frames\n2026-04-14T12:29:28.615068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 4.1MB → 0.2MB (22.8x), 34 JPEGs deleted\n2026-04-14T12:29:34.400259Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 11.6MB → 2.8MB (4.1x), 37 JPEGs deleted\n2026-04-14T12:30:01.579118Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3434956056780458259, trigger=visual_change)\n2026-04-14T12:30:10.936246Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=2.923655916s\n2026-04-14T12:30:35.391558Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=3348 elapsed=1.623358375s\n2026-04-14T12:32:27.483265Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2550140762891249095, trigger=click)\n2026-04-14T12:32:29.765683Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8630694416318521734, trigger=visual_change)\n2026-04-14T12:32:32.746666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2550140762891249095, trigger=visual_change)\n2026-04-14T12:33:19.392207Z INFO screenpipe_engine::server: api_usage_5min: 2 requests\n2026-04-14T12:33:54.400517Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:33:54.400440+00:00 (14d retention)\n2026-04-14T12:34:34.939673Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:34:39.315842Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 7.6MB → 2.0MB (3.8x), 49 JPEGs deleted\n2026-04-14T12:34:48.628820Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 11.3MB → 6.0MB (1.9x), 42 JPEGs deleted\n2026-04-14T12:38:54.409596Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:38:54.409567+00:00 (14d retention)\n2026-04-14T12:39:48.710680Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:39:54.522917Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.7MB → 3.6MB (2.7x), 48 JPEGs deleted\n2026-04-14T12:40:00.198444Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 15.6MB → 2.6MB (6.1x), 43 JPEGs deleted\n2026-04-14T12:41:38.487313Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:38.673123Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:43.884491Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2111417376262186556, trigger=click)\n2026-04-14T12:43:54.398974Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:43:54.398957+00:00 (14d retention)\n2026-04-14T12:44:24.175904Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=visual_change)\n2026-04-14T12:44:30.170876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:44:30.170952Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:45:00.733180Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 34 eligible frames\n2026-04-14T12:45:02.503192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 2.9MB → 2.1MB (1.4x), 20 JPEGs deleted\n2026-04-14T12:45:03.882206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 3.9MB → 1.6MB (2.5x), 12 JPEGs deleted\n2026-04-14T12:45:45.072707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:45:45.083246Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:46:42.409604Z WARN sqlx::query: summary=\"COMMIT\" db.statement=\"\" rows_affected=1 rows_returned=0 elapsed=1.31212775s\n2026-04-14T12:47:26.531533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:47:41.077717Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:48:54.405689Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:48:54.405679+00:00 (14d retention)\n2026-04-14T12:50:04.633809Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 51 eligible frames\n2026-04-14T12:50:06.069922Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.2MB → 0.7MB (6.2x), 23 JPEGs deleted\n2026-04-14T12:50:07.945631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 8.0MB → 1.7MB (4.8x), 26 JPEGs deleted\n2026-04-14T12:52:02.053470Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T12:53:54.412723Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:53:54.412707+00:00 (14d retention)\n2026-04-14T12:55:08.015210Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T12:55:09.643439Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 3.5MB → 1.1MB (3.2x), 22 JPEGs deleted\n2026-04-14T12:55:11.761542Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 8.6MB → 1.8MB (4.7x), 29 JPEGs deleted\n2026-04-14T12:56:15.204136Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:56:15.283925Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.050651Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.055997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:58:54.461514Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:58:54.461483+00:00 (14d retention)\n2026-04-14T13:00:11.805891Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T13:00:14.859322Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.2MB → 1.7MB (3.6x), 51 JPEGs deleted\n2026-04-14T13:00:19.443941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 12.3MB → 4.9MB (2.5x), 66 JPEGs deleted\n2026-04-14T13:03:54.469708Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:03:54.469684+00:00 (14d retention)\n2026-04-14T13:05:19.981603Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T13:05:21.859127Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.7MB → 0.7MB (5.7x), 18 JPEGs deleted\n2026-04-14T13:05:24.577607Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 2.4MB (2.2x), 20 JPEGs deleted\n2026-04-14T13:08:54.487813Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:08:54.486312+00:00 (14d retention)\n2026-04-14T13:10:24.648030Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 33 eligible frames\n2026-04-14T13:10:25.871254Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 3.2MB → 0.6MB (5.4x), 15 JPEGs deleted\n2026-04-14T13:10:28.352020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.3MB → 1.4MB (2.4x), 16 JPEGs deleted\n2026-04-14T13:12:01.161758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2833080270416553027, trigger=click)\n2026-04-14T13:13:54.511233Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:13:54.511209+00:00 (14d retention)\n2026-04-14T13:15:28.447744Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 41 eligible frames\n2026-04-14T13:15:29.469009Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (8.2x), 14 JPEGs deleted\n2026-04-14T13:15:32.309251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.2MB → 2.8MB (1.9x), 25 JPEGs deleted\n2026-04-14T13:18:17.108565Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:17.119708Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:54.519243Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:18:54.519179+00:00 (14d retention)\n2026-04-14T13:20:26.369784Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:26.407528Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:32.393867Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:20:33.589662Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:20:35.605436Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.7MB → 0.9MB (2.9x), 16 JPEGs deleted\n2026-04-14T13:22:28.683895Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:23:54.528597Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:23:54.528584+00:00 (14d retention)\n2026-04-14T13:25:30.820459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:30.823174Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:36.174956Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 57 eligible frames\n2026-04-14T13:25:37.566914Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.8MB → 0.3MB (13.4x), 21 JPEGs deleted\n2026-04-14T13:25:40.582925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 10.3MB → 3.3MB (3.2x), 34 JPEGs deleted\n2026-04-14T13:25:48.203646Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T13:28:54.561297Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:28:54.561277+00:00 (14d retention)\n2026-04-14T13:29:25.961438Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:29:25.966531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:30:40.619502Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 24 eligible frames\n2026-04-14T13:30:41.476947Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:30:42.560911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 3.6MB → 0.6MB (6.0x), 11 JPEGs deleted\n2026-04-14T13:32:30.775481Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1549015432333443411, trigger=visual_change)\n2026-04-14T13:33:54.570388Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:33:54.570368+00:00 (14d retention)\n2026-04-14T13:34:59.446614Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6269796043063054792, trigger=visual_change)\n2026-04-14T13:35:43.050871Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 39 eligible frames\n2026-04-14T13:35:43.982381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (9.0x), 14 JPEGs deleted\n2026-04-14T13:35:46.365797Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 8.0MB → 2.4MB (3.4x), 23 JPEGs deleted\n2026-04-14T13:36:40.251928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:36:43.257442Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:38.580728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:54.579789Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:38:54.579754+00:00 (14d retention)\n2026-04-14T13:39:15.803850Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:15.812194Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:19.062502Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:45.647710Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:46.420120Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T13:40:47.507885Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.0MB → 0.8MB (3.7x), 16 JPEGs deleted\n2026-04-14T13:40:49.083271Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 4.8MB → 1.1MB (4.4x), 17 JPEGs deleted\n2026-04-14T13:43:54.595283Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:43:54.595271+00:00 (14d retention)\n2026-04-14T13:45:37.613525Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:45:49.145535Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:45:50.846993Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.4MB → 1.0MB (2.4x), 12 JPEGs deleted\n2026-04-14T13:45:52.876234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.9MB → 0.8MB (3.5x), 15 JPEGs deleted\n2026-04-14T13:48:54.282426Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5192407714022364550, trigger=click)\n2026-04-14T13:48:54.604272Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:48:54.604264+00:00 (14d retention)\n2026-04-14T13:49:25.352624Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:25.367719Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:27.018721Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=visual_change)\n2026-04-14T13:50:53.383666Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T13:50:54.467249Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.2MB → 0.5MB (4.6x), 11 JPEGs deleted\n2026-04-14T13:50:55.269996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 1.4MB → 0.3MB (5.5x), 9 JPEGs deleted\n2026-04-14T13:52:24.794051Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3397592283435315795, trigger=click)\n2026-04-14T13:53:54.613322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:53:54.613303+00:00 (14d retention)\n2026-04-14T13:55:55.311772Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T13:55:56.814200Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 3.4MB → 0.9MB (3.9x), 14 JPEGs deleted\n2026-04-14T13:55:59.100041Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.6MB → 1.9MB (1.9x), 16 JPEGs deleted\n2026-04-14T13:58:39.887337Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8036415082675154899, trigger=visual_change)\n2026-04-14T13:58:54.570209Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:58:54.570196+00:00 (14d retention)\n2026-04-14T13:59:37.381586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T13:59:40.428655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T14:00:59.131113Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T14:01:01.875522Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 11.3MB → 2.4MB (4.7x), 43 JPEGs deleted\n2026-04-14T14:01:06.431031Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 10.8MB → 5.9MB (1.9x), 49 JPEGs deleted\n2026-04-14T14:03:54.572131Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:03:54.572119+00:00 (14d retention)\n2026-04-14T14:06:06.940814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T14:06:10.879356Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 17.1MB → 1.2MB (13.9x), 69 JPEGs deleted\n2026-04-14T14:06:17.035393Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.6MB → 8.6MB (2.3x), 74 JPEGs deleted\n2026-04-14T14:08:54.583096Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:08:54.580525+00:00 (14d retention)\n2026-04-14T14:10:11.672178Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)\n2026-04-14T14:14:47.328532Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)\n2026-04-14T14:14:47.360641Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2\n2026-04-14T14:14:47.418705Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)\n2026-04-14T14:14:56.612619Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T14:14:59.488475Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T14:15:18.512055Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 99 eligible frames\n2026-04-14T14:15:20.957272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 9.3MB → 1.4MB (6.6x), 39 JPEGs deleted\n2026-04-14T14:15:27.455059Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.2MB → 4.4MB (3.3x), 58 JPEGs deleted\n2026-04-14T14:17:55.289952Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:17:55.289588+00:00 (14d retention)\n2026-04-14T14:18:35.418403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8206111759785831540, trigger=visual_change)\n2026-04-14T14:20:27.500187Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T14:20:29.624118Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.4MB → 0.4MB (5.6x), 10 JPEGs deleted\n2026-04-14T14:20:31.856955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.7MB → 0.4MB (6.1x), 10 JPEGs deleted\n2026-04-14T14:22:00.976673Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4916394158964482129, trigger=visual_change)\n2026-04-14T14:22:55.296927Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:22:55.296703+00:00 (14d retention)\n2026-04-14T14:25:31.951028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 14 eligible frames\n2026-04-14T14:25:33.145014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 5 frames, 1.2MB → 0.5MB (2.5x), 5 JPEGs deleted\n2026-04-14T14:25:34.856488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.2MB → 0.7MB (1.8x), 7 JPEGs deleted\n2026-04-14T14:27:55.304807Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:27:55.304779+00:00 (14d retention)\n2026-04-14T14:29:38.517771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=visual_change)\n2026-04-14T14:30:35.408687Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T14:30:41.139828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 12.9MB → 2.2MB (6.0x), 51 JPEGs deleted\n2026-04-14T14:30:51.419889Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 11.0MB → 4.3MB (2.6x), 57 JPEGs deleted\n2026-04-14T14:30:56.881450Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.435124Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.496151Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:31:43.821924Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:31:46.866533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:32:55.339639Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:32:55.339587+00:00 (14d retention)\n2026-04-14T14:35:51.721821Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:35:54.611650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:35:55.922868Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 13.6MB → 1.6MB (8.7x), 51 JPEGs deleted\n2026-04-14T14:36:02.750262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.7MB → 7.1MB (2.1x), 63 JPEGs deleted\n2026-04-14T14:36:12.650486Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:37:55.348236Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:37:55.348221+00:00 (14d retention)\n2026-04-14T14:40:08.577418Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5629951037509037441, trigger=click)\n2026-04-14T14:41:02.836167Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:41:06.534234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.3MB → 1.1MB (14.5x), 57 JPEGs deleted\n2026-04-14T14:41:16.097503Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 14.4MB → 7.5MB (1.9x), 57 JPEGs deleted\n2026-04-14T14:42:55.357171Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:42:55.357147+00:00 (14d retention)\n2026-04-14T14:44:28.738574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-612684683583975627, trigger=visual_change)\n2026-04-14T14:46:16.708878Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:46:19.557385Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 5.3MB → 1.5MB (3.6x), 36 JPEGs deleted\n2026-04-14T14:46:24.403034Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.1MB → 2.7MB (2.6x), 27 JPEGs deleted\n2026-04-14T14:47:55.424452Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:47:55.424435+00:00 (14d retention)\n2026-04-14T14:48:41.009372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4246160709188141984, trigger=click)\n2026-04-14T14:48:47.553454Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1084008693035736359, trigger=click)\n2026-04-14T14:50:25.480453Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:50:28.485537Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:51:24.535678Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:51:27.512153Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 4.8MB → 0.4MB (10.7x), 38 JPEGs deleted\n2026-04-14T14:51:33.606677Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 8.1MB → 2.9MB (2.8x), 25 JPEGs deleted\n2026-04-14T14:52:55.433752Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:52:55.433320+00:00 (14d retention)\n2026-04-14T14:56:33.775540Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T14:56:39.821219Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 24 frames, 4.1MB → 0.9MB (4.3x), 24 JPEGs deleted\n2026-04-14T14:56:44.752488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.4MB → 1.7MB (4.3x), 27 JPEGs deleted\n2026-04-14T14:57:55.443422Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:57:55.443409+00:00 (14d retention)\n2026-04-14T15:01:45.399674Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 67 eligible frames\n2026-04-14T15:01:49.465494Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.0MB → 2.8MB (2.5x), 29 JPEGs deleted\n2026-04-14T15:01:53.046601Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.4MB → 3.0MB (2.1x), 36 JPEGs deleted\n2026-04-14T15:02:55.474176Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:02:55.474160+00:00 (14d retention)\n2026-04-14T15:06:53.169676Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 64 eligible frames\n2026-04-14T15:06:55.665173Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 5.5MB → 1.2MB (4.5x), 27 JPEGs deleted\n2026-04-14T15:07:02.107659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 7.8MB → 3.6MB (2.2x), 35 JPEGs deleted\n2026-04-14T15:07:55.482692Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:07:55.482593+00:00 (14d retention)\n2026-04-14T15:12:02.628622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T15:12:05.131516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.8MB → 1.1MB (6.3x), 32 JPEGs deleted\n2026-04-14T15:12:11.020432Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 9.4MB → 4.3MB (2.2x), 44 JPEGs deleted\n2026-04-14T15:12:55.491418Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:12:55.490828+00:00 (14d retention)\n2026-04-14T15:15:20.566024Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8875378980506821607, trigger=click)\n2026-04-14T15:15:23.148224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=visual_change)\n2026-04-14T15:15:24.075406Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:15:24.098858Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:17:11.962178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T15:17:13.277431Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.8MB → 0.3MB (11.2x), 18 JPEGs deleted\n2026-04-14T15:17:17.628389Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 6.6MB → 2.3MB (2.9x), 26 JPEGs deleted\n2026-04-14T15:17:36.243353Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6000635913786649477, trigger=click)\n2026-04-14T15:17:55.531797Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:17:55.531770+00:00 (14d retention)\n2026-04-14T15:22:17.693217Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T15:22:18.884981Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 3.6MB → 0.3MB (10.9x), 17 JPEGs deleted\n2026-04-14T15:22:21.172808Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.3MB → 2.5MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:22:55.539673Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:22:55.539654+00:00 (14d retention)\n2026-04-14T15:25:25.610381Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:26:49.301590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=click)\n2026-04-14T15:26:51.542504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:27:13.114854Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:21.353328Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T15:27:25.974170Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.9MB (3.9x), 52 JPEGs deleted\n2026-04-14T15:27:35.813176Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:35.822388Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:36.622080Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 15.9MB → 6.6MB (2.4x), 65 JPEGs deleted\n2026-04-14T15:27:49.071787Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:52.077009Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:55.550421Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:27:55.550401+00:00 (14d retention)\n2026-04-14T15:28:20.260449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:32:37.193345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 126 eligible frames\n2026-04-14T15:32:45.043380Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 10.7MB → 5.1MB (2.1x), 64 JPEGs deleted\n2026-04-14T15:32:54.458631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 13.3MB → 5.5MB (2.4x), 60 JPEGs deleted\n2026-04-14T15:32:55.542880Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:32:55.542752+00:00 (14d retention)\n2026-04-14T15:36:04.808574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:36:30.969666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:02.898461Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:54.586525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 117 eligible frames\n2026-04-14T15:37:55.547050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:37:55.547032+00:00 (14d retention)\n2026-04-14T15:38:01.348539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 10.3MB → 3.4MB (3.0x), 51 JPEGs deleted\n2026-04-14T15:38:15.754508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 13.2MB → 5.3MB (2.5x), 64 JPEGs deleted\n2026-04-14T15:39:48.709283Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:54.714451Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:57.776339Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:42:55.552896Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:42:55.552880+00:00 (14d retention)\n2026-04-14T15:43:16.259372Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 48 eligible frames\n2026-04-14T15:43:18.036233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.5MB → 1.6MB (2.8x), 26 JPEGs deleted\n2026-04-14T15:43:19.391341Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.6MB → 0.6MB (10.1x), 20 JPEGs deleted\n2026-04-14T15:47:55.574284Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:47:55.574249+00:00 (14d retention)\n2026-04-14T15:48:20.298931Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T15:48:23.731169Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 10.2MB → 2.4MB (4.2x), 54 JPEGs deleted\n2026-04-14T15:48:26.503883Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 9.4MB → 2.5MB (3.7x), 38 JPEGs deleted\n2026-04-14T15:52:55.587286Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:52:55.587254+00:00 (14d retention)\n2026-04-14T15:53:26.621191Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T15:53:28.821643Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 4.5MB → 2.2MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:53:30.416446Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.6MB → 0.7MB (3.6x), 18 JPEGs deleted\n2026-04-14T15:53:32.360475Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:53:35.475948Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:56:06.399078Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:11.109582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:15.422479Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:18.476592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:44.598942Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:54.669771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:57:55.595084Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:57:55.595058+00:00 (14d retention)\n2026-04-14T15:58:11.596281Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:58:31.041427Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 38 eligible frames\n2026-04-14T15:58:32.463008Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.3MB → 0.2MB (9.4x), 15 JPEGs deleted\n2026-04-14T15:58:36.512566Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.9MB → 1.6MB (2.5x), 21 JPEGs deleted\n2026-04-14T16:02:55.604536Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:02:55.604488+00:00 (14d retention)\n2026-04-14T16:03:36.609135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T16:03:37.955262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.5MB → 0.5MB (4.8x), 15 JPEGs deleted\n2026-04-14T16:03:39.651068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.7MB → 0.3MB (9.6x), 15 JPEGs deleted\n2026-04-14T16:04:26.964490Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:04:42.830687Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T16:06:02.589838Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:07:55.633317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:07:55.633296+00:00 (14d retention)\n2026-04-14T16:08:39.791681Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 122 eligible frames\n2026-04-14T16:08:43.628453Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 15.0MB → 3.4MB (4.4x), 64 JPEGs deleted\n2026-04-14T16:08:47.160887Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 12.4MB → 3.4MB (3.7x), 56 JPEGs deleted\n2026-04-14T16:10:48.891069Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4870635355334957920, trigger=visual_change)\n2026-04-14T16:12:55.646485Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:12:55.646457+00:00 (14d retention)\n2026-04-14T16:13:47.942541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 63 eligible frames\n2026-04-14T16:13:48.912974Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7450344034841442434, trigger=visual_change)\n2026-04-14T16:13:50.513289Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.6MB → 1.0MB (7.9x), 29 JPEGs deleted\n2026-04-14T16:13:54.676310Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 7.4MB → 3.4MB (2.2x), 32 JPEGs deleted\n2026-04-14T16:17:55.653279Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:17:55.652278+00:00 (14d retention)\n2026-04-14T16:18:55.349688Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T16:18:59.205441Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 28 frames, 7.2MB → 1.1MB (6.5x), 28 JPEGs deleted\n2026-04-14T16:19:06.427354Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 8.1MB → 4.5MB (1.8x), 35 JPEGs deleted\n2026-04-14T16:21:59.534465Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:22:04.693330Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:22:55.679138Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:22:55.679122+00:00 (14d retention)\n2026-04-14T16:23:34.744403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:23:34.759184Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:24:06.731414Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 80 eligible frames\n2026-04-14T16:24:09.119925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 8.4MB → 2.0MB (4.1x), 36 JPEGs deleted\n2026-04-14T16:24:14.225245Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 8.9MB → 4.7MB (1.9x), 42 JPEGs deleted\n2026-04-14T16:26:18.251770Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:19.743862Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:55.688719Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:27:55.688688+00:00 (14d retention)\n2026-04-14T16:29:14.299471Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T16:29:17.167645Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.3MB → 2.0MB (3.6x), 43 JPEGs deleted\n2026-04-14T16:29:21.720864Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.9MB → 5.7MB (1.7x), 55 JPEGs deleted\n2026-04-14T16:31:40.552397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:32:55.696246Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:32:55.696203+00:00 (14d retention)\n2026-04-14T16:34:22.609996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 49 eligible frames\n2026-04-14T16:34:25.135817Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 4.6MB → 0.3MB (14.2x), 22 JPEGs deleted\n2026-04-14T16:34:30.877225Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 6.4MB → 2.4MB (2.6x), 25 JPEGs deleted\n2026-04-14T16:37:55.724744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:37:55.724720+00:00 (14d retention)\n2026-04-14T16:39:31.011139Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:39:32.425814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.7MB → 0.3MB (8.5x), 13 JPEGs deleted\n2026-04-14T16:39:34.948830Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 4.4MB → 1.0MB (4.6x), 15 JPEGs deleted\n2026-04-14T16:42:55.734494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:42:55.734479+00:00 (14d retention)\n2026-04-14T16:44:35.027903Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T16:44:36.672977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.9MB → 0.5MB (5.2x), 12 JPEGs deleted\n2026-04-14T16:44:40.586410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 6.2MB → 2.5MB (2.4x), 21 JPEGs deleted\n2026-04-14T16:47:55.742073Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:47:55.741939+00:00 (14d retention)\n2026-04-14T16:49:40.718908Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:49:42.346703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.8MB → 0.4MB (6.5x), 11 JPEGs deleted\n2026-04-14T16:49:47.868971Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 5.3MB → 1.7MB (3.1x), 17 JPEGs deleted\n2026-04-14T16:52:55.667844Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:52:55.667820+00:00 (14d retention)\n2026-04-14T16:54:48.497835Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T16:54:49.922199Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 4.8MB → 0.4MB (11.2x), 19 JPEGs deleted\n2026-04-14T16:54:54.706388Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 7.7MB → 1.6MB (4.8x), 25 JPEGs deleted\n2026-04-14T16:56:50.089511Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8818413376300492567, trigger=visual_change)\n2026-04-14T16:57:20.656769Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T16:57:55.662962Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:57:55.662927+00:00 (14d retention)\n2026-04-14T16:59:55.767800Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=96 elapsed=1.053288791s\n2026-04-14T16:59:55.769599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 96 eligible frames\n2026-04-14T16:59:58.894904Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 11.7MB → 0.5MB (24.6x), 46 JPEGs deleted\n2026-04-14T17:00:14.749178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 13.5MB → 5.2MB (2.6x), 48 JPEGs deleted\n2026-04-14T17:02:55.659451Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:02:55.659435+00:00 (14d retention)\n2026-04-14T17:05:16.082429Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=77 elapsed=1.327667375s\n2026-04-14T17:05:16.084332Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T17:05:18.118468Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 0.5MB (10.7x), 20 JPEGs deleted\n2026-04-14T17:05:30.087021Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.0MB → 5.5MB (1.8x), 55 JPEGs deleted\n2026-04-14T17:07:01.806784Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=243 elapsed=1.042996s\n2026-04-14T17:07:46.287201Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.309106Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.655238Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:07:55.655231+00:00 (14d retention)\n2026-04-14T17:07:58.345534Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:08:28.608843Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3152190722938032230, trigger=visual_change)\n2026-04-14T17:10:31.658303Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=79 elapsed=1.566973042s\n2026-04-14T17:10:31.658463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:10:35.459641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 6.4MB → 1.1MB (5.6x), 29 JPEGs deleted\n2026-04-14T17:10:43.022575Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.0MB → 5.8MB (1.5x), 48 JPEGs deleted\n2026-04-14T17:12:55.653231Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:12:55.652982+00:00 (14d retention)\n2026-04-14T17:15:43.263260Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 153 eligible frames\n2026-04-14T17:15:59.389929Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 10.1MB → 4.1MB (2.5x), 75 JPEGs deleted\n2026-04-14T17:16:10.897865Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 76 frames, 11.4MB → 3.5MB (3.3x), 76 JPEGs deleted\n2026-04-14T17:17:55.649647Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:17:55.649633+00:00 (14d retention)\n2026-04-14T17:21:11.641235Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T17:21:19.985906Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.3MB → 3.5MB (2.6x), 55 JPEGs deleted\n2026-04-14T17:21:25.976624Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 6.4MB → 1.8MB (3.6x), 43 JPEGs deleted\n2026-04-14T17:22:55.646051Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:22:55.645866+00:00 (14d retention)\n2026-04-14T17:23:09.936012Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.347205292s\n2026-04-14T17:26:05.225828Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:14.276632Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:26.477047Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:26:34.102746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 8.5MB → 3.4MB (2.5x), 52 JPEGs deleted\n2026-04-14T17:26:38.115284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.7MB → 1.4MB (4.1x), 25 JPEGs deleted\n2026-04-14T17:27:55.801234Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:27:55.801194+00:00 (14d retention)\n2026-04-14T17:31:39.042711Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 138 eligible frames\n2026-04-14T17:31:48.831043Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.215641041s\n2026-04-14T17:31:59.089629Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 11.6MB → 3.9MB (2.9x), 69 JPEGs deleted\n2026-04-14T17:32:11.853137Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 8.5MB → 1.7MB (5.0x), 67 JPEGs deleted\n2026-04-14T17:32:55.812083Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:32:55.811717+00:00 (14d retention)\n2026-04-14T17:37:13.198520Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=95 elapsed=1.328045542s\n2026-04-14T17:37:13.198997Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 95 eligible frames\n2026-04-14T17:37:27.332371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 10.0MB → 3.4MB (3.0x), 59 JPEGs deleted\n2026-04-14T17:37:32.068206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 7.7MB → 2.3MB (3.4x), 34 JPEGs deleted\n2026-04-14T17:37:55.818963Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:37:55.818931+00:00 (14d retention)\n2026-04-14T17:38:25.380376Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:25.379777Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:52.131080Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T17:38:59.077013Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:38:59.079876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:39:02.269917Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=246851100492228743, trigger=click)\n2026-04-14T17:42:32.872394Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 75 eligible frames\n2026-04-14T17:42:35.825377Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 6.9MB → 2.3MB (3.0x), 42 JPEGs deleted\n2026-04-14T17:42:38.006811Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 8.0MB → 1.8MB (4.5x), 31 JPEGs deleted\n2026-04-14T17:42:55.829364Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:42:55.829335+00:00 (14d retention)\n2026-04-14T17:46:33.928976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=9019075205790783388, trigger=click)\n2026-04-14T17:47:19.440859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3375574386776220903, trigger=visual_change)\n2026-04-14T17:47:38.207370Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 92 eligible frames\n2026-04-14T17:47:49.535495Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 53 frames, 9.6MB → 4.5MB (2.1x), 53 JPEGs deleted\n2026-04-14T17:47:55.882605Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:47:55.882576+00:00 (14d retention)\n2026-04-14T17:47:59.409125Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 8.1MB → 3.5MB (2.3x), 37 JPEGs deleted\n2026-04-14T17:48:27.941732Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5901045243229799095, trigger=click)\n2026-04-14T17:51:21.921224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7069758914547656695, trigger=click)\n2026-04-14T17:52:55.891052Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:52:55.890787+00:00 (14d retention)\n2026-04-14T17:52:59.517526Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 90 eligible frames\n2026-04-14T17:53:02.328211Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 8.2MB → 1.7MB (4.8x), 48 JPEGs deleted\n2026-04-14T17:53:05.364091Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 9.2MB → 1.8MB (5.2x), 40 JPEGs deleted\n2026-04-14T17:53:30.735372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6887505278703233632, trigger=visual_change)\n2026-04-14T17:57:55.900094Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:57:55.900066+00:00 (14d retention)\n2026-04-14T17:58:06.281381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:58:08.997543Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.9MB → 3.1MB (2.6x), 39 JPEGs deleted\n2026-04-14T17:58:11.398465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 8.0MB → 2.5MB (3.2x), 38 JPEGs deleted\n2026-04-14T17:58:13.325937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:13.737382Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.374806Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.735913Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:17.859459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T17:58:17.861378Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T18:02:55.966494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:02:55.966476+00:00 (14d retention)\n2026-04-14T18:03:12.046591Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T18:03:14.367038Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 6.3MB → 1.4MB (4.5x), 37 JPEGs deleted\n2026-04-14T18:03:17.369430Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.5MB → 3.2MB (2.4x), 39 JPEGs deleted\n2026-04-14T18:07:55.976644Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:07:55.976589+00:00 (14d retention)\n2026-04-14T18:08:17.527014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 151 eligible frames\n2026-04-14T18:08:21.867440Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.3MB → 3.0MB (4.2x), 68 JPEGs deleted\n2026-04-14T18:08:27.120465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 81 frames, 13.7MB → 7.1MB (1.9x), 81 JPEGs deleted\n2026-04-14T18:12:55.984214Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:12:55.984145+00:00 (14d retention)\n2026-04-14T18:13:27.218614Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 245 eligible frames\n2026-04-14T18:13:32.995736Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 13.8MB → 0.2MB (64.8x), 99 JPEGs deleted\n2026-04-14T18:13:34.371203Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.3MB → 0.8MB (2.7x), 13 JPEGs deleted\n2026-04-14T18:13:45.266261Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 34.3MB → 17.5MB (2.0x), 99 JPEGs deleted\n2026-04-14T18:13:49.748765Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 12.3MB → 7.9MB (1.6x), 32 JPEGs deleted\n2026-04-14T18:16:30.106932Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.328692167s\n2026-04-14T18:17:56.030815Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:17:56.030785+00:00 (14d retention)\n2026-04-14T18:18:49.971148Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 183 eligible frames\n2026-04-14T18:18:54.586701Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.5MB → 1.0MB (15.8x), 78 JPEGs deleted\n2026-04-14T18:19:07.268703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 44.3MB → 26.1MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:19:08.169622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 3 frames, 1.5MB → 1.0MB (1.4x), 3 JPEGs deleted\n2026-04-14T18:20:32.535538Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.0870025s\n2026-04-14T18:22:56.041059Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:22:56.041040+00:00 (14d retention)\n2026-04-14T18:24:08.848787Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 214 eligible frames\n2026-04-14T18:24:14.270269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 1.1MB (17.2x), 92 JPEGs deleted\n2026-04-14T18:24:26.886478Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.3MB → 23.2MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:24:29.846299Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 11.3MB → 5.4MB (2.1x), 21 JPEGs deleted\n2026-04-14T18:27:56.048317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:27:56.048099+00:00 (14d retention)\n2026-04-14T18:29:29.996017Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 171 eligible frames\n2026-04-14T18:29:34.279827Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 71 frames, 14.2MB → 0.9MB (15.1x), 71 JPEGs deleted\n2026-04-14T18:29:47.895547Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.2MB → 31.2MB (1.7x), 97 JPEGs deleted\n2026-04-14T18:32:56.059110Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:32:56.059090+00:00 (14d retention)\n2026-04-14T18:34:48.049599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 149 eligible frames\n2026-04-14T18:34:52.038596Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 13.4MB → 0.9MB (15.7x), 67 JPEGs deleted\n2026-04-14T18:35:02.447719Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 48.9MB → 24.6MB (2.0x), 80 JPEGs deleted\n2026-04-14T18:37:56.067182Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:37:56.067147+00:00 (14d retention)\n2026-04-14T18:40:02.583615Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 185 eligible frames\n2026-04-14T18:40:07.020562Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 1.9MB (8.0x), 74 JPEGs deleted\n2026-04-14T18:40:23.839094Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 52.6MB → 40.0MB (1.3x), 99 JPEGs deleted\n2026-04-14T18:40:25.879359Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 5.3MB → 3.2MB (1.7x), 10 JPEGs deleted\n2026-04-14T18:42:21.068441Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T18:42:56.076841Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:42:56.076822+00:00 (14d retention)\n2026-04-14T18:45:26.070559Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 188 eligible frames\n2026-04-14T18:45:30.731642Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.6MB → 0.8MB (18.9x), 78 JPEGs deleted\n2026-04-14T18:45:46.605955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 54.3MB → 39.0MB (1.4x), 98 JPEGs deleted\n2026-04-14T18:45:48.716272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.6MB → 3.7MB (1.3x), 9 JPEGs deleted\n2026-04-14T18:47:56.025050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:47:56.025022+00:00 (14d retention)\n2026-04-14T18:49:59.958012Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:21.054684Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:24.062008Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:42.218664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:48.712977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 179 eligible frames\n2026-04-14T18:50:53.122415Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 79 frames, 15.8MB → 0.8MB (20.3x), 79 JPEGs deleted\n2026-04-14T18:50:57.221261Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:00.239351Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:06.270462Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:07.099822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.9MB → 34.5MB (1.5x), 97 JPEGs deleted\n2026-04-14T18:51:09.324699Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:27.479885Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:33.551102Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:35.983483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:51:35.983878Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:52:56.025590Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:52:56.025573+00:00 (14d retention)\n2026-04-14T18:56:07.764979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 169 eligible frames\n2026-04-14T18:56:11.982539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 72 frames, 14.4MB → 0.8MB (18.5x), 72 JPEGs deleted\n2026-04-14T18:56:25.960654Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 95 frames, 53.2MB → 35.0MB (1.5x), 95 JPEGs deleted\n2026-04-14T18:57:56.024648Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:57:56.024619+00:00 (14d retention)\n2026-04-14T19:01:26.906528Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T19:01:31.143581Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.6MB → 0.8MB (17.9x), 68 JPEGs deleted\n2026-04-14T19:01:42.567795Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 42.7MB → 25.9MB (1.6x), 80 JPEGs deleted\n2026-04-14T19:02:56.024299Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:02:56.024276+00:00 (14d retention)\n2026-04-14T19:06:43.477049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 216 eligible frames\n2026-04-14T19:06:48.789302Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 0.9MB (21.4x), 92 JPEGs deleted\n2026-04-14T19:07:00.054606Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 36.3MB → 19.9MB (1.8x), 99 JPEGs deleted\n2026-04-14T19:07:03.317972Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 7.3MB → 4.5MB (1.6x), 23 JPEGs deleted\n2026-04-14T19:07:55.997175Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:07:55.997160+00:00 (14d retention)\n2026-04-14T19:12:04.102121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 215 eligible frames\n2026-04-14T19:12:09.001070Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 85 frames, 17.0MB → 0.9MB (19.7x), 85 JPEGs deleted\n2026-04-14T19:12:21.478062Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 39.3MB → 23.6MB (1.7x), 98 JPEGs deleted\n2026-04-14T19:12:25.686253Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 12.5MB → 7.6MB (1.6x), 29 JPEGs deleted\n2026-04-14T19:12:55.993881Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:12:55.993853+00:00 (14d retention)\n2026-04-14T19:17:26.647151Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 184 eligible frames\n2026-04-14T19:17:31.035740Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 0.8MB (18.9x), 74 JPEGs deleted\n2026-04-14T19:17:42.816932Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.5MB → 21.8MB (1.9x), 98 JPEGs deleted\n2026-04-14T19:17:44.763096Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.4MB → 3.1MB (1.4x), 9 JPEGs deleted\n2026-04-14T19:17:55.996259Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:17:55.993423+00:00 (14d retention)\n2026-04-14T19:22:45.602516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 172 eligible frames\n2026-04-14T19:22:49.512847Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 13.0MB → 0.8MB (16.5x), 65 JPEGs deleted\n2026-04-14T19:22:56.012870Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:22:56.012854+00:00 (14d retention)\n2026-04-14T19:23:03.526910Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 45.4MB → 30.8MB (1.5x), 98 JPEGs deleted\n2026-04-14T19:23:05.266251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 2.9MB → 2.7MB (1.1x), 6 JPEGs deleted\n2026-04-14T19:23:26.789940Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:26.815616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:28.825937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4326548476317182725, trigger=visual_change)\n2026-04-14T19:24:05.720105Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:14.849365Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:15.330290Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T19:25:37.290713Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=4.00062575s\n2026-04-14T19:27:21.005153Z INFO screenpipe_engine::server: api_usage_5min: 3 requests\n2026-04-14T19:27:30.949682Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.021692Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.029631Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.577593Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.579986Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:35.241328Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=visual_change)\n2026-04-14T19:27:39.595945Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:39.598899Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.500484Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.525006Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.739626Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:56.011354Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:27:56.011346+00:00 (14d retention)\n2026-04-14T19:28:05.319036Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 190 eligible frames\n2026-04-14T19:28:09.557818Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.0MB → 0.8MB (18.6x), 75 JPEGs deleted\n2026-04-14T19:28:24.420659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 49.4MB → 35.1MB (1.4x), 98 JPEGs deleted\n2026-04-14T19:28:27.105448Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 7.6MB → 5.6MB (1.4x), 14 JPEGs deleted\n2026-04-14T19:31:06.919592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:08.896402Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:09.765196Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:09.773298Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.368743Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.377586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.23320313,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.23554687,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.30234376,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.3046875,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.37148437,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.3738281,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"ec2-user@ip-10-30-93-249:~ (nc)","depth":2,"bounds":{"left":0.440625,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.44296876,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5097656,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.5121094,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"cp","depth":2,"bounds":{"left":0.57890624,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.58125,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.64804685,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.6503906,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Unable to access screenpipe activity data (claude)","depth":2,"bounds":{"left":0.7171875,"top":1.0,"width":0.06914063,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.71953124,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.7703125,"top":1.0,"width":0.021875,"height":-0.02013886},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.5078125,"top":1.0,"width":0.012890625,"height":-0.020833373},"role_description":"text"}]...
|
3711595166104808467
|
333732663002760561
|
click
|
accessibility
|
NULL
|
2026-04-13T19:39:29.643829Z INFO screenpipe_conne 2026-04-13T19:39:29.643829Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030
2026-04-13T19:39:29.788633Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3943 frame entries, coverage from 2026-04-12 16:39:29.630549 UTC
2026-04-13T19:39:30.543977Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)
2026-04-13T19:39:30.544012Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)
2026-04-13T19:39:30.544060Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)
2026-04-13T19:39:31.016978Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)
2026-04-13T19:39:31.017036Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)
2026-04-13T19:39:31.017080Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)
2026-04-13T19:39:31.017114Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)
2026-04-13T19:39:32.207273Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-04-13T19:39:32.673392Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=7912, dur=47ms
2026-04-13T19:39:32.704069Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)
2026-04-13T19:39:32.872035Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=7913, dur=108ms
2026-04-13T19:39:34.636509Z INFO screenpipe_engine::retention: retention: initialized with 14d retention
2026-04-13T19:39:34.637200Z INFO screenpipe: local retention auto-enabled (14 days)
2026-04-13T19:39:44.339956Z WARN sqlx::query: summary="SELECT frames.id as frame_id, …" db.statement="\n\nSELECT\n frames.id as frame_id,\n COALESCE(\n frames.full_text,\n ocr_text.text,\n frames.accessibility_text,\n ''\n ) as ocr_text,\n ocr_text.text_json,\n frames.timestamp,\n frames.name as frame_name,\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\n frames.offset_index,\n frames.app_name,\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\n frames.window_name,\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\n GROUP_CONCAT(tags.name, ',') as tags,\n frames.browser_url,\n frames.focused\nFROM\n frames\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\nWHERE\n 1 = 1\n AND (\n ?2 IS NULL\n OR frames.timestamp >= ?2\n )\n AND (\n ?3 IS NULL\n OR frames.timestamp <= ?3\n )\n AND (\n ?4 IS NULL\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\n )\n AND (\n ?5 IS NULL\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\n )\n AND (\n ?6 IS NULL\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\n )\n AND (\n ?7 IS NULL\n OR frames.machine_id = ?7\n )\n AND (\n ?8 IS NULL\n OR frames.focused = ?8\n )\n AND (\n ?9 IS NULL\n OR frames.name LIKE '%' || ?9 || '%'\n )\nGROUP BY\n frames.id\nORDER BY\n frames.timestamp DESC\nLIMIT\n ?10 OFFSET ?11\n" rows_affected=0 rows_returned=5000 elapsed=1.608390416s
2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames
2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted
2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)
2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)
2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests
2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)
2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames
2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted
2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)
2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames
2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted
2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted
[1] + terminated npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start
[1] 24316
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ id: 1 │
│ │ id: 2 │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: [URL_WITH_CREDENTIALS] ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)
2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)
2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)
2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)
2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)
2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)
2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)
2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)
2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)
2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)
2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)
2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames
2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted
2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted
2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)
2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)
2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)
2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)
2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)
2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames
2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)
2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted
2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted
2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)
2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)
2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames
2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted
2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted
2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)
2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)
2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames
2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted
2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted
2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)
2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)
2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted
2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)
2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted
2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)
2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)
2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)
2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)
2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)
2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)
2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)
2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)
2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)
2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)
2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames
2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted
2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted
2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)
2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames
2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted
2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted
2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)
2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames
2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted
2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted
2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)
2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames
2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted
2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted
2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)
2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted
2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted
2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)
2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames
2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted
2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted
2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)
2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)
2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)
2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=[CREDIT_CARD], trigger=visual_change)
2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames
2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted
2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted
2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)
2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames
2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted
2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted
2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)
2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)
2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)
2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames
2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted
2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted
2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)
2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)
2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames
2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted
2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted
2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)
2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)
2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames
2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted
2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted
2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)
2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)
2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames
2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted
2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted
2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)
2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)
2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)
2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames
2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted
2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted
2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)
2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)
2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)
2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames
2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted
2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted
2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)
2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)
2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames
2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted
2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted
2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)
2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)
2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)
2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)
2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames
2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted
2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted
2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)
2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)
2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames
2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted
2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted
2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)
2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)
2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)
2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames
2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 J...
|
18765
|
|
18769
|
NULL
|
0
|
2026-04-14T16:32:01.429402+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776184321429_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
frames.machine_id = ?7\n )\n AND (\n ?8 IS NU frames.machine_id = ?7\n )\n AND (\n ?8 IS NULL\n OR frames.focused = ?8\n )\n AND (\n ?9 IS NULL\n OR frames.name LIKE '%' || ?9 || '%'\n )\nGROUP BY\n frames.id\nORDER BY\n frames.timestamp DESC\nLIMIT\n ?10 OFFSET ?11\n" rows_affected=0 rows_returned=5000 elapsed=1.608390416s
2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames
2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted
2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)
2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)
2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests
2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)
2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames
2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted
2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)
2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames
2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted
2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted
[1] + terminated npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start
[1] 24316
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ id: 1 │
│ │ id: 2 │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: [URL_WITH_CREDENTIALS] ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)
2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)
2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)
2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)
2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)
2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)
2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)
2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)
2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)
2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)
2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)
2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames
2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted
2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted
2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)
2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)
2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)
2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)
2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)
2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames
2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)
2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted
2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted
2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)
2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)
2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames
2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted
2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted
2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)
2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)
2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames
2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted
2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted
2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)
2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)
2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted
2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)
2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted
2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)
2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)
2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)
2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)
2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)
2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)
2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)
2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)
2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)
2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)
2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames
2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted
2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted
2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)
2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames
2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted
2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted
2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)
2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames
2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted
2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted
2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)
2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames
2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted
2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted
2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)
2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted
2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted
2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)
2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames
2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted
2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted
2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)
2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)
2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)
2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=[CREDIT_CARD], trigger=visual_change)
2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames
2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted
2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted
2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)
2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames
2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted
2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted
2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)
2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)
2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)
2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames
2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted
2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted
2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)
2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)
2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames
2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted
2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted
2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)
2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)
2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames
2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted
2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted
2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)
2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)
2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames
2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted
2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted
2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)
2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)
2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)
2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames
2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted
2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted
2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)
2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)
2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)
2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames
2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted
2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted
2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)
2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)
2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames
2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted
2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted
2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)
2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)
2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)
2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)
2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames
2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted
2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted
2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)
2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)
2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames
2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted
2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted
2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)
2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)
2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)
2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames
2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 JPEGs deleted
2026-04-14T11:42:37.766533Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 9.0MB → 1.5MB (5.9x), 30 JPEGs deleted
2026-04-14T11:43:51.124758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)
2026-04-14T11:43:54.268889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:43:54.268879+00:00 (14d retention)
2026-04-14T11:46:19.707681Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3798630016527344503, trigger=click)
2026-04-14T11:46:48.465938Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3752925360567203396, trigger=click)
2026-04-14T11:46:57.882997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4944898032929426667, trigger=click)
2026-04-14T11:47:38.243841Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 60 eligible frames
2026-04-14T11:47:40.205049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 4.5MB → 0.9MB (4.9x), 31 JPEGs deleted
2026-04-14T11:47:42.924023Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.5MB → 2.2MB (3.4x), 27 JPEGs deleted
2026-04-14T11:48:54.277677Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:48:54.277661+00:00 (14d retention)
2026-04-14T11:52:42.972837Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames
2026-04-14T11:52:44.897822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 1.7MB (2.4x), 26 JPEGs deleted
2026-04-14T11:52:46.752585Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 5.0MB → 1.5MB (3.3x), 18 JPEGs deleted
2026-04-14T11:53:54.297037Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:53:54.296982+00:00 (14d retention)
2026-04-14T11:57:47.933604Z WARN sqlx::query: summary="SELECT id, snapshot_path, device_name, …" db.statement="\n\nSELECT\n id,\n snapshot_path,\n device_name,\n timestamp\nFROM\n frames\nWHERE\n snapshot_path IS NOT NULL\n AND timestamp < ?1\nORDER BY\n device_name,\n timestamp ASC\nLIMIT\n 5000\n" rows_affected=0 rows_returned=120 elapsed=1.159109625s
2026-04-14T11:57:47.935233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames
2026-04-14T11:57:52.092496Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.2MB (5.3x), 52 JPEGs deleted
2026-04-14T11:57:59.363321Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 14.5MB → 5.2MB (2.8x), 66 JPEGs deleted
2026-04-14T11:58:54.308936Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:58:54.308907+00:00 (14d retention)
2026-04-14T11:58:55.596617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1920847021272450725, trigger=click)
2026-04-14T12:03:00.235073Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames
2026-04-14T12:03:05.209243Z INFO screenpipe_...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=5000 elapsed=1.608390416s\n2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames\n2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted\n2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)\n2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)\n2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests\n2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)\n2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames\n2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted\n2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)\n2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted\n2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted\n\n[1] + terminated npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start\n[1] 24316\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ id: 1 │\n│ │ id: 2 │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-14T09:23:19.025225Z INFO screenpipe: starting UI event capture\n2026-04-14T09:23:19.024042Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-14T09:23:19.034460Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-14T09:23:19.035048Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-14T09:23:19.041739Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-14T09:23:19.057947Z INFO screenpipe_engine::ui_recorder: UI recording session started: c7672ba6-54dd-483e-9512-949b51a2bd49\n2026-04-14T09:23:19.058064Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-14T09:23:19.058114Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-13 06:23:19.058103 UTC to 2026-04-14 06:23:19.058103 UTC)\n2026-04-14T09:23:19.062532Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-14T09:23:19.066551Z INFO screenpipe_engine::server: Server listening on 0.0.0.0:3030\n2026-04-14T09:23:19.080775Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-14T09:23:19.697314Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3756 frame entries, coverage from 2026-04-13 06:23:19.058103 UTC\n2026-04-14T09:23:19.985445Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-14T09:23:19.985474Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-14T09:23:19.985515Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-14T09:23:20.492622Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)\n2026-04-14T09:23:20.492664Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)\n2026-04-14T09:23:20.492694Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-14T09:23:20.492726Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)\n2026-04-14T09:23:21.313246Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T09:23:22.387611Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T09:23:22.954948Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=8037, dur=1082ms\n2026-04-14T09:23:23.488645Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=8038, dur=1012ms\n2026-04-14T09:23:24.063719Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-14T09:23:24.063951Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-14T09:24:19.745739Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T09:24:23.350916Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.7MB → 2.6MB (2.6x), 51 JPEGs deleted\n2026-04-14T09:24:26.531119Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.6MB → 3.9MB (2.7x), 55 JPEGs deleted\n2026-04-14T09:28:19.055456Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:28:54.061635Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:28:54.061630+00:00 (14d retention)\n2026-04-14T09:29:26.561625Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 2 eligible frames\n2026-04-14T09:33:54.056707Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:33:54.056680+00:00 (14d retention)\n2026-04-14T09:34:26.581293Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 11 eligible frames\n2026-04-14T09:34:27.123519Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 4 frames, 0.9MB → 0.6MB (1.6x), 4 JPEGs deleted\n2026-04-14T09:34:28.092531Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.4MB → 0.8MB (1.8x), 7 JPEGs deleted\n2026-04-14T09:38:54.029363Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:38:54.029346+00:00 (14d retention)\n2026-04-14T09:39:28.082314Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T09:39:29.343941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 4.0MB → 0.7MB (6.0x), 18 JPEGs deleted\n2026-04-14T09:39:30.750250Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 3.6MB → 0.8MB (4.5x), 20 JPEGs deleted\n2026-04-14T09:41:13.184908Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6982821907865222085, trigger=click)\n2026-04-14T09:41:19.221590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6812429097673958383, trigger=visual_change)\n2026-04-14T09:42:17.435758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6365427964931292073, trigger=click)\n2026-04-14T09:42:33.656193Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4160452185621303946, trigger=click)\n2026-04-14T09:42:46.140088Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2304266842869419917, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)\n2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)\n2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)\n2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)\n2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)\n2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)\n2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)\n2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)\n2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)\n2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames\n2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted\n2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted\n2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)\n2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)\n2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)\n2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames\n2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)\n2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted\n2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted\n2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)\n2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)\n2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted\n2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted\n2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)\n2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)\n2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames\n2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted\n2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted\n2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)\n2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)\n2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted\n2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)\n2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted\n2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)\n2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)\n2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)\n2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)\n2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)\n2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)\n2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)\n2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)\n2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames\n2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted\n2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted\n2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)\n2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames\n2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted\n2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted\n2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)\n2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames\n2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted\n2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted\n2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)\n2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted\n2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted\n2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)\n2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted\n2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted\n2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)\n2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted\n2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted\n2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)\n2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)\n2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)\n2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7926243118367575, trigger=visual_change)\n2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames\n2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted\n2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted\n2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)\n2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames\n2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted\n2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted\n2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)\n2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)\n2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)\n2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted\n2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted\n2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)\n2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)\n2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames\n2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted\n2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted\n2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)\n2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)\n2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames\n2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted\n2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted\n2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)\n2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)\n2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted\n2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted\n2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)\n2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)\n2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)\n2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames\n2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted\n2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted\n2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)\n2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)\n2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)\n2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted\n2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted\n2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)\n2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)\n2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted\n2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted\n2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)\n2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)\n2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted\n2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted\n2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)\n2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)\n2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted\n2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted\n2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)\n2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)\n2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames\n2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 JPEGs deleted\n2026-04-14T11:42:37.766533Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 9.0MB → 1.5MB (5.9x), 30 JPEGs deleted\n2026-04-14T11:43:51.124758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:43:54.268889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:43:54.268879+00:00 (14d retention)\n2026-04-14T11:46:19.707681Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3798630016527344503, trigger=click)\n2026-04-14T11:46:48.465938Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3752925360567203396, trigger=click)\n2026-04-14T11:46:57.882997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4944898032929426667, trigger=click)\n2026-04-14T11:47:38.243841Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 60 eligible frames\n2026-04-14T11:47:40.205049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 4.5MB → 0.9MB (4.9x), 31 JPEGs deleted\n2026-04-14T11:47:42.924023Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.5MB → 2.2MB (3.4x), 27 JPEGs deleted\n2026-04-14T11:48:54.277677Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:48:54.277661+00:00 (14d retention)\n2026-04-14T11:52:42.972837Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:52:44.897822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 1.7MB (2.4x), 26 JPEGs deleted\n2026-04-14T11:52:46.752585Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 5.0MB → 1.5MB (3.3x), 18 JPEGs deleted\n2026-04-14T11:53:54.297037Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:53:54.296982+00:00 (14d retention)\n2026-04-14T11:57:47.933604Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=120 elapsed=1.159109625s\n2026-04-14T11:57:47.935233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T11:57:52.092496Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.2MB (5.3x), 52 JPEGs deleted\n2026-04-14T11:57:59.363321Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 14.5MB → 5.2MB (2.8x), 66 JPEGs deleted\n2026-04-14T11:58:54.308936Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:58:54.308907+00:00 (14d retention)\n2026-04-14T11:58:55.596617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1920847021272450725, trigger=click)\n2026-04-14T12:03:00.235073Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T12:03:05.209243Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.0MB → 1.7MB (8.8x), 57 JPEGs deleted\n2026-04-14T12:03:20.379815Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 61 frames, 16.1MB → 6.2MB (2.6x), 61 JPEGs deleted\n2026-04-14T12:03:54.314889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:03:54.314860+00:00 (14d retention)\n2026-04-14T12:07:32.156892Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4414873592361684168, trigger=click)\n2026-04-14T12:08:20.511267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 114 eligible frames\n2026-04-14T12:08:25.879226Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 13.2MB → 0.8MB (17.4x), 52 JPEGs deleted\n2026-04-14T12:08:36.233783Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 17.0MB → 8.6MB (2.0x), 60 JPEGs deleted\n2026-04-14T12:08:54.336990Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:08:54.336950+00:00 (14d retention)\n2026-04-14T12:13:36.840498Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 130 eligible frames\n2026-04-14T12:13:40.131975Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 6.7MB → 0.3MB (24.2x), 54 JPEGs deleted\n2026-04-14T12:13:53.030319Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.3MB → 7.2MB (2.7x), 74 JPEGs deleted\n2026-04-14T12:13:54.345530Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:13:54.345503+00:00 (14d retention)\n2026-04-14T12:17:11.495531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:17:29.950473Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:18:53.835568Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 115 eligible frames\n2026-04-14T12:18:54.353798Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:18:54.353791+00:00 (14d retention)\n2026-04-14T12:18:56.582704Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 5.4MB → 0.5MB (10.0x), 44 JPEGs deleted\n2026-04-14T12:19:10.154525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 18.9MB → 8.4MB (2.2x), 69 JPEGs deleted\n2026-04-14T12:20:21.652984Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=149369918600881871, trigger=click)\n2026-04-14T12:21:03.858762Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1019121305684409762, trigger=click)\n2026-04-14T12:23:54.364801Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:23:54.364775+00:00 (14d retention)\n2026-04-14T12:24:11.561109Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=110 elapsed=1.385900292s\n2026-04-14T12:24:11.564508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T12:24:15.282135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 6.3MB → 0.2MB (33.1x), 52 JPEGs deleted\n2026-04-14T12:24:25.885944Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 16.4MB → 3.9MB (4.2x), 56 JPEGs deleted\n2026-04-14T12:25:26.597886Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1909442749095147421, trigger=click)\n2026-04-14T12:26:07.655348Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:07.700894Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:34.464095Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7249461780092598041, trigger=visual_change)\n2026-04-14T12:28:54.391573Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:28:54.391548+00:00 (14d retention)\n2026-04-14T12:29:04.940113Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5980752912035217739, trigger=visual_change)\n2026-04-14T12:29:26.332838Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 73 eligible frames\n2026-04-14T12:29:28.615068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 4.1MB → 0.2MB (22.8x), 34 JPEGs deleted\n2026-04-14T12:29:34.400259Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 11.6MB → 2.8MB (4.1x), 37 JPEGs deleted\n2026-04-14T12:30:01.579118Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3434956056780458259, trigger=visual_change)\n2026-04-14T12:30:10.936246Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=2.923655916s\n2026-04-14T12:30:35.391558Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=3348 elapsed=1.623358375s\n2026-04-14T12:32:27.483265Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2550140762891249095, trigger=click)\n2026-04-14T12:32:29.765683Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8630694416318521734, trigger=visual_change)\n2026-04-14T12:32:32.746666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2550140762891249095, trigger=visual_change)\n2026-04-14T12:33:19.392207Z INFO screenpipe_engine::server: api_usage_5min: 2 requests\n2026-04-14T12:33:54.400517Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:33:54.400440+00:00 (14d retention)\n2026-04-14T12:34:34.939673Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:34:39.315842Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 7.6MB → 2.0MB (3.8x), 49 JPEGs deleted\n2026-04-14T12:34:48.628820Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 11.3MB → 6.0MB (1.9x), 42 JPEGs deleted\n2026-04-14T12:38:54.409596Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:38:54.409567+00:00 (14d retention)\n2026-04-14T12:39:48.710680Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:39:54.522917Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.7MB → 3.6MB (2.7x), 48 JPEGs deleted\n2026-04-14T12:40:00.198444Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 15.6MB → 2.6MB (6.1x), 43 JPEGs deleted\n2026-04-14T12:41:38.487313Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:38.673123Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:43.884491Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2111417376262186556, trigger=click)\n2026-04-14T12:43:54.398974Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:43:54.398957+00:00 (14d retention)\n2026-04-14T12:44:24.175904Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=visual_change)\n2026-04-14T12:44:30.170876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:44:30.170952Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:45:00.733180Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 34 eligible frames\n2026-04-14T12:45:02.503192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 2.9MB → 2.1MB (1.4x), 20 JPEGs deleted\n2026-04-14T12:45:03.882206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 3.9MB → 1.6MB (2.5x), 12 JPEGs deleted\n2026-04-14T12:45:45.072707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:45:45.083246Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:46:42.409604Z WARN sqlx::query: summary=\"COMMIT\" db.statement=\"\" rows_affected=1 rows_returned=0 elapsed=1.31212775s\n2026-04-14T12:47:26.531533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:47:41.077717Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:48:54.405689Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:48:54.405679+00:00 (14d retention)\n2026-04-14T12:50:04.633809Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 51 eligible frames\n2026-04-14T12:50:06.069922Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.2MB → 0.7MB (6.2x), 23 JPEGs deleted\n2026-04-14T12:50:07.945631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 8.0MB → 1.7MB (4.8x), 26 JPEGs deleted\n2026-04-14T12:52:02.053470Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T12:53:54.412723Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:53:54.412707+00:00 (14d retention)\n2026-04-14T12:55:08.015210Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T12:55:09.643439Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 3.5MB → 1.1MB (3.2x), 22 JPEGs deleted\n2026-04-14T12:55:11.761542Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 8.6MB → 1.8MB (4.7x), 29 JPEGs deleted\n2026-04-14T12:56:15.204136Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:56:15.283925Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.050651Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.055997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:58:54.461514Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:58:54.461483+00:00 (14d retention)\n2026-04-14T13:00:11.805891Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T13:00:14.859322Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.2MB → 1.7MB (3.6x), 51 JPEGs deleted\n2026-04-14T13:00:19.443941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 12.3MB → 4.9MB (2.5x), 66 JPEGs deleted\n2026-04-14T13:03:54.469708Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:03:54.469684+00:00 (14d retention)\n2026-04-14T13:05:19.981603Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T13:05:21.859127Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.7MB → 0.7MB (5.7x), 18 JPEGs deleted\n2026-04-14T13:05:24.577607Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 2.4MB (2.2x), 20 JPEGs deleted\n2026-04-14T13:08:54.487813Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:08:54.486312+00:00 (14d retention)\n2026-04-14T13:10:24.648030Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 33 eligible frames\n2026-04-14T13:10:25.871254Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 3.2MB → 0.6MB (5.4x), 15 JPEGs deleted\n2026-04-14T13:10:28.352020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.3MB → 1.4MB (2.4x), 16 JPEGs deleted\n2026-04-14T13:12:01.161758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2833080270416553027, trigger=click)\n2026-04-14T13:13:54.511233Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:13:54.511209+00:00 (14d retention)\n2026-04-14T13:15:28.447744Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 41 eligible frames\n2026-04-14T13:15:29.469009Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (8.2x), 14 JPEGs deleted\n2026-04-14T13:15:32.309251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.2MB → 2.8MB (1.9x), 25 JPEGs deleted\n2026-04-14T13:18:17.108565Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:17.119708Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:54.519243Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:18:54.519179+00:00 (14d retention)\n2026-04-14T13:20:26.369784Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:26.407528Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:32.393867Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:20:33.589662Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:20:35.605436Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.7MB → 0.9MB (2.9x), 16 JPEGs deleted\n2026-04-14T13:22:28.683895Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:23:54.528597Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:23:54.528584+00:00 (14d retention)\n2026-04-14T13:25:30.820459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:30.823174Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:36.174956Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 57 eligible frames\n2026-04-14T13:25:37.566914Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.8MB → 0.3MB (13.4x), 21 JPEGs deleted\n2026-04-14T13:25:40.582925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 10.3MB → 3.3MB (3.2x), 34 JPEGs deleted\n2026-04-14T13:25:48.203646Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T13:28:54.561297Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:28:54.561277+00:00 (14d retention)\n2026-04-14T13:29:25.961438Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:29:25.966531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:30:40.619502Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 24 eligible frames\n2026-04-14T13:30:41.476947Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:30:42.560911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 3.6MB → 0.6MB (6.0x), 11 JPEGs deleted\n2026-04-14T13:32:30.775481Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1549015432333443411, trigger=visual_change)\n2026-04-14T13:33:54.570388Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:33:54.570368+00:00 (14d retention)\n2026-04-14T13:34:59.446614Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6269796043063054792, trigger=visual_change)\n2026-04-14T13:35:43.050871Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 39 eligible frames\n2026-04-14T13:35:43.982381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (9.0x), 14 JPEGs deleted\n2026-04-14T13:35:46.365797Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 8.0MB → 2.4MB (3.4x), 23 JPEGs deleted\n2026-04-14T13:36:40.251928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:36:43.257442Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:38.580728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:54.579789Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:38:54.579754+00:00 (14d retention)\n2026-04-14T13:39:15.803850Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:15.812194Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:19.062502Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:45.647710Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:46.420120Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T13:40:47.507885Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.0MB → 0.8MB (3.7x), 16 JPEGs deleted\n2026-04-14T13:40:49.083271Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 4.8MB → 1.1MB (4.4x), 17 JPEGs deleted\n2026-04-14T13:43:54.595283Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:43:54.595271+00:00 (14d retention)\n2026-04-14T13:45:37.613525Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:45:49.145535Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:45:50.846993Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.4MB → 1.0MB (2.4x), 12 JPEGs deleted\n2026-04-14T13:45:52.876234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.9MB → 0.8MB (3.5x), 15 JPEGs deleted\n2026-04-14T13:48:54.282426Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5192407714022364550, trigger=click)\n2026-04-14T13:48:54.604272Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:48:54.604264+00:00 (14d retention)\n2026-04-14T13:49:25.352624Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:25.367719Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:27.018721Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=visual_change)\n2026-04-14T13:50:53.383666Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T13:50:54.467249Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.2MB → 0.5MB (4.6x), 11 JPEGs deleted\n2026-04-14T13:50:55.269996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 1.4MB → 0.3MB (5.5x), 9 JPEGs deleted\n2026-04-14T13:52:24.794051Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3397592283435315795, trigger=click)\n2026-04-14T13:53:54.613322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:53:54.613303+00:00 (14d retention)\n2026-04-14T13:55:55.311772Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T13:55:56.814200Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 3.4MB → 0.9MB (3.9x), 14 JPEGs deleted\n2026-04-14T13:55:59.100041Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.6MB → 1.9MB (1.9x), 16 JPEGs deleted\n2026-04-14T13:58:39.887337Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8036415082675154899, trigger=visual_change)\n2026-04-14T13:58:54.570209Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:58:54.570196+00:00 (14d retention)\n2026-04-14T13:59:37.381586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T13:59:40.428655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T14:00:59.131113Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T14:01:01.875522Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 11.3MB → 2.4MB (4.7x), 43 JPEGs deleted\n2026-04-14T14:01:06.431031Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 10.8MB → 5.9MB (1.9x), 49 JPEGs deleted\n2026-04-14T14:03:54.572131Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:03:54.572119+00:00 (14d retention)\n2026-04-14T14:06:06.940814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T14:06:10.879356Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 17.1MB → 1.2MB (13.9x), 69 JPEGs deleted\n2026-04-14T14:06:17.035393Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.6MB → 8.6MB (2.3x), 74 JPEGs deleted\n2026-04-14T14:08:54.583096Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:08:54.580525+00:00 (14d retention)\n2026-04-14T14:10:11.672178Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)\n2026-04-14T14:14:47.328532Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)\n2026-04-14T14:14:47.360641Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2\n2026-04-14T14:14:47.418705Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)\n2026-04-14T14:14:56.612619Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T14:14:59.488475Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T14:15:18.512055Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 99 eligible frames\n2026-04-14T14:15:20.957272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 9.3MB → 1.4MB (6.6x), 39 JPEGs deleted\n2026-04-14T14:15:27.455059Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.2MB → 4.4MB (3.3x), 58 JPEGs deleted\n2026-04-14T14:17:55.289952Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:17:55.289588+00:00 (14d retention)\n2026-04-14T14:18:35.418403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8206111759785831540, trigger=visual_change)\n2026-04-14T14:20:27.500187Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T14:20:29.624118Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.4MB → 0.4MB (5.6x), 10 JPEGs deleted\n2026-04-14T14:20:31.856955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.7MB → 0.4MB (6.1x), 10 JPEGs deleted\n2026-04-14T14:22:00.976673Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4916394158964482129, trigger=visual_change)\n2026-04-14T14:22:55.296927Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:22:55.296703+00:00 (14d retention)\n2026-04-14T14:25:31.951028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 14 eligible frames\n2026-04-14T14:25:33.145014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 5 frames, 1.2MB → 0.5MB (2.5x), 5 JPEGs deleted\n2026-04-14T14:25:34.856488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.2MB → 0.7MB (1.8x), 7 JPEGs deleted\n2026-04-14T14:27:55.304807Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:27:55.304779+00:00 (14d retention)\n2026-04-14T14:29:38.517771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=visual_change)\n2026-04-14T14:30:35.408687Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T14:30:41.139828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 12.9MB → 2.2MB (6.0x), 51 JPEGs deleted\n2026-04-14T14:30:51.419889Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 11.0MB → 4.3MB (2.6x), 57 JPEGs deleted\n2026-04-14T14:30:56.881450Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.435124Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.496151Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:31:43.821924Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:31:46.866533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:32:55.339639Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:32:55.339587+00:00 (14d retention)\n2026-04-14T14:35:51.721821Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:35:54.611650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:35:55.922868Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 13.6MB → 1.6MB (8.7x), 51 JPEGs deleted\n2026-04-14T14:36:02.750262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.7MB → 7.1MB (2.1x), 63 JPEGs deleted\n2026-04-14T14:36:12.650486Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:37:55.348236Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:37:55.348221+00:00 (14d retention)\n2026-04-14T14:40:08.577418Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5629951037509037441, trigger=click)\n2026-04-14T14:41:02.836167Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:41:06.534234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.3MB → 1.1MB (14.5x), 57 JPEGs deleted\n2026-04-14T14:41:16.097503Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 14.4MB → 7.5MB (1.9x), 57 JPEGs deleted\n2026-04-14T14:42:55.357171Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:42:55.357147+00:00 (14d retention)\n2026-04-14T14:44:28.738574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-612684683583975627, trigger=visual_change)\n2026-04-14T14:46:16.708878Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:46:19.557385Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 5.3MB → 1.5MB (3.6x), 36 JPEGs deleted\n2026-04-14T14:46:24.403034Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.1MB → 2.7MB (2.6x), 27 JPEGs deleted\n2026-04-14T14:47:55.424452Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:47:55.424435+00:00 (14d retention)\n2026-04-14T14:48:41.009372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4246160709188141984, trigger=click)\n2026-04-14T14:48:47.553454Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1084008693035736359, trigger=click)\n2026-04-14T14:50:25.480453Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:50:28.485537Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:51:24.535678Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:51:27.512153Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 4.8MB → 0.4MB (10.7x), 38 JPEGs deleted\n2026-04-14T14:51:33.606677Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 8.1MB → 2.9MB (2.8x), 25 JPEGs deleted\n2026-04-14T14:52:55.433752Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:52:55.433320+00:00 (14d retention)\n2026-04-14T14:56:33.775540Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T14:56:39.821219Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 24 frames, 4.1MB → 0.9MB (4.3x), 24 JPEGs deleted\n2026-04-14T14:56:44.752488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.4MB → 1.7MB (4.3x), 27 JPEGs deleted\n2026-04-14T14:57:55.443422Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:57:55.443409+00:00 (14d retention)\n2026-04-14T15:01:45.399674Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 67 eligible frames\n2026-04-14T15:01:49.465494Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.0MB → 2.8MB (2.5x), 29 JPEGs deleted\n2026-04-14T15:01:53.046601Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.4MB → 3.0MB (2.1x), 36 JPEGs deleted\n2026-04-14T15:02:55.474176Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:02:55.474160+00:00 (14d retention)\n2026-04-14T15:06:53.169676Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 64 eligible frames\n2026-04-14T15:06:55.665173Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 5.5MB → 1.2MB (4.5x), 27 JPEGs deleted\n2026-04-14T15:07:02.107659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 7.8MB → 3.6MB (2.2x), 35 JPEGs deleted\n2026-04-14T15:07:55.482692Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:07:55.482593+00:00 (14d retention)\n2026-04-14T15:12:02.628622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T15:12:05.131516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.8MB → 1.1MB (6.3x), 32 JPEGs deleted\n2026-04-14T15:12:11.020432Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 9.4MB → 4.3MB (2.2x), 44 JPEGs deleted\n2026-04-14T15:12:55.491418Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:12:55.490828+00:00 (14d retention)\n2026-04-14T15:15:20.566024Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8875378980506821607, trigger=click)\n2026-04-14T15:15:23.148224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=visual_change)\n2026-04-14T15:15:24.075406Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:15:24.098858Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:17:11.962178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T15:17:13.277431Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.8MB → 0.3MB (11.2x), 18 JPEGs deleted\n2026-04-14T15:17:17.628389Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 6.6MB → 2.3MB (2.9x), 26 JPEGs deleted\n2026-04-14T15:17:36.243353Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6000635913786649477, trigger=click)\n2026-04-14T15:17:55.531797Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:17:55.531770+00:00 (14d retention)\n2026-04-14T15:22:17.693217Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T15:22:18.884981Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 3.6MB → 0.3MB (10.9x), 17 JPEGs deleted\n2026-04-14T15:22:21.172808Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.3MB → 2.5MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:22:55.539673Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:22:55.539654+00:00 (14d retention)\n2026-04-14T15:25:25.610381Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:26:49.301590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=click)\n2026-04-14T15:26:51.542504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:27:13.114854Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:21.353328Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T15:27:25.974170Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.9MB (3.9x), 52 JPEGs deleted\n2026-04-14T15:27:35.813176Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:35.822388Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:36.622080Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 15.9MB → 6.6MB (2.4x), 65 JPEGs deleted\n2026-04-14T15:27:49.071787Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:52.077009Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:55.550421Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:27:55.550401+00:00 (14d retention)\n2026-04-14T15:28:20.260449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:32:37.193345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 126 eligible frames\n2026-04-14T15:32:45.043380Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 10.7MB → 5.1MB (2.1x), 64 JPEGs deleted\n2026-04-14T15:32:54.458631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 13.3MB → 5.5MB (2.4x), 60 JPEGs deleted\n2026-04-14T15:32:55.542880Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:32:55.542752+00:00 (14d retention)\n2026-04-14T15:36:04.808574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:36:30.969666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:02.898461Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:54.586525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 117 eligible frames\n2026-04-14T15:37:55.547050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:37:55.547032+00:00 (14d retention)\n2026-04-14T15:38:01.348539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 10.3MB → 3.4MB (3.0x), 51 JPEGs deleted\n2026-04-14T15:38:15.754508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 13.2MB → 5.3MB (2.5x), 64 JPEGs deleted\n2026-04-14T15:39:48.709283Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:54.714451Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:57.776339Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:42:55.552896Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:42:55.552880+00:00 (14d retention)\n2026-04-14T15:43:16.259372Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 48 eligible frames\n2026-04-14T15:43:18.036233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.5MB → 1.6MB (2.8x), 26 JPEGs deleted\n2026-04-14T15:43:19.391341Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.6MB → 0.6MB (10.1x), 20 JPEGs deleted\n2026-04-14T15:47:55.574284Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:47:55.574249+00:00 (14d retention)\n2026-04-14T15:48:20.298931Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T15:48:23.731169Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 10.2MB → 2.4MB (4.2x), 54 JPEGs deleted\n2026-04-14T15:48:26.503883Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 9.4MB → 2.5MB (3.7x), 38 JPEGs deleted\n2026-04-14T15:52:55.587286Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:52:55.587254+00:00 (14d retention)\n2026-04-14T15:53:26.621191Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T15:53:28.821643Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 4.5MB → 2.2MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:53:30.416446Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.6MB → 0.7MB (3.6x), 18 JPEGs deleted\n2026-04-14T15:53:32.360475Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:53:35.475948Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:56:06.399078Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:11.109582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:15.422479Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:18.476592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:44.598942Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:54.669771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:57:55.595084Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:57:55.595058+00:00 (14d retention)\n2026-04-14T15:58:11.596281Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:58:31.041427Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 38 eligible frames\n2026-04-14T15:58:32.463008Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.3MB → 0.2MB (9.4x), 15 JPEGs deleted\n2026-04-14T15:58:36.512566Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.9MB → 1.6MB (2.5x), 21 JPEGs deleted\n2026-04-14T16:02:55.604536Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:02:55.604488+00:00 (14d retention)\n2026-04-14T16:03:36.609135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T16:03:37.955262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.5MB → 0.5MB (4.8x), 15 JPEGs deleted\n2026-04-14T16:03:39.651068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.7MB → 0.3MB (9.6x), 15 JPEGs deleted\n2026-04-14T16:04:26.964490Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:04:42.830687Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T16:06:02.589838Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:07:55.633317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:07:55.633296+00:00 (14d retention)\n2026-04-14T16:08:39.791681Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 122 eligible frames\n2026-04-14T16:08:43.628453Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 15.0MB → 3.4MB (4.4x), 64 JPEGs deleted\n2026-04-14T16:08:47.160887Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 12.4MB → 3.4MB (3.7x), 56 JPEGs deleted\n2026-04-14T16:10:48.891069Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4870635355334957920, trigger=visual_change)\n2026-04-14T16:12:55.646485Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:12:55.646457+00:00 (14d retention)\n2026-04-14T16:13:47.942541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 63 eligible frames\n2026-04-14T16:13:48.912974Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7450344034841442434, trigger=visual_change)\n2026-04-14T16:13:50.513289Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.6MB → 1.0MB (7.9x), 29 JPEGs deleted\n2026-04-14T16:13:54.676310Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 7.4MB → 3.4MB (2.2x), 32 JPEGs deleted\n2026-04-14T16:17:55.653279Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:17:55.652278+00:00 (14d retention)\n2026-04-14T16:18:55.349688Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T16:18:59.205441Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 28 frames, 7.2MB → 1.1MB (6.5x), 28 JPEGs deleted\n2026-04-14T16:19:06.427354Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 8.1MB → 4.5MB (1.8x), 35 JPEGs deleted\n2026-04-14T16:21:59.534465Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:22:04.693330Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:22:55.679138Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:22:55.679122+00:00 (14d retention)\n2026-04-14T16:23:34.744403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:23:34.759184Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:24:06.731414Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 80 eligible frames\n2026-04-14T16:24:09.119925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 8.4MB → 2.0MB (4.1x), 36 JPEGs deleted\n2026-04-14T16:24:14.225245Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 8.9MB → 4.7MB (1.9x), 42 JPEGs deleted\n2026-04-14T16:26:18.251770Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:19.743862Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:55.688719Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:27:55.688688+00:00 (14d retention)\n2026-04-14T16:29:14.299471Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T16:29:17.167645Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.3MB → 2.0MB (3.6x), 43 JPEGs deleted\n2026-04-14T16:29:21.720864Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.9MB → 5.7MB (1.7x), 55 JPEGs deleted\n2026-04-14T16:31:40.552397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:32:55.696246Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:32:55.696203+00:00 (14d retention)\n2026-04-14T16:34:22.609996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 49 eligible frames\n2026-04-14T16:34:25.135817Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 4.6MB → 0.3MB (14.2x), 22 JPEGs deleted\n2026-04-14T16:34:30.877225Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 6.4MB → 2.4MB (2.6x), 25 JPEGs deleted\n2026-04-14T16:37:55.724744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:37:55.724720+00:00 (14d retention)\n2026-04-14T16:39:31.011139Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:39:32.425814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.7MB → 0.3MB (8.5x), 13 JPEGs deleted\n2026-04-14T16:39:34.948830Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 4.4MB → 1.0MB (4.6x), 15 JPEGs deleted\n2026-04-14T16:42:55.734494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:42:55.734479+00:00 (14d retention)\n2026-04-14T16:44:35.027903Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T16:44:36.672977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.9MB → 0.5MB (5.2x), 12 JPEGs deleted\n2026-04-14T16:44:40.586410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 6.2MB → 2.5MB (2.4x), 21 JPEGs deleted\n2026-04-14T16:47:55.742073Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:47:55.741939+00:00 (14d retention)\n2026-04-14T16:49:40.718908Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:49:42.346703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.8MB → 0.4MB (6.5x), 11 JPEGs deleted\n2026-04-14T16:49:47.868971Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 5.3MB → 1.7MB (3.1x), 17 JPEGs deleted\n2026-04-14T16:52:55.667844Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:52:55.667820+00:00 (14d retention)\n2026-04-14T16:54:48.497835Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T16:54:49.922199Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 4.8MB → 0.4MB (11.2x), 19 JPEGs deleted\n2026-04-14T16:54:54.706388Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 7.7MB → 1.6MB (4.8x), 25 JPEGs deleted\n2026-04-14T16:56:50.089511Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8818413376300492567, trigger=visual_change)\n2026-04-14T16:57:20.656769Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T16:57:55.662962Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:57:55.662927+00:00 (14d retention)\n2026-04-14T16:59:55.767800Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=96 elapsed=1.053288791s\n2026-04-14T16:59:55.769599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 96 eligible frames\n2026-04-14T16:59:58.894904Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 11.7MB → 0.5MB (24.6x), 46 JPEGs deleted\n2026-04-14T17:00:14.749178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 13.5MB → 5.2MB (2.6x), 48 JPEGs deleted\n2026-04-14T17:02:55.659451Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:02:55.659435+00:00 (14d retention)\n2026-04-14T17:05:16.082429Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=77 elapsed=1.327667375s\n2026-04-14T17:05:16.084332Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T17:05:18.118468Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 0.5MB (10.7x), 20 JPEGs deleted\n2026-04-14T17:05:30.087021Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.0MB → 5.5MB (1.8x), 55 JPEGs deleted\n2026-04-14T17:07:01.806784Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=243 elapsed=1.042996s\n2026-04-14T17:07:46.287201Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.309106Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.655238Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:07:55.655231+00:00 (14d retention)\n2026-04-14T17:07:58.345534Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:08:28.608843Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3152190722938032230, trigger=visual_change)\n2026-04-14T17:10:31.658303Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=79 elapsed=1.566973042s\n2026-04-14T17:10:31.658463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:10:35.459641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 6.4MB → 1.1MB (5.6x), 29 JPEGs deleted\n2026-04-14T17:10:43.022575Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.0MB → 5.8MB (1.5x), 48 JPEGs deleted\n2026-04-14T17:12:55.653231Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:12:55.652982+00:00 (14d retention)\n2026-04-14T17:15:43.263260Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 153 eligible frames\n2026-04-14T17:15:59.389929Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 10.1MB → 4.1MB (2.5x), 75 JPEGs deleted\n2026-04-14T17:16:10.897865Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 76 frames, 11.4MB → 3.5MB (3.3x), 76 JPEGs deleted\n2026-04-14T17:17:55.649647Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:17:55.649633+00:00 (14d retention)\n2026-04-14T17:21:11.641235Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T17:21:19.985906Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.3MB → 3.5MB (2.6x), 55 JPEGs deleted\n2026-04-14T17:21:25.976624Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 6.4MB → 1.8MB (3.6x), 43 JPEGs deleted\n2026-04-14T17:22:55.646051Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:22:55.645866+00:00 (14d retention)\n2026-04-14T17:23:09.936012Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.347205292s\n2026-04-14T17:26:05.225828Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:14.276632Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:26.477047Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:26:34.102746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 8.5MB → 3.4MB (2.5x), 52 JPEGs deleted\n2026-04-14T17:26:38.115284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.7MB → 1.4MB (4.1x), 25 JPEGs deleted\n2026-04-14T17:27:55.801234Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:27:55.801194+00:00 (14d retention)\n2026-04-14T17:31:39.042711Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 138 eligible frames\n2026-04-14T17:31:48.831043Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.215641041s\n2026-04-14T17:31:59.089629Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 11.6MB → 3.9MB (2.9x), 69 JPEGs deleted\n2026-04-14T17:32:11.853137Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 8.5MB → 1.7MB (5.0x), 67 JPEGs deleted\n2026-04-14T17:32:55.812083Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:32:55.811717+00:00 (14d retention)\n2026-04-14T17:37:13.198520Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=95 elapsed=1.328045542s\n2026-04-14T17:37:13.198997Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 95 eligible frames\n2026-04-14T17:37:27.332371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 10.0MB → 3.4MB (3.0x), 59 JPEGs deleted\n2026-04-14T17:37:32.068206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 7.7MB → 2.3MB (3.4x), 34 JPEGs deleted\n2026-04-14T17:37:55.818963Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:37:55.818931+00:00 (14d retention)\n2026-04-14T17:38:25.380376Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:25.379777Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:52.131080Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T17:38:59.077013Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:38:59.079876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:39:02.269917Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=246851100492228743, trigger=click)\n2026-04-14T17:42:32.872394Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 75 eligible frames\n2026-04-14T17:42:35.825377Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 6.9MB → 2.3MB (3.0x), 42 JPEGs deleted\n2026-04-14T17:42:38.006811Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 8.0MB → 1.8MB (4.5x), 31 JPEGs deleted\n2026-04-14T17:42:55.829364Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:42:55.829335+00:00 (14d retention)\n2026-04-14T17:46:33.928976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=9019075205790783388, trigger=click)\n2026-04-14T17:47:19.440859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3375574386776220903, trigger=visual_change)\n2026-04-14T17:47:38.207370Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 92 eligible frames\n2026-04-14T17:47:49.535495Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 53 frames, 9.6MB → 4.5MB (2.1x), 53 JPEGs deleted\n2026-04-14T17:47:55.882605Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:47:55.882576+00:00 (14d retention)\n2026-04-14T17:47:59.409125Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 8.1MB → 3.5MB (2.3x), 37 JPEGs deleted\n2026-04-14T17:48:27.941732Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5901045243229799095, trigger=click)\n2026-04-14T17:51:21.921224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7069758914547656695, trigger=click)\n2026-04-14T17:52:55.891052Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:52:55.890787+00:00 (14d retention)\n2026-04-14T17:52:59.517526Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 90 eligible frames\n2026-04-14T17:53:02.328211Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 8.2MB → 1.7MB (4.8x), 48 JPEGs deleted\n2026-04-14T17:53:05.364091Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 9.2MB → 1.8MB (5.2x), 40 JPEGs deleted\n2026-04-14T17:53:30.735372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6887505278703233632, trigger=visual_change)\n2026-04-14T17:57:55.900094Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:57:55.900066+00:00 (14d retention)\n2026-04-14T17:58:06.281381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:58:08.997543Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.9MB → 3.1MB (2.6x), 39 JPEGs deleted\n2026-04-14T17:58:11.398465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 8.0MB → 2.5MB (3.2x), 38 JPEGs deleted\n2026-04-14T17:58:13.325937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:13.737382Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.374806Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.735913Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:17.859459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T17:58:17.861378Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T18:02:55.966494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:02:55.966476+00:00 (14d retention)\n2026-04-14T18:03:12.046591Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T18:03:14.367038Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 6.3MB → 1.4MB (4.5x), 37 JPEGs deleted\n2026-04-14T18:03:17.369430Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.5MB → 3.2MB (2.4x), 39 JPEGs deleted\n2026-04-14T18:07:55.976644Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:07:55.976589+00:00 (14d retention)\n2026-04-14T18:08:17.527014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 151 eligible frames\n2026-04-14T18:08:21.867440Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.3MB → 3.0MB (4.2x), 68 JPEGs deleted\n2026-04-14T18:08:27.120465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 81 frames, 13.7MB → 7.1MB (1.9x), 81 JPEGs deleted\n2026-04-14T18:12:55.984214Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:12:55.984145+00:00 (14d retention)\n2026-04-14T18:13:27.218614Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 245 eligible frames\n2026-04-14T18:13:32.995736Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 13.8MB → 0.2MB (64.8x), 99 JPEGs deleted\n2026-04-14T18:13:34.371203Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.3MB → 0.8MB (2.7x), 13 JPEGs deleted\n2026-04-14T18:13:45.266261Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 34.3MB → 17.5MB (2.0x), 99 JPEGs deleted\n2026-04-14T18:13:49.748765Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 12.3MB → 7.9MB (1.6x), 32 JPEGs deleted\n2026-04-14T18:16:30.106932Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.328692167s\n2026-04-14T18:17:56.030815Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:17:56.030785+00:00 (14d retention)\n2026-04-14T18:18:49.971148Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 183 eligible frames\n2026-04-14T18:18:54.586701Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.5MB → 1.0MB (15.8x), 78 JPEGs deleted\n2026-04-14T18:19:07.268703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 44.3MB → 26.1MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:19:08.169622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 3 frames, 1.5MB → 1.0MB (1.4x), 3 JPEGs deleted\n2026-04-14T18:20:32.535538Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.0870025s\n2026-04-14T18:22:56.041059Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:22:56.041040+00:00 (14d retention)\n2026-04-14T18:24:08.848787Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 214 eligible frames\n2026-04-14T18:24:14.270269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 1.1MB (17.2x), 92 JPEGs deleted\n2026-04-14T18:24:26.886478Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.3MB → 23.2MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:24:29.846299Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 11.3MB → 5.4MB (2.1x), 21 JPEGs deleted\n2026-04-14T18:27:56.048317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:27:56.048099+00:00 (14d retention)\n2026-04-14T18:29:29.996017Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 171 eligible frames\n2026-04-14T18:29:34.279827Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 71 frames, 14.2MB → 0.9MB (15.1x), 71 JPEGs deleted\n2026-04-14T18:29:47.895547Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.2MB → 31.2MB (1.7x), 97 JPEGs deleted\n2026-04-14T18:32:56.059110Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:32:56.059090+00:00 (14d retention)\n2026-04-14T18:34:48.049599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 149 eligible frames\n2026-04-14T18:34:52.038596Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 13.4MB → 0.9MB (15.7x), 67 JPEGs deleted\n2026-04-14T18:35:02.447719Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 48.9MB → 24.6MB (2.0x), 80 JPEGs deleted\n2026-04-14T18:37:56.067182Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:37:56.067147+00:00 (14d retention)\n2026-04-14T18:40:02.583615Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 185 eligible frames\n2026-04-14T18:40:07.020562Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 1.9MB (8.0x), 74 JPEGs deleted\n2026-04-14T18:40:23.839094Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 52.6MB → 40.0MB (1.3x), 99 JPEGs deleted\n2026-04-14T18:40:25.879359Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 5.3MB → 3.2MB (1.7x), 10 JPEGs deleted\n2026-04-14T18:42:21.068441Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T18:42:56.076841Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:42:56.076822+00:00 (14d retention)\n2026-04-14T18:45:26.070559Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 188 eligible frames\n2026-04-14T18:45:30.731642Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.6MB → 0.8MB (18.9x), 78 JPEGs deleted\n2026-04-14T18:45:46.605955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 54.3MB → 39.0MB (1.4x), 98 JPEGs deleted\n2026-04-14T18:45:48.716272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.6MB → 3.7MB (1.3x), 9 JPEGs deleted\n2026-04-14T18:47:56.025050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:47:56.025022+00:00 (14d retention)\n2026-04-14T18:49:59.958012Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:21.054684Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:24.062008Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:42.218664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:48.712977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 179 eligible frames\n2026-04-14T18:50:53.122415Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 79 frames, 15.8MB → 0.8MB (20.3x), 79 JPEGs deleted\n2026-04-14T18:50:57.221261Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:00.239351Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:06.270462Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:07.099822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.9MB → 34.5MB (1.5x), 97 JPEGs deleted\n2026-04-14T18:51:09.324699Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:27.479885Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:33.551102Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:35.983483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:51:35.983878Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:52:56.025590Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:52:56.025573+00:00 (14d retention)\n2026-04-14T18:56:07.764979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 169 eligible frames\n2026-04-14T18:56:11.982539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 72 frames, 14.4MB → 0.8MB (18.5x), 72 JPEGs deleted\n2026-04-14T18:56:25.960654Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 95 frames, 53.2MB → 35.0MB (1.5x), 95 JPEGs deleted\n2026-04-14T18:57:56.024648Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:57:56.024619+00:00 (14d retention)\n2026-04-14T19:01:26.906528Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T19:01:31.143581Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.6MB → 0.8MB (17.9x), 68 JPEGs deleted\n2026-04-14T19:01:42.567795Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 42.7MB → 25.9MB (1.6x), 80 JPEGs deleted\n2026-04-14T19:02:56.024299Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:02:56.024276+00:00 (14d retention)\n2026-04-14T19:06:43.477049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 216 eligible frames\n2026-04-14T19:06:48.789302Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 0.9MB (21.4x), 92 JPEGs deleted\n2026-04-14T19:07:00.054606Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 36.3MB → 19.9MB (1.8x), 99 JPEGs deleted\n2026-04-14T19:07:03.317972Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 7.3MB → 4.5MB (1.6x), 23 JPEGs deleted\n2026-04-14T19:07:55.997175Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:07:55.997160+00:00 (14d retention)\n2026-04-14T19:12:04.102121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 215 eligible frames\n2026-04-14T19:12:09.001070Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 85 frames, 17.0MB → 0.9MB (19.7x), 85 JPEGs deleted\n2026-04-14T19:12:21.478062Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 39.3MB → 23.6MB (1.7x), 98 JPEGs deleted\n2026-04-14T19:12:25.686253Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 12.5MB → 7.6MB (1.6x), 29 JPEGs deleted\n2026-04-14T19:12:55.993881Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:12:55.993853+00:00 (14d retention)\n2026-04-14T19:17:26.647151Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 184 eligible frames\n2026-04-14T19:17:31.035740Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 0.8MB (18.9x), 74 JPEGs deleted\n2026-04-14T19:17:42.816932Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.5MB → 21.8MB (1.9x), 98 JPEGs deleted\n2026-04-14T19:17:44.763096Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.4MB → 3.1MB (1.4x), 9 JPEGs deleted\n2026-04-14T19:17:55.996259Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:17:55.993423+00:00 (14d retention)\n2026-04-14T19:22:45.602516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 172 eligible frames\n2026-04-14T19:22:49.512847Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 13.0MB → 0.8MB (16.5x), 65 JPEGs deleted\n2026-04-14T19:22:56.012870Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:22:56.012854+00:00 (14d retention)\n2026-04-14T19:23:03.526910Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 45.4MB → 30.8MB (1.5x), 98 JPEGs deleted\n2026-04-14T19:23:05.266251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 2.9MB → 2.7MB (1.1x), 6 JPEGs deleted\n2026-04-14T19:23:26.789940Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:26.815616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:28.825937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4326548476317182725, trigger=visual_change)\n2026-04-14T19:24:05.720105Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:14.849365Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:15.330290Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T19:25:37.290713Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=4.00062575s\n2026-04-14T19:27:21.005153Z INFO screenpipe_engine::server: api_usage_5min: 3 requests\n2026-04-14T19:27:30.949682Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.021692Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.029631Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.577593Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.579986Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:35.241328Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=visual_change)\n2026-04-14T19:27:39.595945Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:39.598899Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.500484Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.525006Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.739626Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:56.011354Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:27:56.011346+00:00 (14d retention)\n2026-04-14T19:28:05.319036Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 190 eligible frames\n2026-04-14T19:28:09.557818Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.0MB → 0.8MB (18.6x), 75 JPEGs deleted\n2026-04-14T19:28:24.420659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 49.4MB → 35.1MB (1.4x), 98 JPEGs deleted\n2026-04-14T19:28:27.105448Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 7.6MB → 5.6MB (1.4x), 14 JPEGs deleted\n2026-04-14T19:31:06.919592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:08.896402Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:09.765196Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:09.773298Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.368743Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.377586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:50.461340Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3711595166104808467, trigger=click)\n2026-04-14T19:31:50.480383Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3711595166104808467, trigger=click)\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-status\n{\n \"status\": \"healthy\",\n \"frame_status\": \"ok\",\n \"audio_status\": \"disabled\",\n \"last_frame\": \"2026-04-14T19:31:49+03:00\",\n \"uptime\": 36274.732636667,\n \"fps\": 0.2958257503227731,\n \"frames\": 10731\n}\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-status\n{\n \"status\": \"healthy\",\n \"frame_status\": \"ok\",\n \"audio_status\": \"disabled\",\n \"last_frame\": \"2026-04-14T19:31:58+03:00\",\n \"uptime\": 36277.58350675,\n \"fps\": 0.29583006811914986,\n \"frames\": 10732\n}\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-stop","depth":4,"value":"frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=5000 elapsed=1.608390416s\n2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames\n2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted\n2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)\n2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)\n2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)\n2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests\n2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)\n2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames\n2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted\n2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)\n2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)\n2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted\n2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted\n\n[1] + terminated npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start\n[1] 24316\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ id: 1 │\n│ │ id: 2 │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-14T09:23:19.025225Z INFO screenpipe: starting UI event capture\n2026-04-14T09:23:19.024042Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-14T09:23:19.034460Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-14T09:23:19.035048Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-14T09:23:19.041739Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-14T09:23:19.057947Z INFO screenpipe_engine::ui_recorder: UI recording session started: c7672ba6-54dd-483e-9512-949b51a2bd49\n2026-04-14T09:23:19.058064Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-14T09:23:19.058114Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-13 06:23:19.058103 UTC to 2026-04-14 06:23:19.058103 UTC)\n2026-04-14T09:23:19.062532Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-14T09:23:19.066551Z INFO screenpipe_engine::server: Server listening on 0.0.0.0:3030\n2026-04-14T09:23:19.080775Z INFO screenpipe_connect::mdns: mdns: advertising screenpipe on port 3030\n2026-04-14T09:23:19.697314Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 3756 frame entries, coverage from 2026-04-13 06:23:19.058103 UTC\n2026-04-14T09:23:19.985445Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-14T09:23:19.985474Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-14T09:23:19.985515Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-14T09:23:20.492622Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 2 (2560x1440)\n2026-04-14T09:23:20.492664Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 2 (device: monitor_2)\n2026-04-14T09:23:20.492694Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-14T09:23:20.492726Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 2 (device: monitor_2)\n2026-04-14T09:23:21.313246Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T09:23:22.387611Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T09:23:22.954948Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=8037, dur=1082ms\n2026-04-14T09:23:23.488645Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 2: frame_id=8038, dur=1012ms\n2026-04-14T09:23:24.063719Z INFO screenpipe_engine::retention: retention: initialized with 14d retention\n2026-04-14T09:23:24.063951Z INFO screenpipe: local retention auto-enabled (14 days)\n2026-04-14T09:24:19.745739Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T09:24:23.350916Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.7MB → 2.6MB (2.6x), 51 JPEGs deleted\n2026-04-14T09:24:26.531119Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.6MB → 3.9MB (2.7x), 55 JPEGs deleted\n2026-04-14T09:28:19.055456Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:28:54.061635Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:28:54.061630+00:00 (14d retention)\n2026-04-14T09:29:26.561625Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 2 eligible frames\n2026-04-14T09:33:54.056707Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:33:54.056680+00:00 (14d retention)\n2026-04-14T09:34:26.581293Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 11 eligible frames\n2026-04-14T09:34:27.123519Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 4 frames, 0.9MB → 0.6MB (1.6x), 4 JPEGs deleted\n2026-04-14T09:34:28.092531Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.4MB → 0.8MB (1.8x), 7 JPEGs deleted\n2026-04-14T09:38:54.029363Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:38:54.029346+00:00 (14d retention)\n2026-04-14T09:39:28.082314Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T09:39:29.343941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 4.0MB → 0.7MB (6.0x), 18 JPEGs deleted\n2026-04-14T09:39:30.750250Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 3.6MB → 0.8MB (4.5x), 20 JPEGs deleted\n2026-04-14T09:41:13.184908Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6982821907865222085, trigger=click)\n2026-04-14T09:41:19.221590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6812429097673958383, trigger=visual_change)\n2026-04-14T09:42:17.435758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6365427964931292073, trigger=click)\n2026-04-14T09:42:33.656193Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4160452185621303946, trigger=click)\n2026-04-14T09:42:46.140088Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2304266842869419917, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)\n2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted\n2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)\n2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)\n2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)\n2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)\n2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)\n2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)\n2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)\n2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)\n2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)\n2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)\n2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)\n2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)\n2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames\n2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted\n2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted\n2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)\n2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)\n2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)\n2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)\n2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)\n2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)\n2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)\n2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames\n2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)\n2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted\n2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted\n2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)\n2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)\n2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted\n2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted\n2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)\n2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)\n2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)\n2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)\n2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)\n2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames\n2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted\n2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted\n2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)\n2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)\n2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)\n2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)\n2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted\n2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)\n2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted\n2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)\n2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)\n2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)\n2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)\n2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)\n2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)\n2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)\n2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)\n2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests\n2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)\n2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)\n2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)\n2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames\n2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted\n2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted\n2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)\n2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)\n2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames\n2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted\n2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted\n2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)\n2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames\n2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted\n2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted\n2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)\n2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames\n2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted\n2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted\n2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)\n2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)\n2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)\n2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames\n2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted\n2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted\n2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)\n2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted\n2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted\n2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)\n2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)\n2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)\n2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7926243118367575, trigger=visual_change)\n2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames\n2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted\n2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted\n2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)\n2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames\n2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted\n2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted\n2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)\n2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)\n2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)\n2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)\n2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted\n2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted\n2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)\n2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)\n2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames\n2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted\n2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted\n2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)\n2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)\n2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames\n2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted\n2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted\n2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)\n2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)\n2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted\n2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted\n2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)\n2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)\n2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)\n2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames\n2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted\n2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted\n2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)\n2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)\n2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)\n2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)\n2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted\n2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted\n2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)\n2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)\n2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted\n2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted\n2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)\n2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)\n2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)\n2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted\n2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted\n2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)\n2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)\n2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted\n2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted\n2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)\n2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)\n2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames\n2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 JPEGs deleted\n2026-04-14T11:42:37.766533Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 9.0MB → 1.5MB (5.9x), 30 JPEGs deleted\n2026-04-14T11:43:51.124758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)\n2026-04-14T11:43:54.268889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:43:54.268879+00:00 (14d retention)\n2026-04-14T11:46:19.707681Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3798630016527344503, trigger=click)\n2026-04-14T11:46:48.465938Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3752925360567203396, trigger=click)\n2026-04-14T11:46:57.882997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4944898032929426667, trigger=click)\n2026-04-14T11:47:38.243841Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 60 eligible frames\n2026-04-14T11:47:40.205049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 4.5MB → 0.9MB (4.9x), 31 JPEGs deleted\n2026-04-14T11:47:42.924023Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.5MB → 2.2MB (3.4x), 27 JPEGs deleted\n2026-04-14T11:48:54.277677Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:48:54.277661+00:00 (14d retention)\n2026-04-14T11:52:42.972837Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T11:52:44.897822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 1.7MB (2.4x), 26 JPEGs deleted\n2026-04-14T11:52:46.752585Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 5.0MB → 1.5MB (3.3x), 18 JPEGs deleted\n2026-04-14T11:53:54.297037Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:53:54.296982+00:00 (14d retention)\n2026-04-14T11:57:47.933604Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=120 elapsed=1.159109625s\n2026-04-14T11:57:47.935233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T11:57:52.092496Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.2MB (5.3x), 52 JPEGs deleted\n2026-04-14T11:57:59.363321Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 14.5MB → 5.2MB (2.8x), 66 JPEGs deleted\n2026-04-14T11:58:54.308936Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:58:54.308907+00:00 (14d retention)\n2026-04-14T11:58:55.596617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1920847021272450725, trigger=click)\n2026-04-14T12:03:00.235073Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames\n2026-04-14T12:03:05.209243Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.0MB → 1.7MB (8.8x), 57 JPEGs deleted\n2026-04-14T12:03:20.379815Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 61 frames, 16.1MB → 6.2MB (2.6x), 61 JPEGs deleted\n2026-04-14T12:03:54.314889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:03:54.314860+00:00 (14d retention)\n2026-04-14T12:07:32.156892Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4414873592361684168, trigger=click)\n2026-04-14T12:08:20.511267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 114 eligible frames\n2026-04-14T12:08:25.879226Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 13.2MB → 0.8MB (17.4x), 52 JPEGs deleted\n2026-04-14T12:08:36.233783Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 17.0MB → 8.6MB (2.0x), 60 JPEGs deleted\n2026-04-14T12:08:54.336990Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:08:54.336950+00:00 (14d retention)\n2026-04-14T12:13:36.840498Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 130 eligible frames\n2026-04-14T12:13:40.131975Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 6.7MB → 0.3MB (24.2x), 54 JPEGs deleted\n2026-04-14T12:13:53.030319Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.3MB → 7.2MB (2.7x), 74 JPEGs deleted\n2026-04-14T12:13:54.345530Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:13:54.345503+00:00 (14d retention)\n2026-04-14T12:17:11.495531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:17:29.950473Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8563436494813991353, trigger=click)\n2026-04-14T12:18:53.835568Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 115 eligible frames\n2026-04-14T12:18:54.353798Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:18:54.353791+00:00 (14d retention)\n2026-04-14T12:18:56.582704Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 5.4MB → 0.5MB (10.0x), 44 JPEGs deleted\n2026-04-14T12:19:10.154525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 18.9MB → 8.4MB (2.2x), 69 JPEGs deleted\n2026-04-14T12:20:21.652984Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=149369918600881871, trigger=click)\n2026-04-14T12:21:03.858762Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1019121305684409762, trigger=click)\n2026-04-14T12:23:54.364801Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:23:54.364775+00:00 (14d retention)\n2026-04-14T12:24:11.561109Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=110 elapsed=1.385900292s\n2026-04-14T12:24:11.564508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T12:24:15.282135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 6.3MB → 0.2MB (33.1x), 52 JPEGs deleted\n2026-04-14T12:24:25.885944Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 16.4MB → 3.9MB (4.2x), 56 JPEGs deleted\n2026-04-14T12:25:26.597886Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1909442749095147421, trigger=click)\n2026-04-14T12:26:07.655348Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:07.700894Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2599692861251294487, trigger=click)\n2026-04-14T12:26:34.464095Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7249461780092598041, trigger=visual_change)\n2026-04-14T12:28:54.391573Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:28:54.391548+00:00 (14d retention)\n2026-04-14T12:29:04.940113Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5980752912035217739, trigger=visual_change)\n2026-04-14T12:29:26.332838Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 73 eligible frames\n2026-04-14T12:29:28.615068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 4.1MB → 0.2MB (22.8x), 34 JPEGs deleted\n2026-04-14T12:29:34.400259Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 11.6MB → 2.8MB (4.1x), 37 JPEGs deleted\n2026-04-14T12:30:01.579118Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3434956056780458259, trigger=visual_change)\n2026-04-14T12:30:10.936246Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=2.923655916s\n2026-04-14T12:30:35.391558Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=3348 elapsed=1.623358375s\n2026-04-14T12:32:27.483265Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2550140762891249095, trigger=click)\n2026-04-14T12:32:29.765683Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8630694416318521734, trigger=visual_change)\n2026-04-14T12:32:32.746666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2550140762891249095, trigger=visual_change)\n2026-04-14T12:33:19.392207Z INFO screenpipe_engine::server: api_usage_5min: 2 requests\n2026-04-14T12:33:54.400517Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:33:54.400440+00:00 (14d retention)\n2026-04-14T12:34:34.939673Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:34:39.315842Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 7.6MB → 2.0MB (3.8x), 49 JPEGs deleted\n2026-04-14T12:34:48.628820Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 11.3MB → 6.0MB (1.9x), 42 JPEGs deleted\n2026-04-14T12:38:54.409596Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:38:54.409567+00:00 (14d retention)\n2026-04-14T12:39:48.710680Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames\n2026-04-14T12:39:54.522917Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.7MB → 3.6MB (2.7x), 48 JPEGs deleted\n2026-04-14T12:40:00.198444Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 15.6MB → 2.6MB (6.1x), 43 JPEGs deleted\n2026-04-14T12:41:38.487313Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:38.673123Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8122710600549870099, trigger=click)\n2026-04-14T12:41:43.884491Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2111417376262186556, trigger=click)\n2026-04-14T12:43:54.398974Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:43:54.398957+00:00 (14d retention)\n2026-04-14T12:44:24.175904Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=visual_change)\n2026-04-14T12:44:30.170876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:44:30.170952Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2534660128742684864, trigger=click)\n2026-04-14T12:45:00.733180Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 34 eligible frames\n2026-04-14T12:45:02.503192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 2.9MB → 2.1MB (1.4x), 20 JPEGs deleted\n2026-04-14T12:45:03.882206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 3.9MB → 1.6MB (2.5x), 12 JPEGs deleted\n2026-04-14T12:45:45.072707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:45:45.083246Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3093682575504084464, trigger=click)\n2026-04-14T12:46:42.409604Z WARN sqlx::query: summary=\"COMMIT\" db.statement=\"\" rows_affected=1 rows_returned=0 elapsed=1.31212775s\n2026-04-14T12:47:26.531533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:47:41.077717Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8047422152000051333, trigger=click)\n2026-04-14T12:48:54.405689Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:48:54.405679+00:00 (14d retention)\n2026-04-14T12:50:04.633809Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 51 eligible frames\n2026-04-14T12:50:06.069922Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.2MB → 0.7MB (6.2x), 23 JPEGs deleted\n2026-04-14T12:50:07.945631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 8.0MB → 1.7MB (4.8x), 26 JPEGs deleted\n2026-04-14T12:52:02.053470Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T12:53:54.412723Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:53:54.412707+00:00 (14d retention)\n2026-04-14T12:55:08.015210Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T12:55:09.643439Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 3.5MB → 1.1MB (3.2x), 22 JPEGs deleted\n2026-04-14T12:55:11.761542Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 8.6MB → 1.8MB (4.7x), 29 JPEGs deleted\n2026-04-14T12:56:15.204136Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:56:15.283925Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.050651Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:57:37.055997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8736579060729302331, trigger=click)\n2026-04-14T12:58:54.461514Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T09:58:54.461483+00:00 (14d retention)\n2026-04-14T13:00:11.805891Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T13:00:14.859322Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 6.2MB → 1.7MB (3.6x), 51 JPEGs deleted\n2026-04-14T13:00:19.443941Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 12.3MB → 4.9MB (2.5x), 66 JPEGs deleted\n2026-04-14T13:03:54.469708Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:03:54.469684+00:00 (14d retention)\n2026-04-14T13:05:19.981603Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 40 eligible frames\n2026-04-14T13:05:21.859127Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.7MB → 0.7MB (5.7x), 18 JPEGs deleted\n2026-04-14T13:05:24.577607Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 2.4MB (2.2x), 20 JPEGs deleted\n2026-04-14T13:08:54.487813Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:08:54.486312+00:00 (14d retention)\n2026-04-14T13:10:24.648030Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 33 eligible frames\n2026-04-14T13:10:25.871254Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 3.2MB → 0.6MB (5.4x), 15 JPEGs deleted\n2026-04-14T13:10:28.352020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.3MB → 1.4MB (2.4x), 16 JPEGs deleted\n2026-04-14T13:12:01.161758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2833080270416553027, trigger=click)\n2026-04-14T13:13:54.511233Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:13:54.511209+00:00 (14d retention)\n2026-04-14T13:15:28.447744Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 41 eligible frames\n2026-04-14T13:15:29.469009Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (8.2x), 14 JPEGs deleted\n2026-04-14T13:15:32.309251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.2MB → 2.8MB (1.9x), 25 JPEGs deleted\n2026-04-14T13:18:17.108565Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:17.119708Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:18:54.519243Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:18:54.519179+00:00 (14d retention)\n2026-04-14T13:20:26.369784Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:26.407528Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:20:32.393867Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:20:33.589662Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:20:35.605436Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.7MB → 0.9MB (2.9x), 16 JPEGs deleted\n2026-04-14T13:22:28.683895Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1593238448046230813, trigger=click)\n2026-04-14T13:23:54.528597Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:23:54.528584+00:00 (14d retention)\n2026-04-14T13:25:30.820459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:30.823174Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1969562429147830837, trigger=click)\n2026-04-14T13:25:36.174956Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 57 eligible frames\n2026-04-14T13:25:37.566914Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.8MB → 0.3MB (13.4x), 21 JPEGs deleted\n2026-04-14T13:25:40.582925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 10.3MB → 3.3MB (3.2x), 34 JPEGs deleted\n2026-04-14T13:25:48.203646Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8317666576152907563, trigger=visual_change)\n2026-04-14T13:28:54.561297Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:28:54.561277+00:00 (14d retention)\n2026-04-14T13:29:25.961438Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:29:25.966531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8198980968265644364, trigger=click)\n2026-04-14T13:30:40.619502Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 24 eligible frames\n2026-04-14T13:30:41.476947Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.0MB → 0.3MB (7.1x), 11 JPEGs deleted\n2026-04-14T13:30:42.560911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 3.6MB → 0.6MB (6.0x), 11 JPEGs deleted\n2026-04-14T13:32:30.775481Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-1549015432333443411, trigger=visual_change)\n2026-04-14T13:33:54.570388Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:33:54.570368+00:00 (14d retention)\n2026-04-14T13:34:59.446614Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6269796043063054792, trigger=visual_change)\n2026-04-14T13:35:43.050871Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 39 eligible frames\n2026-04-14T13:35:43.982381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 2.5MB → 0.3MB (9.0x), 14 JPEGs deleted\n2026-04-14T13:35:46.365797Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 8.0MB → 2.4MB (3.4x), 23 JPEGs deleted\n2026-04-14T13:36:40.251928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:36:43.257442Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:38.580728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:38:54.579789Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:38:54.579754+00:00 (14d retention)\n2026-04-14T13:39:15.803850Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:15.812194Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:39:19.062502Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:45.647710Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2118115267680464601, trigger=visual_change)\n2026-04-14T13:40:46.420120Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T13:40:47.507885Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.0MB → 0.8MB (3.7x), 16 JPEGs deleted\n2026-04-14T13:40:49.083271Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 4.8MB → 1.1MB (4.4x), 17 JPEGs deleted\n2026-04-14T13:43:54.595283Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:43:54.595271+00:00 (14d retention)\n2026-04-14T13:45:37.613525Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-2118115267680464601, trigger=click)\n2026-04-14T13:45:49.145535Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 29 eligible frames\n2026-04-14T13:45:50.846993Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.4MB → 1.0MB (2.4x), 12 JPEGs deleted\n2026-04-14T13:45:52.876234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.9MB → 0.8MB (3.5x), 15 JPEGs deleted\n2026-04-14T13:48:54.282426Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5192407714022364550, trigger=click)\n2026-04-14T13:48:54.604272Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:48:54.604264+00:00 (14d retention)\n2026-04-14T13:49:25.352624Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:25.367719Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1550010841461948059, trigger=click)\n2026-04-14T13:49:27.018721Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1550010841461948059, trigger=visual_change)\n2026-04-14T13:50:53.383666Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T13:50:54.467249Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.2MB → 0.5MB (4.6x), 11 JPEGs deleted\n2026-04-14T13:50:55.269996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 1.4MB → 0.3MB (5.5x), 9 JPEGs deleted\n2026-04-14T13:52:24.794051Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3397592283435315795, trigger=click)\n2026-04-14T13:53:54.613322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:53:54.613303+00:00 (14d retention)\n2026-04-14T13:55:55.311772Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T13:55:56.814200Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 3.4MB → 0.9MB (3.9x), 14 JPEGs deleted\n2026-04-14T13:55:59.100041Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 3.6MB → 1.9MB (1.9x), 16 JPEGs deleted\n2026-04-14T13:58:39.887337Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8036415082675154899, trigger=visual_change)\n2026-04-14T13:58:54.570209Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T10:58:54.570196+00:00 (14d retention)\n2026-04-14T13:59:37.381586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T13:59:40.428655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-2304164514190179428, trigger=visual_change)\n2026-04-14T14:00:59.131113Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T14:01:01.875522Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 11.3MB → 2.4MB (4.7x), 43 JPEGs deleted\n2026-04-14T14:01:06.431031Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 49 frames, 10.8MB → 5.9MB (1.9x), 49 JPEGs deleted\n2026-04-14T14:03:54.572131Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:03:54.572119+00:00 (14d retention)\n2026-04-14T14:06:06.940814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames\n2026-04-14T14:06:10.879356Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 17.1MB → 1.2MB (13.9x), 69 JPEGs deleted\n2026-04-14T14:06:17.035393Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 19.6MB → 8.6MB (2.3x), 74 JPEGs deleted\n2026-04-14T14:08:54.583096Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:08:54.580525+00:00 (14d retention)\n2026-04-14T14:10:11.672178Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)\n2026-04-14T14:14:47.328532Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)\n2026-04-14T14:14:47.360641Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2\n2026-04-14T14:14:47.418705Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)\n2026-04-14T14:14:56.612619Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)\n2026-04-14T14:14:59.488475Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (2560x1440, 2fps, 0 excluded)\n2026-04-14T14:15:18.512055Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 99 eligible frames\n2026-04-14T14:15:20.957272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 9.3MB → 1.4MB (6.6x), 39 JPEGs deleted\n2026-04-14T14:15:27.455059Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.2MB → 4.4MB (3.3x), 58 JPEGs deleted\n2026-04-14T14:17:55.289952Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:17:55.289588+00:00 (14d retention)\n2026-04-14T14:18:35.418403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8206111759785831540, trigger=visual_change)\n2026-04-14T14:20:27.500187Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames\n2026-04-14T14:20:29.624118Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.4MB → 0.4MB (5.6x), 10 JPEGs deleted\n2026-04-14T14:20:31.856955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.7MB → 0.4MB (6.1x), 10 JPEGs deleted\n2026-04-14T14:22:00.976673Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4916394158964482129, trigger=visual_change)\n2026-04-14T14:22:55.296927Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:22:55.296703+00:00 (14d retention)\n2026-04-14T14:25:31.951028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 14 eligible frames\n2026-04-14T14:25:33.145014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 5 frames, 1.2MB → 0.5MB (2.5x), 5 JPEGs deleted\n2026-04-14T14:25:34.856488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 7 frames, 1.2MB → 0.7MB (1.8x), 7 JPEGs deleted\n2026-04-14T14:27:55.304807Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:27:55.304779+00:00 (14d retention)\n2026-04-14T14:29:38.517771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=visual_change)\n2026-04-14T14:30:35.408687Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames\n2026-04-14T14:30:41.139828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 12.9MB → 2.2MB (6.0x), 51 JPEGs deleted\n2026-04-14T14:30:51.419889Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 11.0MB → 4.3MB (2.6x), 57 JPEGs deleted\n2026-04-14T14:30:56.881450Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.435124Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:30:59.496151Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3789566028108343630, trigger=click)\n2026-04-14T14:31:43.821924Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:31:46.866533Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3157640653486681547, trigger=visual_change)\n2026-04-14T14:32:55.339639Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:32:55.339587+00:00 (14d retention)\n2026-04-14T14:35:51.721821Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:35:54.611650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:35:55.922868Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 13.6MB → 1.6MB (8.7x), 51 JPEGs deleted\n2026-04-14T14:36:02.750262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.7MB → 7.1MB (2.1x), 63 JPEGs deleted\n2026-04-14T14:36:12.650486Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7000309365672198019, trigger=visual_change)\n2026-04-14T14:37:55.348236Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:37:55.348221+00:00 (14d retention)\n2026-04-14T14:40:08.577418Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5629951037509037441, trigger=click)\n2026-04-14T14:41:02.836167Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 116 eligible frames\n2026-04-14T14:41:06.534234Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 15.3MB → 1.1MB (14.5x), 57 JPEGs deleted\n2026-04-14T14:41:16.097503Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 14.4MB → 7.5MB (1.9x), 57 JPEGs deleted\n2026-04-14T14:42:55.357171Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:42:55.357147+00:00 (14d retention)\n2026-04-14T14:44:28.738574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-612684683583975627, trigger=visual_change)\n2026-04-14T14:46:16.708878Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:46:19.557385Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 5.3MB → 1.5MB (3.6x), 36 JPEGs deleted\n2026-04-14T14:46:24.403034Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.1MB → 2.7MB (2.6x), 27 JPEGs deleted\n2026-04-14T14:47:55.424452Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:47:55.424435+00:00 (14d retention)\n2026-04-14T14:48:41.009372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4246160709188141984, trigger=click)\n2026-04-14T14:48:47.553454Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1084008693035736359, trigger=click)\n2026-04-14T14:50:25.480453Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:50:28.485537Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7460632266692597754, trigger=visual_change)\n2026-04-14T14:51:24.535678Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T14:51:27.512153Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 4.8MB → 0.4MB (10.7x), 38 JPEGs deleted\n2026-04-14T14:51:33.606677Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 8.1MB → 2.9MB (2.8x), 25 JPEGs deleted\n2026-04-14T14:52:55.433752Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:52:55.433320+00:00 (14d retention)\n2026-04-14T14:56:33.775540Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames\n2026-04-14T14:56:39.821219Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 24 frames, 4.1MB → 0.9MB (4.3x), 24 JPEGs deleted\n2026-04-14T14:56:44.752488Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.4MB → 1.7MB (4.3x), 27 JPEGs deleted\n2026-04-14T14:57:55.443422Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T11:57:55.443409+00:00 (14d retention)\n2026-04-14T15:01:45.399674Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 67 eligible frames\n2026-04-14T15:01:49.465494Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.0MB → 2.8MB (2.5x), 29 JPEGs deleted\n2026-04-14T15:01:53.046601Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.4MB → 3.0MB (2.1x), 36 JPEGs deleted\n2026-04-14T15:02:55.474176Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:02:55.474160+00:00 (14d retention)\n2026-04-14T15:06:53.169676Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 64 eligible frames\n2026-04-14T15:06:55.665173Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 5.5MB → 1.2MB (4.5x), 27 JPEGs deleted\n2026-04-14T15:07:02.107659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 7.8MB → 3.6MB (2.2x), 35 JPEGs deleted\n2026-04-14T15:07:55.482692Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:07:55.482593+00:00 (14d retention)\n2026-04-14T15:12:02.628622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T15:12:05.131516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.8MB → 1.1MB (6.3x), 32 JPEGs deleted\n2026-04-14T15:12:11.020432Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 9.4MB → 4.3MB (2.2x), 44 JPEGs deleted\n2026-04-14T15:12:55.491418Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:12:55.490828+00:00 (14d retention)\n2026-04-14T15:15:20.566024Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8875378980506821607, trigger=click)\n2026-04-14T15:15:23.148224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=visual_change)\n2026-04-14T15:15:24.075406Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:15:24.098858Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7207020035503630112, trigger=click)\n2026-04-14T15:17:11.962178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T15:17:13.277431Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 3.8MB → 0.3MB (11.2x), 18 JPEGs deleted\n2026-04-14T15:17:17.628389Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 6.6MB → 2.3MB (2.9x), 26 JPEGs deleted\n2026-04-14T15:17:36.243353Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6000635913786649477, trigger=click)\n2026-04-14T15:17:55.531797Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:17:55.531770+00:00 (14d retention)\n2026-04-14T15:22:17.693217Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames\n2026-04-14T15:22:18.884981Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 3.6MB → 0.3MB (10.9x), 17 JPEGs deleted\n2026-04-14T15:22:21.172808Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.3MB → 2.5MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:22:55.539673Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:22:55.539654+00:00 (14d retention)\n2026-04-14T15:25:25.610381Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:26:49.301590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=click)\n2026-04-14T15:26:51.542504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1655135925502221350, trigger=visual_change)\n2026-04-14T15:27:13.114854Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:21.353328Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 119 eligible frames\n2026-04-14T15:27:25.974170Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.9MB (3.9x), 52 JPEGs deleted\n2026-04-14T15:27:35.813176Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:35.822388Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:27:36.622080Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 15.9MB → 6.6MB (2.4x), 65 JPEGs deleted\n2026-04-14T15:27:49.071787Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:52.077009Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:27:55.550421Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:27:55.550401+00:00 (14d retention)\n2026-04-14T15:28:20.260449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:32:37.193345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 126 eligible frames\n2026-04-14T15:32:45.043380Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 10.7MB → 5.1MB (2.1x), 64 JPEGs deleted\n2026-04-14T15:32:54.458631Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 13.3MB → 5.5MB (2.4x), 60 JPEGs deleted\n2026-04-14T15:32:55.542880Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:32:55.542752+00:00 (14d retention)\n2026-04-14T15:36:04.808574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:36:30.969666Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:02.898461Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:37:54.586525Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 117 eligible frames\n2026-04-14T15:37:55.547050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:37:55.547032+00:00 (14d retention)\n2026-04-14T15:38:01.348539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 10.3MB → 3.4MB (3.0x), 51 JPEGs deleted\n2026-04-14T15:38:15.754508Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 13.2MB → 5.3MB (2.5x), 64 JPEGs deleted\n2026-04-14T15:39:48.709283Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:54.714451Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:39:57.776339Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6815427834171820845, trigger=visual_change)\n2026-04-14T15:42:55.552896Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:42:55.552880+00:00 (14d retention)\n2026-04-14T15:43:16.259372Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 48 eligible frames\n2026-04-14T15:43:18.036233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.5MB → 1.6MB (2.8x), 26 JPEGs deleted\n2026-04-14T15:43:19.391341Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.6MB → 0.6MB (10.1x), 20 JPEGs deleted\n2026-04-14T15:47:55.574284Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:47:55.574249+00:00 (14d retention)\n2026-04-14T15:48:20.298931Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 94 eligible frames\n2026-04-14T15:48:23.731169Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 54 frames, 10.2MB → 2.4MB (4.2x), 54 JPEGs deleted\n2026-04-14T15:48:26.503883Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 9.4MB → 2.5MB (3.7x), 38 JPEGs deleted\n2026-04-14T15:52:55.587286Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:52:55.587254+00:00 (14d retention)\n2026-04-14T15:53:26.621191Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames\n2026-04-14T15:53:28.821643Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 4.5MB → 2.2MB (2.1x), 25 JPEGs deleted\n2026-04-14T15:53:30.416446Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.6MB → 0.7MB (3.6x), 18 JPEGs deleted\n2026-04-14T15:53:32.360475Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:53:35.475948Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7919455579224234565, trigger=click)\n2026-04-14T15:56:06.399078Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:11.109582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:15.422479Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:18.476592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:44.598942Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:56:54.669771Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T15:57:55.595084Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T12:57:55.595058+00:00 (14d retention)\n2026-04-14T15:58:11.596281Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8738535657739620541, trigger=click)\n2026-04-14T15:58:31.041427Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 38 eligible frames\n2026-04-14T15:58:32.463008Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.3MB → 0.2MB (9.4x), 15 JPEGs deleted\n2026-04-14T15:58:36.512566Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 3.9MB → 1.6MB (2.5x), 21 JPEGs deleted\n2026-04-14T16:02:55.604536Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:02:55.604488+00:00 (14d retention)\n2026-04-14T16:03:36.609135Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 32 eligible frames\n2026-04-14T16:03:37.955262Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.5MB → 0.5MB (4.8x), 15 JPEGs deleted\n2026-04-14T16:03:39.651068Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 2.7MB → 0.3MB (9.6x), 15 JPEGs deleted\n2026-04-14T16:04:26.964490Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:04:42.830687Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8738535657739620541, trigger=visual_change)\n2026-04-14T16:06:02.589838Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:07:55.633317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:07:55.633296+00:00 (14d retention)\n2026-04-14T16:08:39.791681Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 122 eligible frames\n2026-04-14T16:08:43.628453Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 64 frames, 15.0MB → 3.4MB (4.4x), 64 JPEGs deleted\n2026-04-14T16:08:47.160887Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 56 frames, 12.4MB → 3.4MB (3.7x), 56 JPEGs deleted\n2026-04-14T16:10:48.891069Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4870635355334957920, trigger=visual_change)\n2026-04-14T16:12:55.646485Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:12:55.646457+00:00 (14d retention)\n2026-04-14T16:13:47.942541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 63 eligible frames\n2026-04-14T16:13:48.912974Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7450344034841442434, trigger=visual_change)\n2026-04-14T16:13:50.513289Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 7.6MB → 1.0MB (7.9x), 29 JPEGs deleted\n2026-04-14T16:13:54.676310Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 7.4MB → 3.4MB (2.2x), 32 JPEGs deleted\n2026-04-14T16:17:55.653279Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:17:55.652278+00:00 (14d retention)\n2026-04-14T16:18:55.349688Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 65 eligible frames\n2026-04-14T16:18:59.205441Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 28 frames, 7.2MB → 1.1MB (6.5x), 28 JPEGs deleted\n2026-04-14T16:19:06.427354Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 35 frames, 8.1MB → 4.5MB (1.8x), 35 JPEGs deleted\n2026-04-14T16:21:59.534465Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:22:04.693330Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=visual_change)\n2026-04-14T16:22:55.679138Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:22:55.679122+00:00 (14d retention)\n2026-04-14T16:23:34.744403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:23:34.759184Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:24:06.731414Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 80 eligible frames\n2026-04-14T16:24:09.119925Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 8.4MB → 2.0MB (4.1x), 36 JPEGs deleted\n2026-04-14T16:24:14.225245Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 8.9MB → 4.7MB (1.9x), 42 JPEGs deleted\n2026-04-14T16:26:18.251770Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:19.743862Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=369455291539139266, trigger=click)\n2026-04-14T16:27:55.688719Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:27:55.688688+00:00 (14d retention)\n2026-04-14T16:29:14.299471Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T16:29:17.167645Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.3MB → 2.0MB (3.6x), 43 JPEGs deleted\n2026-04-14T16:29:21.720864Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.9MB → 5.7MB (1.7x), 55 JPEGs deleted\n2026-04-14T16:31:40.552397Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=369455291539139266, trigger=click)\n2026-04-14T16:32:55.696246Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:32:55.696203+00:00 (14d retention)\n2026-04-14T16:34:22.609996Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 49 eligible frames\n2026-04-14T16:34:25.135817Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 22 frames, 4.6MB → 0.3MB (14.2x), 22 JPEGs deleted\n2026-04-14T16:34:30.877225Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 6.4MB → 2.4MB (2.6x), 25 JPEGs deleted\n2026-04-14T16:37:55.724744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:37:55.724720+00:00 (14d retention)\n2026-04-14T16:39:31.011139Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:39:32.425814Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.7MB → 0.3MB (8.5x), 13 JPEGs deleted\n2026-04-14T16:39:34.948830Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 15 frames, 4.4MB → 1.0MB (4.6x), 15 JPEGs deleted\n2026-04-14T16:42:55.734494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:42:55.734479+00:00 (14d retention)\n2026-04-14T16:44:35.027903Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 35 eligible frames\n2026-04-14T16:44:36.672977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 12 frames, 2.9MB → 0.5MB (5.2x), 12 JPEGs deleted\n2026-04-14T16:44:40.586410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 6.2MB → 2.5MB (2.4x), 21 JPEGs deleted\n2026-04-14T16:47:55.742073Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:47:55.741939+00:00 (14d retention)\n2026-04-14T16:49:40.718908Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 30 eligible frames\n2026-04-14T16:49:42.346703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 11 frames, 2.8MB → 0.4MB (6.5x), 11 JPEGs deleted\n2026-04-14T16:49:47.868971Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 17 frames, 5.3MB → 1.7MB (3.1x), 17 JPEGs deleted\n2026-04-14T16:52:55.667844Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:52:55.667820+00:00 (14d retention)\n2026-04-14T16:54:48.497835Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames\n2026-04-14T16:54:49.922199Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 4.8MB → 0.4MB (11.2x), 19 JPEGs deleted\n2026-04-14T16:54:54.706388Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 7.7MB → 1.6MB (4.8x), 25 JPEGs deleted\n2026-04-14T16:56:50.089511Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8818413376300492567, trigger=visual_change)\n2026-04-14T16:57:20.656769Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T16:57:55.662962Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T13:57:55.662927+00:00 (14d retention)\n2026-04-14T16:59:55.767800Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=96 elapsed=1.053288791s\n2026-04-14T16:59:55.769599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 96 eligible frames\n2026-04-14T16:59:58.894904Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 11.7MB → 0.5MB (24.6x), 46 JPEGs deleted\n2026-04-14T17:00:14.749178Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 13.5MB → 5.2MB (2.6x), 48 JPEGs deleted\n2026-04-14T17:02:55.659451Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:02:55.659435+00:00 (14d retention)\n2026-04-14T17:05:16.082429Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=77 elapsed=1.327667375s\n2026-04-14T17:05:16.084332Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames\n2026-04-14T17:05:18.118468Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 20 frames, 5.1MB → 0.5MB (10.7x), 20 JPEGs deleted\n2026-04-14T17:05:30.087021Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 10.0MB → 5.5MB (1.8x), 55 JPEGs deleted\n2026-04-14T17:07:01.806784Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=243 elapsed=1.042996s\n2026-04-14T17:07:46.287201Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.309106Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:07:55.655238Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:07:55.655231+00:00 (14d retention)\n2026-04-14T17:07:58.345534Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5581028462895069485, trigger=visual_change)\n2026-04-14T17:08:28.608843Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3152190722938032230, trigger=visual_change)\n2026-04-14T17:10:31.658303Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=79 elapsed=1.566973042s\n2026-04-14T17:10:31.658463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:10:35.459641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 6.4MB → 1.1MB (5.6x), 29 JPEGs deleted\n2026-04-14T17:10:43.022575Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 9.0MB → 5.8MB (1.5x), 48 JPEGs deleted\n2026-04-14T17:12:55.653231Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:12:55.652982+00:00 (14d retention)\n2026-04-14T17:15:43.263260Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 153 eligible frames\n2026-04-14T17:15:59.389929Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 10.1MB → 4.1MB (2.5x), 75 JPEGs deleted\n2026-04-14T17:16:10.897865Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 76 frames, 11.4MB → 3.5MB (3.3x), 76 JPEGs deleted\n2026-04-14T17:17:55.649647Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:17:55.649633+00:00 (14d retention)\n2026-04-14T17:21:11.641235Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 100 eligible frames\n2026-04-14T17:21:19.985906Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 55 frames, 9.3MB → 3.5MB (2.6x), 55 JPEGs deleted\n2026-04-14T17:21:25.976624Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 6.4MB → 1.8MB (3.6x), 43 JPEGs deleted\n2026-04-14T17:22:55.646051Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:22:55.645866+00:00 (14d retention)\n2026-04-14T17:23:09.936012Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.347205292s\n2026-04-14T17:26:05.225828Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:14.276632Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8324450374431620093, trigger=visual_change)\n2026-04-14T17:26:26.477047Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:26:34.102746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 8.5MB → 3.4MB (2.5x), 52 JPEGs deleted\n2026-04-14T17:26:38.115284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 25 frames, 5.7MB → 1.4MB (4.1x), 25 JPEGs deleted\n2026-04-14T17:27:55.801234Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:27:55.801194+00:00 (14d retention)\n2026-04-14T17:31:39.042711Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 138 eligible frames\n2026-04-14T17:31:48.831043Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=249 elapsed=1.215641041s\n2026-04-14T17:31:59.089629Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 69 frames, 11.6MB → 3.9MB (2.9x), 69 JPEGs deleted\n2026-04-14T17:32:11.853137Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 8.5MB → 1.7MB (5.0x), 67 JPEGs deleted\n2026-04-14T17:32:55.812083Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:32:55.811717+00:00 (14d retention)\n2026-04-14T17:37:13.198520Z WARN sqlx::query: summary=\"SELECT id, snapshot_path, device_name, …\" db.statement=\"\\n\\nSELECT\\n id,\\n snapshot_path,\\n device_name,\\n timestamp\\nFROM\\n frames\\nWHERE\\n snapshot_path IS NOT NULL\\n AND timestamp < ?1\\nORDER BY\\n device_name,\\n timestamp ASC\\nLIMIT\\n 5000\\n\" rows_affected=0 rows_returned=95 elapsed=1.328045542s\n2026-04-14T17:37:13.198997Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 95 eligible frames\n2026-04-14T17:37:27.332371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 10.0MB → 3.4MB (3.0x), 59 JPEGs deleted\n2026-04-14T17:37:32.068206Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 34 frames, 7.7MB → 2.3MB (3.4x), 34 JPEGs deleted\n2026-04-14T17:37:55.818963Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:37:55.818931+00:00 (14d retention)\n2026-04-14T17:38:25.380376Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:25.379777Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5833391891040312533, trigger=click)\n2026-04-14T17:38:52.131080Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)\n2026-04-14T17:38:59.077013Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:38:59.079876Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)\n2026-04-14T17:39:02.269917Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=246851100492228743, trigger=click)\n2026-04-14T17:42:32.872394Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 75 eligible frames\n2026-04-14T17:42:35.825377Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 42 frames, 6.9MB → 2.3MB (3.0x), 42 JPEGs deleted\n2026-04-14T17:42:38.006811Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 8.0MB → 1.8MB (4.5x), 31 JPEGs deleted\n2026-04-14T17:42:55.829364Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:42:55.829335+00:00 (14d retention)\n2026-04-14T17:46:33.928976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=9019075205790783388, trigger=click)\n2026-04-14T17:47:19.440859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-3375574386776220903, trigger=visual_change)\n2026-04-14T17:47:38.207370Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 92 eligible frames\n2026-04-14T17:47:49.535495Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 53 frames, 9.6MB → 4.5MB (2.1x), 53 JPEGs deleted\n2026-04-14T17:47:55.882605Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:47:55.882576+00:00 (14d retention)\n2026-04-14T17:47:59.409125Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 8.1MB → 3.5MB (2.3x), 37 JPEGs deleted\n2026-04-14T17:48:27.941732Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5901045243229799095, trigger=click)\n2026-04-14T17:51:21.921224Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7069758914547656695, trigger=click)\n2026-04-14T17:52:55.891052Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:52:55.890787+00:00 (14d retention)\n2026-04-14T17:52:59.517526Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 90 eligible frames\n2026-04-14T17:53:02.328211Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 8.2MB → 1.7MB (4.8x), 48 JPEGs deleted\n2026-04-14T17:53:05.364091Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 9.2MB → 1.8MB (5.2x), 40 JPEGs deleted\n2026-04-14T17:53:30.735372Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6887505278703233632, trigger=visual_change)\n2026-04-14T17:57:55.900094Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T14:57:55.900066+00:00 (14d retention)\n2026-04-14T17:58:06.281381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 79 eligible frames\n2026-04-14T17:58:08.997543Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.9MB → 3.1MB (2.6x), 39 JPEGs deleted\n2026-04-14T17:58:11.398465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 8.0MB → 2.5MB (3.2x), 38 JPEGs deleted\n2026-04-14T17:58:13.325937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:13.737382Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.374806Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:16.735913Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=visual_change)\n2026-04-14T17:58:17.859459Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T17:58:17.861378Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T18:02:55.966494Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:02:55.966476+00:00 (14d retention)\n2026-04-14T18:03:12.046591Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 78 eligible frames\n2026-04-14T18:03:14.367038Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 37 frames, 6.3MB → 1.4MB (4.5x), 37 JPEGs deleted\n2026-04-14T18:03:17.369430Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 39 frames, 7.5MB → 3.2MB (2.4x), 39 JPEGs deleted\n2026-04-14T18:07:55.976644Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:07:55.976589+00:00 (14d retention)\n2026-04-14T18:08:17.527014Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 151 eligible frames\n2026-04-14T18:08:21.867440Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.3MB → 3.0MB (4.2x), 68 JPEGs deleted\n2026-04-14T18:08:27.120465Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 81 frames, 13.7MB → 7.1MB (1.9x), 81 JPEGs deleted\n2026-04-14T18:12:55.984214Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:12:55.984145+00:00 (14d retention)\n2026-04-14T18:13:27.218614Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 245 eligible frames\n2026-04-14T18:13:32.995736Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 13.8MB → 0.2MB (64.8x), 99 JPEGs deleted\n2026-04-14T18:13:34.371203Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.3MB → 0.8MB (2.7x), 13 JPEGs deleted\n2026-04-14T18:13:45.266261Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 34.3MB → 17.5MB (2.0x), 99 JPEGs deleted\n2026-04-14T18:13:49.748765Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 12.3MB → 7.9MB (1.6x), 32 JPEGs deleted\n2026-04-14T18:16:30.106932Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.328692167s\n2026-04-14T18:17:56.030815Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:17:56.030785+00:00 (14d retention)\n2026-04-14T18:18:49.971148Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 183 eligible frames\n2026-04-14T18:18:54.586701Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.5MB → 1.0MB (15.8x), 78 JPEGs deleted\n2026-04-14T18:19:07.268703Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 44.3MB → 26.1MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:19:08.169622Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 3 frames, 1.5MB → 1.0MB (1.4x), 3 JPEGs deleted\n2026-04-14T18:20:32.535538Z WARN sqlx::query: summary=\"SELECT DISTINCT app_name, window_name, …\" db.statement=\"\\n\\nSELECT\\n DISTINCT app_name,\\n window_name,\\n browser_url\\nFROM\\n frames\\nWHERE\\n timestamp > datetime('now', '-30 seconds')\\n AND app_name IS NOT NULL\\n AND window_name IS NOT NULL\\n\" rows_affected=0 rows_returned=261 elapsed=1.0870025s\n2026-04-14T18:22:56.041059Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:22:56.041040+00:00 (14d retention)\n2026-04-14T18:24:08.848787Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 214 eligible frames\n2026-04-14T18:24:14.270269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 1.1MB (17.2x), 92 JPEGs deleted\n2026-04-14T18:24:26.886478Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.3MB → 23.2MB (1.7x), 98 JPEGs deleted\n2026-04-14T18:24:29.846299Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 21 frames, 11.3MB → 5.4MB (2.1x), 21 JPEGs deleted\n2026-04-14T18:27:56.048317Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:27:56.048099+00:00 (14d retention)\n2026-04-14T18:29:29.996017Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 171 eligible frames\n2026-04-14T18:29:34.279827Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 71 frames, 14.2MB → 0.9MB (15.1x), 71 JPEGs deleted\n2026-04-14T18:29:47.895547Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.2MB → 31.2MB (1.7x), 97 JPEGs deleted\n2026-04-14T18:32:56.059110Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:32:56.059090+00:00 (14d retention)\n2026-04-14T18:34:48.049599Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 149 eligible frames\n2026-04-14T18:34:52.038596Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 67 frames, 13.4MB → 0.9MB (15.7x), 67 JPEGs deleted\n2026-04-14T18:35:02.447719Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 48.9MB → 24.6MB (2.0x), 80 JPEGs deleted\n2026-04-14T18:37:56.067182Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:37:56.067147+00:00 (14d retention)\n2026-04-14T18:40:02.583615Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 185 eligible frames\n2026-04-14T18:40:07.020562Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 1.9MB (8.0x), 74 JPEGs deleted\n2026-04-14T18:40:23.839094Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 52.6MB → 40.0MB (1.3x), 99 JPEGs deleted\n2026-04-14T18:40:25.879359Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 5.3MB → 3.2MB (1.7x), 10 JPEGs deleted\n2026-04-14T18:42:21.068441Z WARN screenpipe_db::db: wal checkpoint: busy (could not truncate), -1 pages in WAL\n2026-04-14T18:42:56.076841Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:42:56.076822+00:00 (14d retention)\n2026-04-14T18:45:26.070559Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 188 eligible frames\n2026-04-14T18:45:30.731642Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 78 frames, 15.6MB → 0.8MB (18.9x), 78 JPEGs deleted\n2026-04-14T18:45:46.605955Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 54.3MB → 39.0MB (1.4x), 98 JPEGs deleted\n2026-04-14T18:45:48.716272Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.6MB → 3.7MB (1.3x), 9 JPEGs deleted\n2026-04-14T18:47:56.025050Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:47:56.025022+00:00 (14d retention)\n2026-04-14T18:49:59.958012Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:21.054684Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:24.062008Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:42.218664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8489891497226266524, trigger=visual_change)\n2026-04-14T18:50:48.712977Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 179 eligible frames\n2026-04-14T18:50:53.122415Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 79 frames, 15.8MB → 0.8MB (20.3x), 79 JPEGs deleted\n2026-04-14T18:50:57.221261Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:00.239351Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:06.270462Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:07.099822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 97 frames, 52.9MB → 34.5MB (1.5x), 97 JPEGs deleted\n2026-04-14T18:51:09.324699Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:27.479885Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:33.551102Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T18:51:35.983483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:51:35.983878Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T18:52:56.025590Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:52:56.025573+00:00 (14d retention)\n2026-04-14T18:56:07.764979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 169 eligible frames\n2026-04-14T18:56:11.982539Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 72 frames, 14.4MB → 0.8MB (18.5x), 72 JPEGs deleted\n2026-04-14T18:56:25.960654Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 95 frames, 53.2MB → 35.0MB (1.5x), 95 JPEGs deleted\n2026-04-14T18:57:56.024648Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T15:57:56.024619+00:00 (14d retention)\n2026-04-14T19:01:26.906528Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames\n2026-04-14T19:01:31.143581Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.6MB → 0.8MB (17.9x), 68 JPEGs deleted\n2026-04-14T19:01:42.567795Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 42.7MB → 25.9MB (1.6x), 80 JPEGs deleted\n2026-04-14T19:02:56.024299Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:02:56.024276+00:00 (14d retention)\n2026-04-14T19:06:43.477049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 216 eligible frames\n2026-04-14T19:06:48.789302Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 92 frames, 18.4MB → 0.9MB (21.4x), 92 JPEGs deleted\n2026-04-14T19:07:00.054606Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 99 frames, 36.3MB → 19.9MB (1.8x), 99 JPEGs deleted\n2026-04-14T19:07:03.317972Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 7.3MB → 4.5MB (1.6x), 23 JPEGs deleted\n2026-04-14T19:07:55.997175Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:07:55.997160+00:00 (14d retention)\n2026-04-14T19:12:04.102121Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 215 eligible frames\n2026-04-14T19:12:09.001070Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 85 frames, 17.0MB → 0.9MB (19.7x), 85 JPEGs deleted\n2026-04-14T19:12:21.478062Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 39.3MB → 23.6MB (1.7x), 98 JPEGs deleted\n2026-04-14T19:12:25.686253Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 12.5MB → 7.6MB (1.6x), 29 JPEGs deleted\n2026-04-14T19:12:55.993881Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:12:55.993853+00:00 (14d retention)\n2026-04-14T19:17:26.647151Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 184 eligible frames\n2026-04-14T19:17:31.035740Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 74 frames, 14.8MB → 0.8MB (18.9x), 74 JPEGs deleted\n2026-04-14T19:17:42.816932Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 40.5MB → 21.8MB (1.9x), 98 JPEGs deleted\n2026-04-14T19:17:44.763096Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 9 frames, 4.4MB → 3.1MB (1.4x), 9 JPEGs deleted\n2026-04-14T19:17:55.996259Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:17:55.993423+00:00 (14d retention)\n2026-04-14T19:22:45.602516Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 172 eligible frames\n2026-04-14T19:22:49.512847Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 13.0MB → 0.8MB (16.5x), 65 JPEGs deleted\n2026-04-14T19:22:56.012870Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:22:56.012854+00:00 (14d retention)\n2026-04-14T19:23:03.526910Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 45.4MB → 30.8MB (1.5x), 98 JPEGs deleted\n2026-04-14T19:23:05.266251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 2.9MB → 2.7MB (1.1x), 6 JPEGs deleted\n2026-04-14T19:23:26.789940Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:26.815616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4948869735802210230, trigger=click)\n2026-04-14T19:23:28.825937Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4326548476317182725, trigger=visual_change)\n2026-04-14T19:24:05.720105Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:14.849365Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6424338735367687632, trigger=visual_change)\n2026-04-14T19:24:15.330290Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6424338735367687632, trigger=click)\n2026-04-14T19:25:37.290713Z WARN sqlx::query: summary=\"SELECT frames.id as frame_id, …\" db.statement=\"\\n\\nSELECT\\n frames.id as frame_id,\\n COALESCE(\\n frames.full_text,\\n ocr_text.text,\\n frames.accessibility_text,\\n ''\\n ) as ocr_text,\\n ocr_text.text_json,\\n frames.timestamp,\\n frames.name as frame_name,\\n COALESCE(frames.snapshot_path, video_chunks.file_path) as file_path,\\n frames.offset_index,\\n frames.app_name,\\n COALESCE(ocr_text.ocr_engine, '') as ocr_engine,\\n frames.window_name,\\n COALESCE(video_chunks.device_name, frames.device_name) as device_name,\\n GROUP_CONCAT(tags.name, ',') as tags,\\n frames.browser_url,\\n frames.focused\\nFROM\\n frames\\n LEFT JOIN video_chunks ON frames.video_chunk_id = video_chunks.id\\n LEFT JOIN ocr_text ON frames.id = ocr_text.frame_id\\n LEFT JOIN vision_tags ON frames.id = vision_tags.vision_id\\n LEFT JOIN tags ON vision_tags.tag_id = tags.id\\nWHERE\\n 1 = 1\\n AND (\\n ?2 IS NULL\\n OR frames.timestamp >= ?2\\n )\\n AND (\\n ?3 IS NULL\\n OR frames.timestamp <= ?3\\n )\\n AND (\\n ?4 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) >= ?4\\n )\\n AND (\\n ?5 IS NULL\\n OR LENGTH(COALESCE(frames.full_text, ocr_text.text, '')) <= ?5\\n )\\n AND (\\n ?6 IS NULL\\n OR COALESCE(video_chunks.device_name, frames.device_name) LIKE '%' || ?6 || '%'\\n )\\n AND (\\n ?7 IS NULL\\n OR frames.machine_id = ?7\\n )\\n AND (\\n ?8 IS NULL\\n OR frames.focused = ?8\\n )\\n AND (\\n ?9 IS NULL\\n OR frames.name LIKE '%' || ?9 || '%'\\n )\\nGROUP BY\\n frames.id\\nORDER BY\\n frames.timestamp DESC\\nLIMIT\\n ?10 OFFSET ?11\\n\" rows_affected=0 rows_returned=1 elapsed=4.00062575s\n2026-04-14T19:27:21.005153Z INFO screenpipe_engine::server: api_usage_5min: 3 requests\n2026-04-14T19:27:30.949682Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.021692Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:33.029631Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.577593Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:34.579986Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:35.241328Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=visual_change)\n2026-04-14T19:27:39.595945Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:39.598899Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.500484Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.525006Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:42.739626Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6892101299185545009, trigger=click)\n2026-04-14T19:27:56.011354Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T16:27:56.011346+00:00 (14d retention)\n2026-04-14T19:28:05.319036Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 190 eligible frames\n2026-04-14T19:28:09.557818Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.0MB → 0.8MB (18.6x), 75 JPEGs deleted\n2026-04-14T19:28:24.420659Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 49.4MB → 35.1MB (1.4x), 98 JPEGs deleted\n2026-04-14T19:28:27.105448Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 14 frames, 7.6MB → 5.6MB (1.4x), 14 JPEGs deleted\n2026-04-14T19:31:06.919592Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:08.896402Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=visual_change)\n2026-04-14T19:31:09.765196Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:09.773298Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.368743Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:11.377586Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=1791899752571776629, trigger=click)\n2026-04-14T19:31:50.461340Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3711595166104808467, trigger=click)\n2026-04-14T19:31:50.480383Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3711595166104808467, trigger=click)\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-status\n{\n \"status\": \"healthy\",\n \"frame_status\": \"ok\",\n \"audio_status\": \"disabled\",\n \"last_frame\": \"2026-04-14T19:31:49+03:00\",\n \"uptime\": 36274.732636667,\n \"fps\": 0.2958257503227731,\n \"frames\": 10731\n}\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-status\n{\n \"status\": \"healthy\",\n \"frame_status\": \"ok\",\n \"audio_status\": \"disabled\",\n \"last_frame\": \"2026-04-14T19:31:58+03:00\",\n \"uptime\": 36277.58350675,\n \"fps\": 0.29583006811914986,\n \"frames\": 10732\n}\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-stop","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.12291667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.12708333,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.24583334,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.25,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"ec2-user@ip-10-30-93-249:~ (nc)","depth":2,"bounds":{"left":0.36875,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.37291667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.49166667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49583334,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6145833,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.61875,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7375,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.7416667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Unable to access screenpipe activity data (claude)","depth":2,"bounds":{"left":0.86041665,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8645833,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-7132650569764181254
|
333732663002760571
|
visual_change
|
accessibility
|
NULL
|
frames.machine_id = ?7\n )\n AND (\n ?8 IS NU frames.machine_id = ?7\n )\n AND (\n ?8 IS NULL\n OR frames.focused = ?8\n )\n AND (\n ?9 IS NULL\n OR frames.name LIKE '%' || ?9 || '%'\n )\nGROUP BY\n frames.id\nORDER BY\n frames.timestamp DESC\nLIMIT\n ?10 OFFSET ?11\n" rows_affected=0 rows_returned=5000 elapsed=1.608390416s
2026-04-13T19:40:29.616115Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 17 eligible frames
2026-04-13T19:40:31.310725Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 16 frames, 2.5MB → 0.2MB (11.1x), 16 JPEGs deleted
2026-04-13T19:41:39.668138Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:41:40.367247Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8016967779645642766, trigger=click)
2026-04-13T19:42:16.296737Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-96467039929937080, trigger=click)
2026-04-13T19:42:34.936430Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5664644461248729071, trigger=visual_change)
2026-04-13T19:44:29.627763Z INFO screenpipe_engine::server: api_usage_5min: 5 requests
2026-04-13T19:45:04.634490Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:45:04.634462+00:00 (14d retention)
2026-04-13T19:45:31.349267Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 20 eligible frames
2026-04-13T19:45:32.543028Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 3.0MB → 0.3MB (9.9x), 19 JPEGs deleted
2026-04-13T19:50:02.916584Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:02.918035Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6198286277822952673, trigger=click)
2026-04-13T19:50:04.630322Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-30T16:50:04.630300+00:00 (14d retention)
2026-04-13T19:50:32.575742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 53 eligible frames
2026-04-13T19:50:35.515577Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 46 frames, 6.6MB → 2.0MB (3.3x), 46 JPEGs deleted
2026-04-13T19:50:36.330072Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 6 frames, 1.0MB → 0.6MB (1.9x), 6 JPEGs deleted
[1] + terminated npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ sp-start
[1] 24316
detected hardware tier: Mid
checking permissions...
screen recording: ok
accessibility: ok
2026-04-14T09:23:18.095876Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6
2026-04-14T09:23:19.016665Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor
2026-04-14T09:23:19.018052Z INFO screenpipe: meeting detector enabled — independent of transcription mode
2026-04-14T09:23:19.018065Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)
2026-04-14T09:23:19.018310Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)
2026-04-14T09:23:19.018350Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager
2026-04-14T09:23:19.018329Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)
2026-04-14T09:23:19.018781Z INFO screenpipe_core::pipes: loaded pipe: day-recap
2026-04-14T09:23:19.018887Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)
2026-04-14T09:23:19.018976Z INFO screenpipe_core::pipes: loaded pipe: standup-update
2026-04-14T09:23:19.019743Z INFO screenpipe_core::pipes: loaded pipe: ai-habits
2026-04-14T09:23:19.021386Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown
2026-04-14T09:23:19.021709Z INFO screenpipe_core::pipes: loaded pipe: video-export
2026-04-14T09:23:19.021835Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary
2026-04-14T09:23:19.021852Z INFO screenpipe_core::pipes: loaded 6 pipes from "/Users/lukas/.screenpipe/pipes"
_
__________________ ___ ____ ____ (_____ ___
/ ___/ ___/ ___/ _ \/ _ \/ __ \ / __ \/ / __ \/ _ \
(__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/
/____/\___/_/ \___/\___/_/ /_/ / .___/_/ .___/\___/
/_/ /_/
power AI by everything you've seen, said or heard
open source | runs locally | developer friendly
┌────────────────────────┬────────────────────────────────────┐
│ setting │ value │
├────────────────────────┼────────────────────────────────────┤
│ audio chunk duration │ 30 seconds │
│ port │ 3030 │
│ audio disabled │ true │
│ vision disabled │ false │
│ pause on DRM content │ false │
│ audio engine │ Parakeet │
│ vad engine │ Silero │
│ data directory │ /Users/lukas/.screenpipe │
│ debug mode │ false │
│ telemetry │ true │
│ use pii removal │ true │
│ use all monitors │ true │
│ ignored windows │ [] │
│ included windows │ [] │
│ cloud sync │ disabled │
│ auto-destruct pid │ 0 │
│ deepgram key │ not set │
├────────────────────────┼────────────────────────────────────┤
│ languages │ │
│ │ all languages │
├────────────────────────┼────────────────────────────────────┤
│ monitors │ │
│ │ id: 1 │
│ │ id: 2 │
├────────────────────────┼────────────────────────────────────┤
│ audio devices │ │
│ │ disabled │
└────────────────────────┴────────────────────────────────────┘
you are using local processing. all your data stays on your computer.
warning: telemetry is enabled. only error-level data will be sent.
to disable, use the --disable-telemetry flag.
check latest changes here: [URL_WITH_CREDENTIALS] ~/.screenpipe/data/data $ 2026-04-14T09:43:54.022784Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:43:54.022742+00:00 (14d retention)
2026-04-14T09:44:07.036758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:16.412880Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T09:44:31.467140Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-04-14T09:44:32.220816Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.7MB → 0.2MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:33.112790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 2.5MB → 0.4MB (6.9x), 10 JPEGs deleted
2026-04-14T09:44:49.822061Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=visual_change)
2026-04-14T09:44:58.085483Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1260068684416652810, trigger=click)
2026-04-14T09:45:11.008075Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=visual_change)
2026-04-14T09:45:27.976077Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:28.005455Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6037618265436815739, trigger=click)
2026-04-14T09:45:33.771220Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6619028446781713005, trigger=click)
2026-04-14T09:46:17.937329Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:20.967541Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6551069930100399172, trigger=visual_change)
2026-04-14T09:46:39.124248Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=visual_change)
2026-04-14T09:46:48.114315Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8975630290856622014, trigger=click)
2026-04-14T09:46:48.134347Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8975630290856622014, trigger=click)
2026-04-14T09:48:19.010549Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T09:48:28.225785Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:28.241367Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2746019670363252567, trigger=click)
2026-04-14T09:48:35.474701Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2313032521647048085, trigger=click)
2026-04-14T09:48:44.297355Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=529628650036307666, trigger=click)
2026-04-14T09:48:54.016503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:48:54.016484+00:00 (14d retention)
2026-04-14T09:49:33.136435Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 87 eligible frames
2026-04-14T09:49:35.411222Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 8.9MB → 1.6MB (5.4x), 33 JPEGs deleted
2026-04-14T09:49:39.291290Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 10.8MB → 4.1MB (2.6x), 52 JPEGs deleted
2026-04-14T09:52:10.262616Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4590837745933313988, trigger=click)
2026-04-14T09:52:25.201982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:28.245911Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:37.345773Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:40.396144Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4590837745933313988, trigger=visual_change)
2026-04-14T09:52:54.098628Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2540129927862717858, trigger=click)
2026-04-14T09:52:54.108786Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2540129927862717858, trigger=click)
2026-04-14T09:53:13.724192Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:16.763953Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:19.793338Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:25.860403Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:28.887448Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:31.919424Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:44.021891Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6850664184897375859, trigger=visual_change)
2026-04-14T09:53:53.090419Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:54.010522Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:53:54.010512+00:00 (14d retention)
2026-04-14T09:53:56.129621Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:53:59.154578Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4595186536147244130, trigger=visual_change)
2026-04-14T09:54:05.213884Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:08.251183Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:14.329171Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6448776714852722509, trigger=visual_change)
2026-04-14T09:54:39.747828Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 186 eligible frames
2026-04-14T09:54:41.500859Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=2366998612440519548, trigger=visual_change)
2026-04-14T09:54:44.836247Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 86 frames, 14.4MB → 3.3MB (4.3x), 86 JPEGs deleted
2026-04-14T09:54:51.018273Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 98 frames, 14.3MB → 5.7MB (2.5x), 98 JPEGs deleted
2026-04-14T09:58:35.439655Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7018639353123991036, trigger=click)
2026-04-14T09:58:53.989016Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T06:58:53.989006+00:00 (14d retention)
2026-04-14T09:59:51.618785Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 150 eligible frames
2026-04-14T09:59:57.069345Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 80 frames, 12.2MB → 4.4MB (2.8x), 80 JPEGs deleted
2026-04-14T10:00:04.665192Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 12.2MB → 5.4MB (2.3x), 68 JPEGs deleted
2026-04-14T10:00:36.881359Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:39.932677Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:00:42.945257Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:04.112827Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:01:16.238890Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:02:59.467728Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-5923491068615152659, trigger=visual_change)
2026-04-14T10:03:05.552909Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:11.606983Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:14.614126Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3705556434509229016, trigger=visual_change)
2026-04-14T10:03:53.981433Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:03:53.981403+00:00 (14d retention)
2026-04-14T10:03:58.834814Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6150758636940404341, trigger=visual_change)
2026-04-14T10:04:00.100685Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:04:00.146650Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4694409291181169613, trigger=click)
2026-04-14T10:05:05.479270Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 70 eligible frames
2026-04-14T10:05:08.174475Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 36 frames, 6.1MB → 2.2MB (2.8x), 36 JPEGs deleted
2026-04-14T10:05:10.425255Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 32 frames, 6.1MB → 1.7MB (3.5x), 32 JPEGs deleted
2026-04-14T10:08:53.973503Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:08:53.973164+00:00 (14d retention)
2026-04-14T10:09:00.468065Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8881429433378241414, trigger=visual_change)
2026-04-14T10:09:06.549617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:09:09.615547Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-6427964206918609197, trigger=visual_change)
2026-04-14T10:10:06.325707Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:11.148229Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:10:12.381982Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=visual_change)
2026-04-14T10:10:13.824381Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 43 frames, 7.6MB → 2.3MB (3.2x), 43 JPEGs deleted
2026-04-14T10:10:15.122322Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6530469067082311299, trigger=click)
2026-04-14T10:10:17.229988Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 57 frames, 10.3MB → 3.6MB (2.9x), 57 JPEGs deleted
2026-04-14T10:10:33.676801Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6778409979359956321, trigger=visual_change)
2026-04-14T10:10:37.624083Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=6778409979359956321, trigger=click)
2026-04-14T10:10:51.985275Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=visual_change)
2026-04-14T10:10:52.889466Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=7094674540517570975, trigger=click)
2026-04-14T10:10:52.889574Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7094674540517570975, trigger=click)
2026-04-14T10:11:00.937137Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:00.949417Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.293835Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:05.297907Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.051342Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:06.071267Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-762158172847331641, trigger=click)
2026-04-14T10:11:10.563386Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=246851100492228743, trigger=click)
2026-04-14T10:12:29.207928Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5319725887676078079, trigger=click)
2026-04-14T10:12:29.208185Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=5319725887676078079, trigger=click)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data/data $ 2026-04-14T10:12:40.636861Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=click)
2026-04-14T10:12:43.314439Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:12:49.379664Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5752398452580999847, trigger=visual_change)
2026-04-14T10:12:52.431504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5268190696957260765, trigger=visual_change)
2026-04-14T10:13:18.994212Z INFO screenpipe_engine::server: api_usage_5min: 1 requests
2026-04-14T10:13:54.011400Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:13:54.011368+00:00 (14d retention)
2026-04-14T10:14:51.351988Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.432392Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=visual_change)
2026-04-14T10:14:51.986778Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:14:52.026243Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-9215443531147982391, trigger=click)
2026-04-14T10:15:10.264309Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:17.977230Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 86 eligible frames
2026-04-14T10:15:18.585500Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:18.595883Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:15:19.925015Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:15:20.662251Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.8MB → 2.5MB (2.7x), 40 JPEGs deleted
2026-04-14T10:15:24.448371Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 44 frames, 10.4MB → 7.5MB (1.4x), 44 JPEGs deleted
2026-04-14T10:17:50.814582Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.906034Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:01.922590Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4262230058471454664, trigger=click)
2026-04-14T10:18:54.010127Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:18:54.010092+00:00 (14d retention)
2026-04-14T10:20:25.175284Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 134 eligible frames
2026-04-14T10:20:28.706790Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 9.2MB → 2.8MB (3.3x), 59 JPEGs deleted
2026-04-14T10:20:32.913084Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 13.9MB → 6.0MB (2.3x), 73 JPEGs deleted
2026-04-14T10:23:54.007609Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:23:54.007570+00:00 (14d retention)
2026-04-14T10:25:33.655295Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 133 eligible frames
2026-04-14T10:25:37.694915Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 65 frames, 14.7MB → 5.5MB (2.7x), 65 JPEGs deleted
2026-04-14T10:25:41.764159Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 11.7MB → 3.1MB (3.8x), 66 JPEGs deleted
2026-04-14T10:28:54.002565Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:28:54.002529+00:00 (14d retention)
2026-04-14T10:30:41.776708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 108 eligible frames
2026-04-14T10:30:44.100401Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.1MB → 0.7MB (9.1x), 40 JPEGs deleted
2026-04-14T10:30:48.813683Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 13.0MB → 8.6MB (1.5x), 66 JPEGs deleted
2026-04-14T10:32:07.103504Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:08.790449Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:32:10.064111Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=click)
2026-04-14T10:32:10.072568Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4864177606215980408, trigger=click)
2026-04-14T10:33:54.021009Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:33:54.020606+00:00 (14d retention)
2026-04-14T10:35:06.817551Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4864177606215980408, trigger=visual_change)
2026-04-14T10:35:49.591405Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 102 eligible frames
2026-04-14T10:35:52.087786Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 40 frames, 6.3MB → 0.4MB (17.8x), 40 JPEGs deleted
2026-04-14T10:35:56.637384Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 12.2MB → 4.5MB (2.7x), 60 JPEGs deleted
2026-04-14T10:38:54.020232Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:38:54.020218+00:00 (14d retention)
2026-04-14T10:40:56.802762Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 93 eligible frames
2026-04-14T10:40:58.957020Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 33 frames, 5.2MB → 0.2MB (21.1x), 33 JPEGs deleted
2026-04-14T10:41:10.114853Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 58 frames, 14.9MB → 10.7MB (1.4x), 58 JPEGs deleted
2026-04-14T10:42:21.033108Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=8282025679808956124, trigger=visual_change)
2026-04-14T10:42:32.002395Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4927744411103670831, trigger=click)
2026-04-14T10:43:54.018248Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:43:54.018235+00:00 (14d retention)
2026-04-14T10:44:14.441901Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=[CREDIT_CARD], trigger=visual_change)
2026-04-14T10:46:10.846022Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 103 eligible frames
2026-04-14T10:46:13.409747Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.1MB → 0.5MB (11.4x), 38 JPEGs deleted
2026-04-14T10:46:20.581438Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 63 frames, 14.5MB → 6.4MB (2.2x), 63 JPEGs deleted
2026-04-14T10:48:54.016251Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:48:54.016243+00:00 (14d retention)
2026-04-14T10:51:21.304410Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 62 eligible frames
2026-04-14T10:51:24.182987Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 29 frames, 4.3MB → 1.0MB (4.1x), 29 JPEGs deleted
2026-04-14T10:51:29.008618Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 6.8MB → 3.3MB (2.0x), 31 JPEGs deleted
2026-04-14T10:53:54.015345Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:53:54.015326+00:00 (14d retention)
2026-04-14T10:55:45.188612Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=948744052489759226, trigger=visual_change)
2026-04-14T10:55:51.268055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:55:54.291344Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=visual_change)
2026-04-14T10:56:21.462763Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-5240833765549519033, trigger=click)
2026-04-14T10:56:29.823353Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 145 eligible frames
2026-04-14T10:56:35.783884Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 75 frames, 15.8MB → 5.6MB (2.8x), 75 JPEGs deleted
2026-04-14T10:56:42.164282Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 68 frames, 13.9MB → 5.0MB (2.7x), 68 JPEGs deleted
2026-04-14T10:57:35.005790Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7307746809301126898, trigger=click)
2026-04-14T10:58:54.014355Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T07:58:54.014296+00:00 (14d retention)
2026-04-14T11:01:42.196634Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 152 eligible frames
2026-04-14T11:01:46.317911Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 73 frames, 15.3MB → 3.6MB (4.3x), 73 JPEGs deleted
2026-04-14T11:01:51.004763Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 77 frames, 16.4MB → 5.2MB (3.1x), 77 JPEGs deleted
2026-04-14T11:03:54.011699Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:03:54.011691+00:00 (14d retention)
2026-04-14T11:06:06.896977Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1974151446955324960, trigger=click)
2026-04-14T11:06:51.626541Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 112 eligible frames
2026-04-14T11:06:54.736449Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 51 frames, 8.6MB → 1.3MB (6.6x), 51 JPEGs deleted
2026-04-14T11:06:59.497979Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 59 frames, 12.6MB → 5.1MB (2.5x), 59 JPEGs deleted
2026-04-14T11:07:30.811506Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-6120300816212175993, trigger=click)
2026-04-14T11:08:54.132567Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:08:54.132545+00:00 (14d retention)
2026-04-14T11:11:59.547722Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames
2026-04-14T11:12:00.979220Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 2.4MB → 0.6MB (4.3x), 18 JPEGs deleted
2026-04-14T11:12:03.285162Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 5.4MB → 1.9MB (2.9x), 26 JPEGs deleted
2026-04-14T11:13:02.293460Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-7651518855368635453, trigger=click)
2026-04-14T11:13:54.139196Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:13:54.139180+00:00 (14d retention)
2026-04-14T11:15:23.363825Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=5197446424512897028, trigger=click)
2026-04-14T11:17:03.893311Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 66 eligible frames
2026-04-14T11:17:05.929746Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 3.8MB → 1.2MB (3.0x), 26 JPEGs deleted
2026-04-14T11:17:09.938501Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 38 frames, 6.9MB → 2.4MB (2.9x), 38 JPEGs deleted
2026-04-14T11:18:54.146216Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:18:54.146193+00:00 (14d retention)
2026-04-14T11:19:44.426100Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=6313736753302658872, trigger=visual_change)
2026-04-14T11:20:02.454377Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4572313131525613053, trigger=click)
2026-04-14T11:20:09.417633Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:20:15.490811Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1132831535450885273, trigger=visual_change)
2026-04-14T11:22:10.013893Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 77 eligible frames
2026-04-14T11:22:12.081515Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 3.9MB → 0.2MB (18.6x), 30 JPEGs deleted
2026-04-14T11:22:18.083648Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 45 frames, 7.8MB → 2.4MB (3.2x), 45 JPEGs deleted
2026-04-14T11:23:54.184615Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:23:54.184587+00:00 (14d retention)
2026-04-14T11:26:23.411531Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-4325362117536949503, trigger=visual_change)
2026-04-14T11:27:18.144463Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 110 eligible frames
2026-04-14T11:27:20.988003Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 48 frames, 6.2MB → 0.5MB (13.8x), 48 JPEGs deleted
2026-04-14T11:27:26.742252Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 60 frames, 14.2MB → 5.6MB (2.6x), 60 JPEGs deleted
2026-04-14T11:27:36.849509Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-4325362117536949503, trigger=click)
2026-04-14T11:28:54.193420Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:28:54.193393+00:00 (14d retention)
2026-04-14T11:30:23.044921Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4758653643915782342, trigger=click)
2026-04-14T11:30:23.045291Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=4758653643915782342, trigger=click)
2026-04-14T11:32:27.239850Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 44 eligible frames
2026-04-14T11:32:29.264026Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 23 frames, 4.4MB → 2.9MB (1.5x), 23 JPEGs deleted
2026-04-14T11:32:30.870459Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 19 frames, 5.0MB → 2.0MB (2.6x), 19 JPEGs deleted
2026-04-14T11:33:54.203210Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:33:54.203049+00:00 (14d retention)
2026-04-14T11:37:30.816288Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7944518703698522703, trigger=visual_change)
2026-04-14T11:37:30.943708Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 45 eligible frames
2026-04-14T11:37:31.805641Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 13 frames, 2.1MB → 0.2MB (8.6x), 13 JPEGs deleted
2026-04-14T11:37:34.181505Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 7.9MB → 2.9MB (2.7x), 30 JPEGs deleted
2026-04-14T11:38:54.260744Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:38:54.260722+00:00 (14d retention)
2026-04-14T11:41:14.658796Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8813616083747548766, trigger=visual_change)
2026-04-14T11:42:28.570698Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)
2026-04-14T11:42:34.229304Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 58 eligible frames
2026-04-14T11:42:35.856269Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 0.2MB (16.8x), 26 JPEGs deleted
2026-04-14T11:42:37.766533Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 30 frames, 9.0MB → 1.5MB (5.9x), 30 JPEGs deleted
2026-04-14T11:43:51.124758Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3799513603385674616, trigger=click)
2026-04-14T11:43:54.268889Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:43:54.268879+00:00 (14d retention)
2026-04-14T11:46:19.707681Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=3798630016527344503, trigger=click)
2026-04-14T11:46:48.465938Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3752925360567203396, trigger=click)
2026-04-14T11:46:57.882997Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4944898032929426667, trigger=click)
2026-04-14T11:47:38.243841Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 60 eligible frames
2026-04-14T11:47:40.205049Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 31 frames, 4.5MB → 0.9MB (4.9x), 31 JPEGs deleted
2026-04-14T11:47:42.924023Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 27 frames, 7.5MB → 2.2MB (3.4x), 27 JPEGs deleted
2026-04-14T11:48:54.277677Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:48:54.277661+00:00 (14d retention)
2026-04-14T11:52:42.972837Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 46 eligible frames
2026-04-14T11:52:44.897822Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 26 frames, 4.1MB → 1.7MB (2.4x), 26 JPEGs deleted
2026-04-14T11:52:46.752585Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 18 frames, 5.0MB → 1.5MB (3.3x), 18 JPEGs deleted
2026-04-14T11:53:54.297037Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:53:54.296982+00:00 (14d retention)
2026-04-14T11:57:47.933604Z WARN sqlx::query: summary="SELECT id, snapshot_path, device_name, …" db.statement="\n\nSELECT\n id,\n snapshot_path,\n device_name,\n timestamp\nFROM\n frames\nWHERE\n snapshot_path IS NOT NULL\n AND timestamp < ?1\nORDER BY\n device_name,\n timestamp ASC\nLIMIT\n 5000\n" rows_affected=0 rows_returned=120 elapsed=1.159109625s
2026-04-14T11:57:47.935233Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames
2026-04-14T11:57:52.092496Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 52 frames, 11.5MB → 2.2MB (5.3x), 52 JPEGs deleted
2026-04-14T11:57:59.363321Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 66 frames, 14.5MB → 5.2MB (2.8x), 66 JPEGs deleted
2026-04-14T11:58:54.308936Z INFO screenpipe_engine::retention: retention: cleaning up data before 2026-03-31T08:58:54.308907+00:00 (14d retention)
2026-04-14T11:58:55.596617Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-1920847021272450725, trigger=click)
2026-04-14T12:03:00.235073Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 120 eligible frames
2026-04-14T12:03:05.209243Z INFO screenpipe_...
|
NULL
|
|
18833
|
NULL
|
0
|
2026-04-15T06:59:27.158047+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776236367158_m2.jpg...
|
Firefox
|
Meet - [Platform] Planning I Session 📅 — Work
|
True
|
meet.google.com/tgb-pyuf-dri?authuser=lukas.kovali meet.google.com/tgb-pyuf-dri?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
Meet - [Platform] Planning I Session 📅
Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: soundcore AeroClip
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
[Platform] Planning I Session 📅
[Platform] Planning I Session 📅
in 1 minute
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on.
Background is now replaced...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"bounds":{"left":0.00234375,"top":0.045138888,"width":0.017578125,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"bounds":{"left":0.019921875,"top":0.045138888,"width":0.01796875,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.037890624,"top":0.045138888,"width":0.01796875,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"bounds":{"left":0.055859376,"top":0.045138888,"width":0.017578125,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"bounds":{"left":0.0734375,"top":0.045138888,"width":0.01796875,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox (1,550) - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"bounds":{"left":0.00234375,"top":0.07361111,"width":0.017578125,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Meet - [Platform] Planning I Session 📅","depth":4,"bounds":{"left":0.0,"top":0.11111111,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Meet - [Platform] Planning I Session 📅","depth":5,"bounds":{"left":0.015625,"top":0.12083333,"width":0.08085938,"height":0.010416667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.07890625,"top":0.11736111,"width":0.009375,"height":0.016666668},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.003125,"top":0.14097223,"width":0.08710937,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.003125,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.01640625,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.029296875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0421875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.05546875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":10,"bounds":{"left":0.1,"top":0.05625,"width":0.041015625,"height":0.027777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":12,"bounds":{"left":0.91015625,"top":0.057638887,"width":0.06523438,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":11,"bounds":{"left":0.940625,"top":0.06875,"width":0.034765624,"height":0.011805556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":12,"bounds":{"left":0.940625,"top":0.06875,"width":0.034765624,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":14,"bounds":{"left":0.31835938,"top":0.36319444,"width":0.03515625,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":13,"bounds":{"left":0.57851565,"top":0.35277778,"width":0.01875,"height":0.033333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":14,"bounds":{"left":0.41757813,"top":0.59097224,"width":0.021875,"height":0.033333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":14,"bounds":{"left":0.44570312,"top":0.59097224,"width":0.021875,"height":0.033333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Turn on background blur","depth":13,"bounds":{"left":0.47382814,"top":0.59097224,"width":0.021875,"height":0.033333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Microphone: soundcore AeroClip","depth":12,"bounds":{"left":0.31210938,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":13,"bounds":{"left":0.38515624,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Camera: FaceTime HD Camera","depth":12,"bounds":{"left":0.45820314,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Backgrounds and effects","depth":12,"bounds":{"left":0.53125,"top":0.6493056,"width":0.06992187,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"[Platform] Planning I Session 📅","depth":11,"bounds":{"left":0.6074219,"top":0.3986111,"width":0.175,"height":0.025},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[Platform] Planning I Session 📅","depth":14,"bounds":{"left":0.6191406,"top":0.39791667,"width":0.15117188,"height":0.025694445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in 1 minute","depth":12,"bounds":{"left":0.67226565,"top":0.42916667,"width":0.044921875,"height":0.021527778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Use Gemini to take notes Share notes and transcript","depth":11,"bounds":{"left":0.6316406,"top":0.4625,"width":0.12617187,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use Gemini to take notes","depth":12,"bounds":{"left":0.6550781,"top":0.4722222,"width":0.06367187,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share notes and transcript","depth":12,"bounds":{"left":0.6550781,"top":0.4861111,"width":0.056640625,"height":0.011111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start","depth":12,"bounds":{"left":0.721875,"top":0.47083333,"width":0.03125,"height":0.027777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start","depth":14,"bounds":{"left":0.73125,"top":0.47777778,"width":0.0125,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Join now","depth":12,"bounds":{"left":0.64804685,"top":0.51805556,"width":0.09375,"height":0.03888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Join now","depth":14,"bounds":{"left":0.6832031,"top":0.53055555,"width":0.023046875,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Other ways to join","depth":12,"bounds":{"left":0.6582031,"top":0.5763889,"width":0.07304688,"height":0.027777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.","depth":12,"bounds":{"left":0.4234375,"top":0.9375,"width":0.26289064,"height":0.035416666},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":12,"bounds":{"left":0.5648438,"top":0.9611111,"width":0.028125,"height":0.011805556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":13,"bounds":{"left":0.5648438,"top":0.9611111,"width":0.028125,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your camera is on. Your microphone is on.","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Background is now replaced","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-8008444672772850681
|
4541971624088553171
|
visual_change
|
accessibility
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
Meet - [Platform] Planning I Session 📅
Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: soundcore AeroClip
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
[Platform] Planning I Session 📅
[Platform] Planning I Session 📅
in 1 minute
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on.
Background is now replaced...
|
NULL
|
|
18834
|
NULL
|
0
|
2026-04-15T06:59:35.683664+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776236375683_m1.jpg...
|
Firefox
|
Meet - [Platform] Planning I Session 📅 — Work
|
True
|
meet.google.com/tgb-pyuf-dri?authuser=lukas.kovali meet.google.com/tgb-pyuf-dri?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
Meet - [Platform] Planning I Session 📅
Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: soundcore AeroClip
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
[Platform] Planning I Session 📅
[Platform] Planning I Session 📅
Steliyan Georgiev is in this call
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on.
Background is now replaced...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox (1,550) - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Meet - [Platform] Planning I Session 📅","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Meet - [Platform] Planning I Session 📅","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Turn on background blur","depth":13,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Microphone: soundcore AeroClip","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Camera: FaceTime HD Camera","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Backgrounds and effects","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"[Platform] Planning I Session 📅","depth":11,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[Platform] Planning I Session 📅","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Steliyan Georgiev is in this call","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Use Gemini to take notes Share notes and transcript","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use Gemini to take notes","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share notes and transcript","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Join now","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Join now","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Other ways to join","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.","depth":12,"bounds":{"left":0.33819443,"top":0.0,"width":0.46736112,"height":0.05666667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":12,"bounds":{"left":0.58958334,"top":0.0,"width":0.05,"height":0.018888889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":13,"bounds":{"left":0.58958334,"top":0.0,"width":0.05,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your camera is on. Your microphone is on.","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Background is now replaced","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
6064160543567827240
|
4559983823709521619
|
visual_change
|
accessibility
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
Meet - [Platform] Planning I Session 📅
Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: soundcore AeroClip
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
[Platform] Planning I Session 📅
[Platform] Planning I Session 📅
Steliyan Georgiev is in this call
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on.
Background is now replaced...
|
NULL
|
|
18989
|
NULL
|
0
|
2026-04-15T07:04:43.909258+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776236683909_m1.jpg...
|
Firefox
|
Meet - [Platform] Planning I Session 📅 — Work
|
True
|
meet.google.com/tgb-pyuf-dri?authuser=lukas.kovali meet.google.com/tgb-pyuf-dri?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - [Platform] Planning I Session 📅
Close tab
N Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Stefka Stoyanova (Presenting, annotating)
Stefka Stoyanova (Presenting, annotating)
People
9
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - [Platform] Planning I Session 📅","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Stefka Stoyanova (Presenting, annotating)","depth":12,"bounds":{"left":0.07534722,"top":0.101111114,"width":0.18888889,"height":0.022222223},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Stefka Stoyanova (Presenting, annotating)","depth":13,"bounds":{"left":0.07534722,"top":0.10222222,"width":0.18888889,"height":0.020555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":15,"bounds":{"left":0.88680553,"top":0.08944444,"width":0.04097222,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"9","depth":22,"bounds":{"left":0.9145833,"top":0.101111114,"width":0.0048611113,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":14,"bounds":{"left":0.93333334,"top":0.08944444,"width":0.025,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":17,"bounds":{"left":0.9361111,"top":0.101111114,"width":0.06388891,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":22,"bounds":{"left":0.96666664,"top":0.101111114,"width":0.028125,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":22,"bounds":{"left":0.96458334,"top":0.090555556,"width":0.023611112,"height":0.037777778},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pop out this video More screens are more fun. Play this video while you do other things.","depth":15,"bounds":{"left":0.57916665,"top":0.62333333,"width":0.14652778,"height":0.08888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pop out this video","depth":17,"bounds":{"left":0.72326386,"top":0.6377778,"width":0.08090278,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
1404196725618623003
|
3319706478101592884
|
click
|
accessibility
|
NULL
|
Meet - [Platform] Planning I Session 📅
Close tab
N Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Stefka Stoyanova (Presenting, annotating)
Stefka Stoyanova (Presenting, annotating)
People
9
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Pop out this video More screens are more fun. Play this video while you do other things.
Pop out this video...
|
18985
|
|
18990
|
NULL
|
0
|
2026-04-15T07:04:43.884126+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776236683884_m2.jpg...
|
Firefox
|
Meet - [Platform] Planning I Session 📅 — Work
|
True
|
meet.google.com/tgb-pyuf-dri?authuser=lukas.kovali meet.google.com/tgb-pyuf-dri?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - [Platform] Planning I Session 📅
Close tab
N Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Stefka Stoyanova (Presenting, annotating)
Stefka Stoyanova (Presenting, annotating)
People
9
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - [Platform] Planning I Session 📅","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.018945312,"height":-0.045138836},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.23398438,"top":1.0,"width":0.005859375,"height":-0.045138836},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.23652343,"top":1.0,"width":0.0125,"height":-0.07500005},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Stefka Stoyanova (Presenting, annotating)","depth":12,"bounds":{"left":0.27558595,"top":1.0,"width":0.10625,"height":-0.063194394},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Stefka Stoyanova (Presenting, annotating)","depth":13,"bounds":{"left":0.27558595,"top":1.0,"width":0.10625,"height":-0.06388891},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":15,"bounds":{"left":0.7320312,"top":1.0,"width":0.023046875,"height":-0.05590272},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"9","depth":22,"bounds":{"left":0.7476562,"top":1.0,"width":0.002734375,"height":-0.063194394},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":14,"bounds":{"left":0.75820315,"top":1.0,"width":0.0140625,"height":-0.05590272},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":17,"bounds":{"left":0.7597656,"top":1.0,"width":0.051367186,"height":-0.063194394},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":22,"bounds":{"left":0.7769531,"top":1.0,"width":0.015820313,"height":-0.063194394},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":22,"bounds":{"left":0.7757813,"top":1.0,"width":0.01328125,"height":-0.056597233},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
6432631427529235202
|
1878557758305654416
|
click
|
accessibility
|
NULL
|
Meet - [Platform] Planning I Session 📅
Close tab
N Meet - [Platform] Planning I Session 📅
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Stefka Stoyanova (Presenting, annotating)
Stefka Stoyanova (Presenting, annotating)
People
9
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini...
|
NULL
|