@ampcode/plugin 0.0.0-20260706003318-g5c235ce → 0.0.0-20260707003429-g69640bc

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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -275,7 +275,7 @@ declare module '@ampcode/plugin' {
275
275
 
276
276
  /** Display metadata for a plugin agent. */
277
277
  export interface AgentDisplay {
278
- /** Label shown in mode pickers and thread headers, 16 characters or less. */
278
+ /** Label shown in mode pickers and thread headers, 24 characters or less. */
279
279
  label: string
280
280
  /** Optional label color as a hex RGB string, for example "#d97706". */
281
281
  color?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampcode/plugin",
3
- "version": "0.0.0-20260706003318-g5c235ce",
3
+ "version": "0.0.0-20260707003429-g69640bc",
4
4
  "description": "Amp Plugin API",
5
5
  "homepage": "https://ampcode.com/manual/plugin-api",
6
6
  "author": {