Skip to content

feat: configurable agent bind host#166

Merged
gricha merged 1 commit intomainfrom
feat/configurable-bind-host
Feb 14, 2026
Merged

feat: configurable agent bind host#166
gricha merged 1 commit intomainfrom
feat/configurable-bind-host

Conversation

@gricha
Copy link
Copy Markdown
Owner

@gricha gricha commented Feb 14, 2026

Summary

  • Agent bind host is now configurable instead of hardcoded to ::
  • Resolution order: --host CLI flag > PERRY_HOST env var > config.host > 0.0.0.0
  • Adds a "Network" step to the setup wizard with all-interfaces / localhost / custom options
  • Useful for corporate environments where binding to all interfaces gets flagged by security tooling

Replace hardcoded '::' bind with configurable host, defaulting to
0.0.0.0. Resolves via: --host flag > PERRY_HOST env > config > default.
@gricha gricha merged commit fe28c84 into main Feb 14, 2026
16 of 17 checks passed
@gricha gricha deleted the feat/configurable-bind-host branch February 14, 2026 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant