-
feat(pluginhost): add support for interceptors and metadata sanitization
发布于
2026-06-08 17:41:46 +00:00 | 674 次提交 在此版本后已推送到 main- Implemented
RequestInterceptor,ResponseInterceptor, andStreamChunkInterceptorcapabilities. - Added
sanitizePluginMetadatato clean metadata for RPC compatibility. - Enhanced interceptor chaining, error handling, and test coverage.
- Updated plugin configuration to register and dispatch interceptor methods.
下载附件
- Implemented