Commit 5dab7a5
committed
refactor(gemini): remove hardcoded port configuration and simplify agentapi server startup
Remove AGENTAPI_PORT parameter handling and PORT variable assignment in start script,
allowing agentapi server to use its default port. Update test name from "happy-path"
to "agent-api" for better clarity of what is being tested.1 parent 00647fd commit 5dab7a5
File tree
2 files changed
+2
-6
lines changed- registry/coder-labs/modules/gemini
- scripts
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | | - | |
77 | | - | |
| 73 | + | |
78 | 74 | | |
0 commit comments