- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Add a spinner to coder --dev while the server boots
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
packages/openagents-cli/src/cli.ts -
modified
packages/openagents-cli/src/coder-dev-server.ts
Diff
2 files changed, +13 -1
packages/openagents-cli/src/cli.ts modified +8
@@ -1860,9 +1860,17 @@ const coderCommand = Command.make(
| 1860 | 1860 |
|
| 1861 | 1861 |
|
| 1862 | 1862 |
|
| 1863 |
|
|
| 1864 |
|
|
| 1865 |
|
|
| 1866 |
|
|
| 1867 |
|
|
| 1868 |
|
|
| 1869 |
|
|
| 1863 | 1870 |
|
| 1864 | 1871 |
|
| 1865 | 1872 |
|
| 1873 |
|
|
| 1866 | 1874 |
|
| 1867 | 1875 |
|
| 1868 | 1876 |
|
packages/openagents-cli/src/coder-dev-server.ts modified +5 -1
@@ -109,12 +109,15 @@ export const startDevServer = async (
| 109 | 109 |
|
| 110 | 110 |
|
| 111 | 111 |
|
| 112 |
|
|
| 112 | 113 |
|
| 113 | 114 |
|
| 114 | 115 |
|
| 115 | 116 |
|
| 116 | 117 |
|
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 118 | 121 |
|
| 119 | 122 |
|
| 120 | 123 |
|