Commit f40da83
refactor: extract AWF_INFRA_LINE_RE to log_parser_shared and make status page guidance engine-specific
- Extract INFRA_LINE_RE as AWF_INFRA_LINE_RE into log_parser_shared.cjs
so parse_copilot_log.cjs and handle_agent_failure.cjs share the same
constant (no more duplication risk when infra log format changes)
- Make startup-failure status page guidance engine-specific: copilot gets
"GitHub Copilot status page", all other engines get "provider status page"
- Add test verifying provider-agnostic guidance for claude engine
- Update existing engine ID startup-failure test to also verify Copilot
status page text
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/de02b350-d94e-4ee6-aceb-0e1f8d2b9ae8
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent 3bbfb9b commit f40da83
File tree
4 files changed
+54
-11
lines changed- actions/setup/js
4 files changed
+54
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
840 | 841 | | |
841 | 842 | | |
842 | 843 | | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
848 | 847 | | |
849 | 848 | | |
850 | 849 | | |
| |||
860 | 859 | | |
861 | 860 | | |
862 | 861 | | |
863 | | - | |
| 862 | + | |
864 | 863 | | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
865 | 868 | | |
866 | | - | |
867 | | - | |
868 | | - | |
| 869 | + | |
869 | 870 | | |
870 | 871 | | |
871 | 872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
665 | 681 | | |
666 | 682 | | |
667 | 683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
46 | 71 | | |
47 | 72 | | |
48 | 73 | | |
| |||
1650 | 1675 | | |
1651 | 1676 | | |
1652 | 1677 | | |
| 1678 | + | |
1653 | 1679 | | |
1654 | 1680 | | |
1655 | 1681 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments