Commit graph

189 commits

Author SHA1 Message Date
346df8fc9d Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#94) from main into dev 2026-04-03 23:26:53 +00:00
Virgil
987ebec1cd feat(dns): default hsd client when url omitted
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:26:46 +00:00
f0940f52f2 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#93) from main into dev 2026-04-03 23:24:37 +00:00
Virgil
e8968cc719 feat(dns): expose resolved DNS and HTTP ports
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:24:29 +00:00
da6fad18e4 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#92) from main into dev 2026-04-03 23:22:22 +00:00
Virgil
1267672931 feat(dns): include DS in ANY responses
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:22:16 +00:00
3237e835b6 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#91) from main into dev 2026-04-03 23:20:55 +00:00
Virgil
b893ad84e6 feat(dns): expose wildcard match awareness in resolver
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:20:49 +00:00
27a772eb7b Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#90) from main into dev 2026-04-03 23:19:13 +00:00
Virgil
5d8a9f82c8 feat(dns): validate serve bind argument type
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:19:06 +00:00
d070100fab Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#89) from main into dev 2026-04-03 23:17:22 +00:00
Virgil
65b2f0cc8f feat(dns): expose dnssec records in resolve all output
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:17:15 +00:00
7761225db7 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#88) from main into dev 2026-04-03 23:15:43 +00:00
Virgil
d5e967a0db feat(dns): add DNSSEC DNSKEY and RRSIG support
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:15:36 +00:00
013776960e Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#87) from main into dev 2026-04-03 23:13:07 +00:00
Virgil
09193690af feat(dns): implement RFC DNSSEC DS record support
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:13:00 +00:00
7776600b06 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#86) from main into dev 2026-04-03 23:08:24 +00:00
Virgil
86fc04acdd feat(dns): default health HTTP port to 5554
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:08:14 +00:00
37392b44f0 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#85) from main into dev 2026-04-03 23:06:50 +00:00
Virgil
e89e8892de feat(service): default mainchain alias client fallback URL
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:06:42 +00:00
5de9cb515d Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#84) from main into dev 2026-04-03 23:05:26 +00:00
Virgil
01df7589bd feat(dns): default serve action port when unset
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:05:18 +00:00
775b1f5067 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#83) from main into dev 2026-04-03 23:03:24 +00:00
Virgil
f27ec3438a feat(service): include wildcard suffixes when computing zone apex
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:03:17 +00:00
0e29e82565 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#82) from main into dev 2026-04-03 23:01:46 +00:00
Virgil
55a1f676e1 feat(dns): infer mainchain client from hsd url when unset
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:01:40 +00:00
c82d6b2d05 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#81) from main into dev 2026-04-03 23:00:14 +00:00
Virgil
1195dbb596 feat(dns): tighten action argument parsing
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 23:00:07 +00:00
7726fc1e91 Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#80) from main into dev 2026-04-03 22:58:42 +00:00
Virgil
8e87a2c7be feat(dns): default dns.serve port from service options
- Make dns.serve action accept omitted port and fall back to service DNSPort.
- Keep port explicit when caller provides it.
- Add regression test for serve action default port behavior.
- Remove obsolete go-cache dependency from module files.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 22:58:35 +00:00
82fcd3cc00 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#79) from main into dev 2026-04-03 22:57:19 +00:00
Virgil
7ce4297e9f Handle empty DNS discovery as a no-op 2026-04-03 22:57:00 +00:00
0789bbe9a1 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#78) from main into dev 2026-04-03 22:55:02 +00:00
Virgil
7dc86bb44c Preserve context in action registration 2026-04-03 22:54:47 +00:00
4045217ec0 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#77) from main into dev 2026-04-03 22:52:31 +00:00
Virgil
4e5bb7e398 Align DNS package comments with AX principles 2026-04-03 22:52:14 +00:00
cec826012e Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#76) from main into dev 2026-04-03 22:50:35 +00:00
Virgil
840e6f17a4 Align reverse index with AX naming 2026-04-03 22:50:20 +00:00
c93c9c54d0 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#75) from main into dev 2026-04-03 22:48:05 +00:00
Virgil
13468eb06c Refine DNS AX documentation 2026-04-03 22:47:53 +00:00
60455cdf78 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#74) from main into dev 2026-04-03 22:45:57 +00:00
Virgil
516f9e85fe Clarify reverse index naming 2026-04-03 22:45:45 +00:00
cea034ce66 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#73) from main into dev 2026-04-03 22:43:40 +00:00
Virgil
2119c14190 Add context-aware DNS action handling 2026-04-03 22:43:27 +00:00
2e58035e08 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#72) from main into dev 2026-04-03 22:41:14 +00:00
Virgil
83b6d34587 Refine reverse index semantics 2026-04-03 22:41:01 +00:00
98c1db1b00 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#71) from main into dev 2026-04-03 22:38:34 +00:00
Virgil
d838936a2d Fix fallback discovery success 2026-04-03 22:38:24 +00:00
887d9fee42 Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp...' (#70) from main into dev 2026-04-03 22:36:34 +00:00
Virgil
f5eb0d7d4f fix: support HSD api key option 2026-04-03 22:36:18 +00:00