- Notifications
You must be signed in to change notification settings - Fork915
Commit0a47fd1
committed
fix(cli)!: select sub agent if available and error on multiple agents
In the past we randomly selected workspace agent if there were multiple.Unless both are running on the same machine with the same configuration,this would be very confusing behavior for a user.With the introduction of sub agents (devcontainer agents), it wasdecided prioritize them if present. Similarly as before, selecting adevcontainer randomly would be confusing. We now error out if the agentname is not specified and there are multiple agents.Fixescoder/internal#6961 parent5e3a225 commit0a47fd1
1 file changed
+19
-16
lines changedLines changed: 19 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
926 | 926 |
| |
927 | 927 |
| |
928 | 928 |
| |
| 929 | + | |
929 | 930 |
| |
930 |
| - | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
931 | 938 |
| |
932 | 939 |
| |
933 | 940 |
| |
934 | 941 |
| |
935 | 942 |
| |
| 943 | + | |
936 | 944 |
| |
937 | 945 |
| |
938 | 946 |
| |
939 | 947 |
| |
940 |
| - | |
941 |
| - | |
942 |
| - | |
943 |
| - | |
944 |
| - | |
| 948 | + | |
945 | 949 |
| |
| 950 | + | |
946 | 951 |
| |
947 |
| - | |
948 |
| - | |
949 |
| - | |
950 |
| - | |
951 |
| - | |
952 |
| - | |
953 |
| - | |
954 |
| - | |
955 |
| - | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
956 | 959 |
| |
957 |
| - | |
| 960 | + | |
958 | 961 |
| |
959 | 962 |
| |
960 | 963 |
| |
|
0 commit comments
Comments
(0)