@@ -22,79 +22,79 @@ type DirectRouteCase =
2222export const DIRECT_ROUTE_CASES : readonly DirectRouteCase [ ] = [
2323 {
2424 name : "lifeops app window" ,
25- path : "/apps/lifeops" ,
25+ path : "/apps/lifeops?appWindow=1 " ,
2626 selector : '[data-testid="lifeops-shell"]' ,
2727 timeoutMs : 90_000 ,
2828 } ,
2929 {
3030 name : "plugins app window" ,
31- path : "/apps/plugins" ,
31+ path : "/apps/plugins?appWindow=1 " ,
3232 readyChecks : [ { text : "Browser Workspace" } , { text : "AI Providers" } ] ,
3333 timeoutMs : 90_000 ,
3434 } ,
3535 {
3636 name : "skills app window" ,
37- path : "/apps/skills" ,
37+ path : "/apps/skills?appWindow=1 " ,
3838 selector : '[data-testid="skills-shell"]' ,
3939 timeoutMs : 90_000 ,
4040 } ,
4141 {
4242 name : "fine tuning app window" ,
43- path : "/apps/fine-tuning" ,
43+ path : "/apps/fine-tuning?appWindow=1 " ,
4444 selector : '[data-testid="fine-tuning-view"]' ,
4545 timeoutMs : 90_000 ,
4646 } ,
4747 {
4848 name : "trajectories app window" ,
49- path : "/apps/trajectories" ,
49+ path : "/apps/trajectories?appWindow=1 " ,
5050 selector : '[data-testid="trajectories-view"]' ,
5151 timeoutMs : 90_000 ,
5252 } ,
5353 {
5454 name : "relationships app window" ,
55- path : "/apps/relationships" ,
55+ path : "/apps/relationships?appWindow=1 " ,
5656 selector : '[data-testid="relationships-view"]' ,
5757 timeoutMs : 90_000 ,
5858 } ,
5959 {
6060 name : "memories app window" ,
61- path : "/apps/memories" ,
61+ path : "/apps/memories?appWindow=1 " ,
6262 selector : '[data-testid="memory-viewer-view"]' ,
6363 timeoutMs : 90_000 ,
6464 } ,
6565 {
6666 name : "inventory app window" ,
67- path : "/apps/inventory" ,
67+ path : "/apps/inventory?appWindow=1 " ,
6868 selector : '[data-testid="wallet-shell"]' ,
6969 timeoutMs : 90_000 ,
7070 } ,
7171 {
7272 name : "runtime app window" ,
73- path : "/apps/runtime" ,
73+ path : "/apps/runtime?appWindow=1 " ,
7474 selector : '[data-testid="runtime-view"]' ,
7575 timeoutMs : 90_000 ,
7676 } ,
7777 {
7878 name : "database app window" ,
79- path : "/apps/database" ,
79+ path : "/apps/database?appWindow=1 " ,
8080 selector : '[data-testid="database-view"]' ,
8181 timeoutMs : 90_000 ,
8282 } ,
8383 {
8484 name : "elizamaker app window" ,
85- path : "/apps/elizamaker" ,
85+ path : "/apps/elizamaker?appWindow=1 " ,
8686 selector : '[data-testid="chat-composer-textarea"]' ,
8787 timeoutMs : 90_000 ,
8888 } ,
8989 {
9090 name : "logs app window" ,
91- path : "/apps/logs" ,
91+ path : "/apps/logs?appWindow=1 " ,
9292 selector : '[data-testid="logs-view"]' ,
9393 timeoutMs : 90_000 ,
9494 } ,
9595 {
9696 name : "tasks app window" ,
97- path : "/apps/tasks" ,
97+ path : "/apps/tasks?appWindow=1 " ,
9898 selector : '[data-testid="tasks-view"]' ,
9999 timeoutMs : 90_000 ,
100100 } ,
0 commit comments