Skip to content

feat(variations): add tags editing to tool variations#2962

Open
bflad wants to merge 1 commit into
mainfrom
bflad-age-2349-ui-support-for-tags-tool-variations-M0dM
Open

feat(variations): add tags editing to tool variations#2962
bflad wants to merge 1 commit into
mainfrom
bflad-age-2349-ui-support-for-tags-tool-variations-M0dM

Conversation

@bflad
Copy link
Copy Markdown
Member

@bflad bflad commented May 20, 2026

https://linear.app/speakeasy/issue/AGE-2349/ui-support-for-tags-tool-variations

Extends the ToolVariation type with a tags attribute (Goa design, service impl, model views, and regenerated server/SDK artifacts) so the existing database column is exposed through the management API.

Adds a tags editor to the dashboard tool list edit dialog for HTTP tools: a creatable multi-select for free-form chip input, quick-add badges for tags from the source spec, an Overridden indicator, and a reset-to-source affordance. The override uses a tri-state model — undefined means inherit from source, [] is an explicit empty override, and [...] is an explicit list — so users can clear or replace inherited tags independently.

Function and prompt tool variations do not yet support tags and are tracked separately (AGE-2348).

CleanShot 2026-05-20 at 14 06 23@2x CleanShot 2026-05-20 at 14 06 47@2x CleanShot 2026-05-20 at 14 06 57@2x

@bflad bflad requested review from a team as code owners May 20, 2026 18:14
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 20, 2026

AGE-2349

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

🦋 Changeset detected

Latest commit: cbea5f7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
server Patch
dashboard Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gram-docs-redirect Ready Ready Preview, Comment May 20, 2026 6:45pm

Request Review

@bflad bflad force-pushed the bflad-age-2349-ui-support-for-tags-tool-variations-M0dM branch from f4213b5 to d4c94cb Compare May 20, 2026 18:23
@github-actions github-actions Bot added the preview Spawn a preview environment label May 20, 2026
@speakeasybot
Copy link
Copy Markdown
Collaborator

speakeasybot commented May 20, 2026

🚀 Preview Environment (PR #2962)

Preview URL: https://pr-2962.dev.getgram.ai

Component Status Details Updated (UTC)
✅ Database Ready Existing database reused 2026-05-21 08:08:01.
✅ Images Available Container images ready 2026-05-21 08:05:43.

Gram Preview Bot

https://linear.app/speakeasy/issue/AGE-2349/ui-support-for-tags-tool-variations

Extends the ToolVariation type with a tags attribute (Goa design, service
impl, model views, and regenerated server/SDK artifacts) so the existing
database column is exposed through the management API.

Adds a tags editor to the dashboard tool list edit dialog for HTTP tools:
a creatable multi-select for free-form chip input, quick-add badges for
tags from the source spec, an "Overridden" indicator, and a reset-to-source
affordance. The override uses a tri-state model — undefined means inherit
from source, [] is an explicit empty override, and [...] is an explicit
list — so users can clear or replace inherited tags independently.

Function and prompt tool variations do not yet support tags and are tracked
separately (AGE-2348).
@bflad bflad force-pushed the bflad-age-2349-ui-support-for-tags-tool-variations-M0dM branch from d4c94cb to cbea5f7 Compare May 20, 2026 18:44
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not worth changing, but I would generally point to the combobox for this type of input of highly variable cardinality

type="button"
onClick={() => handleAddBaseTag(tag)}
disabled={isDisabled}
aria-label={`Add tag "${tag}" from source`}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

classy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview Spawn a preview environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants