Commit Graph
6 Commits
Author SHA1 Message Date
copilot-swe-agent[bot] 003fdefc63 fix: address review comments - CIDR validation, dhcp_cidr implies DHCP, fmt fixes 2026-06-11 16:54:40 +00:00
copilot-swe-agent[bot] a25c411249 test: add test verifying DHCP allocates IP within specified CIDR subnet 2026-06-08 15:54:22 +00:00
copilot-swe-agent[bot] 0c11cefc04 fix: return error instead of silently ignoring invalid dhcp_cidr in launcher 2026-06-08 15:35:30 +00:00
copilot-swe-agent[bot] 8181830902 feat: add DHCP subnet (CIDR) configuration parameter
Allow -d to optionally accept a CIDR subnet (e.g. -d 10.0.0.0/24)
to fix the DHCP address range. When specified, the DHCP allocator
uses the configured subnet instead of deriving it from peer IPs.

Changes:
- Add dhcp_cidr field to config struct and ConfigLoader trait
- Modify -d CLI arg to accept optional CIDR string value
- Update DHCP logic to use configured CIDR as default subnet
- Add dhcp_cidr to NetworkConfig proto message
- Update launcher to handle dhcp_cidr in gen_config/new_from_config
- Update i18n translations
2026-06-08 15:31:53 +00:00
copilot-swe-agent[bot] 0a8c95879b Initial plan 2026-06-08 15:22:59 +00:00
Copilot bd8f01fb26 Add Nushell completion script generation support (#1756)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-01-11 18:41:02 +08:00