@ampcode/plugin 0.0.0-20260502002909-g5fc25db → 0.0.0-20260503002929-g60c9488
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -766,6 +766,9 @@ declare module '@ampcode/plugin' {
|
|
|
766
766
|
* Context passed to tool execute handlers.
|
|
767
767
|
*/
|
|
768
768
|
export interface PluginToolContext {
|
|
769
|
+
/** UI capabilities provided to plugins */
|
|
770
|
+
ui: PluginUI
|
|
771
|
+
|
|
769
772
|
/** Scoped logger for plugin output */
|
|
770
773
|
logger: PluginLogger
|
|
771
774
|
}
|