Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4960607
feat(runner): configurable global APP_ID passed to maestro as -e
BlueShork Jun 28, 2026
dce3d5e
feat(settings): editable Billy AI system prompt with reset to default
BlueShork Jun 28, 2026
fc5543d
feat(metrics): parse frame-time percentiles from gfxinfo
BlueShork Jun 28, 2026
e0eeafa
feat(metrics): parse thermal status from dumpsys thermalservice
BlueShork Jun 28, 2026
e4d549b
feat(metrics): emit frame-time percentiles and thermal status (android)
BlueShork Jun 28, 2026
67e11e3
feat(metrics): add ps cpu/rss parser for ios simulator
BlueShork Jun 28, 2026
9f0cd24
feat(metrics): dispatch collection by platform (android, ios-sim, uns…
BlueShork Jun 28, 2026
91ba6ba
feat(metrics): extend frontend payload/store with percentiles + thermal
BlueShork Jun 28, 2026
d178f72
refactor(metrics): single open/close source of truth, capture only wh…
BlueShork Jun 28, 2026
86b6a53
fix(metrics): force Performance panel closed on upgrade; tidy toggle …
BlueShork Jun 28, 2026
66f41a2
feat(metrics): device-aware Performance cards (percentiles, thermal, …
BlueShork Jun 28, 2026
b67bda9
fix(metrics): restart capture on device switch; harden ios-sim loop
BlueShork Jun 28, 2026
2e2020e
fix(metrics): start() replaces a running collector to avoid device-sw…
BlueShork Jun 28, 2026
8210737
docs: design banque de screenshots & détection de régression visuelle
BlueShork Jun 28, 2026
709439b
docs: seuils configurables (Paramètres) + comparaison conditionnée à …
BlueShork Jun 28, 2026
0828795
release: v0.6.0
BlueShork Jun 28, 2026
c96c55f
docs: plan d'implémentation banque de screenshots & régression visuelle
BlueShork Jun 28, 2026
d2ff273
fix(lint): fix lint
BlueShork Jul 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Additional Use Grant: You may use the Licensed Work in production,
(in original or modified form) as a commercial
product or as part of a commercial offering.

Change Date: 2030-06-14
Change Date: 2030-06-28

Change License: Apache License, Version 2.0

Expand Down
Loading
Loading