feat(coding-agent): add InlineExtension type for named inline extension factories (#6267)

* feat(coding-agent): add InlineExtension type for named inline extension factories

* test(coding-agent): update utilities and add regression test for InlineExtension
This commit is contained in:
Victor Araújo
2026-07-06 15:59:37 -03:00
committed by GitHub
parent c8ada4e76e
commit b3dff19a04
13 changed files with 164 additions and 19 deletions
+1
View File
@@ -55,6 +55,7 @@ export {
ExtensionRunner,
type ExtensionShortcut,
type ExtensionUIContext,
type InlineExtension,
type LoadExtensionsResult,
type MessageRenderer,
type RegisteredCommand,