@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.
Files changed (2) hide show
  1. package/index.d.ts +3 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampcode/plugin",
3
- "version": "0.0.0-20260502002909-g5fc25db",
3
+ "version": "0.0.0-20260503002929-g60c9488",
4
4
  "description": "Amp Plugin API",
5
5
  "homepage": "https://ampcode.com/manual/plugin-api",
6
6
  "author": {