@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.
- package/index.d.ts +1 -1
- 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,
|
|
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
|