Commit 5899c4c
fix: skip verify_apps, close_all, activate_window in lightweight mode (#177)
These setup entry types hang (120s timeout), crash the WAA server, or
are unnecessary for task execution. In lightweight mode (the default),
they are now skipped entirely — both the verify_apps step injected from
related_apps and any close_all / activate_window entries in the task
config array. Each skipped entry is recorded with status "skipped" in
_last_setup_results for auditability.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f5ad884 commit 5899c4c
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1928 | 1928 | | |
1929 | 1929 | | |
1930 | 1930 | | |
1931 | | - | |
| 1931 | + | |
1932 | 1932 | | |
1933 | 1933 | | |
1934 | 1934 | | |
| |||
1944 | 1944 | | |
1945 | 1945 | | |
1946 | 1946 | | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
1947 | 1960 | | |
1948 | 1961 | | |
1949 | 1962 | | |
| |||
0 commit comments