feat: add hostname and full_hostname meta plugins with error handling

Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-07-29 12:11:46 -03:00
parent 5a41021188
commit 3de832d886
4 changed files with 130 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] }
regex = "1.9.5"
nix = "0.26.2"
sha2 = "0.10.0"
local-ip-address = "0.5.5"
dns-lookup = "2.0.2"
[dev-dependencies]
tempfile = "3.3.0"