[feat] Add header registry infrastructure

Create extensible header registration system for HTTP requests:
- Add HeaderRegistry service with VSCode-style registration patterns
- Create network client adapters for axios and fetch with automatic header injection
- Add comprehensive TypeScript types for header providers
- Include example implementations for extension developers

This provides the foundation for extensions to register custom headers that will be automatically added to all network requests.

Part of #5017
This commit is contained in:
bymyself
2025-08-15 19:19:03 -07:00
parent 0d6e5a75a9
commit d6695ea66e
5 changed files with 306 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
In release workflow:
- Remove "tested with" section from release notes
-