Commit bb81036
committed
feat(cli): expose workspace_repos in
Sessions created with `--repo`/`--project` already persist their
workspace info on disk, but `aoe list --json` only emitted the primary
path, leaving CLI consumers no way to discover the extra repos. The
web `SessionResponse` already carried `workspace_repos`; this brings
the CLI surface to parity.
Single-repo sessions return `workspace_repos: []` so the field is
always present and never `null`.aoe list --json
1 parent fd504e3 commit bb81036
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
36 | 62 | | |
37 | 63 | | |
38 | 64 | | |
| |||
93 | 119 | | |
94 | 120 | | |
95 | 121 | | |
| 122 | + | |
96 | 123 | | |
97 | 124 | | |
98 | 125 | | |
| |||
125 | 152 | | |
126 | 153 | | |
127 | 154 | | |
| 155 | + | |
128 | 156 | | |
129 | 157 | | |
130 | 158 | | |
| |||
134 | 162 | | |
135 | 163 | | |
136 | 164 | | |
| 165 | + | |
137 | 166 | | |
138 | 167 | | |
139 | 168 | | |
| |||
0 commit comments