Commit 36482e9
authored
feat(agent): publish orchestration CLI primitives
* fix(sandbox): expiry warning, destroyed-not-paused guidance, surface boot last_error, 1h examples
Addresses teammate bug report: warn when sandbox <5min remaining; clearer SANDBOX_NOT_RUNNING/destroyed messaging; surface metadata.last_error.reason on create --wait failures; recommend --timeout 1h for app-building.
* feat(cli): add miosa auth project-auth enable/disable/status commands
Adds `miosa auth project-auth status|enable|disable` subcommands so
developers can manage built-in per-resource auth from the CLI.
Mirrors the POST /api/v1/project-auth/enable|disable and GET
/api/v1/project-auth/status REST endpoints.
* feat(agent): expose runtime orchestration commands
* feat(agent): support async group dispatch
* chore(release): bump cli to 1.0.76
* feat(agent): add group event CLI
* feat(agent): publish orchestration CLI primitives1 parent 1ec649d commit 36482e9
23 files changed
Lines changed: 3865 additions & 104 deletions
File tree
- src
- bin
- commands
- test/commands
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
141 | 184 | | |
142 | 185 | | |
143 | 186 | | |
| |||
0 commit comments