Skip to content

Releases: speakeasy-api/gram

@gram-ai/elements@1.26.0

09 Feb 13:53
8c451de

Choose a tag to compare

Minor Changes

  • 9cb2f0e: Chart plugin and generative UI overhaul

    Chart Plugin

    • Replace Vega-Lite with Recharts for React 19 compatibility
    • Add themed tooltips using CSS variables (oklch colors)
    • Update chart stories to use MCP orders summary tool

    Generative UI

    • Add macOS-style window frames with traffic light buttons
    • Add whimsical cycling loading messages (50 messages, 2s fade transitions)
    • Streamline LLM prompt from ~150 lines to concise bulleted format

    Component Fixes

    • ActionButton executes tools via useToolExecution hook
    • Align Text, Badge, Progress props with LLM prompt specification
    • Fix catalog schema toolName → action mismatch
    • Fix setTimeout cleanup in CyclingLoadingMessage

    Storybook

    • Fix theme toggle causing full component remount

@gram-ai/elements@1.25.2

09 Feb 09:34
d8bd339

Choose a tag to compare

Patch Changes

  • e08b45e: Adds support for forwarding and storing user feedback. Incorporates the stored user feedback into chat resolution analysis

server@0.22.3

06 Feb 15:09
a49e9c4

Choose a tag to compare

Patch Changes

  • e246458: Starts writing chat resolution telemetry data.
  • a7422f8: feat: add OAuth support for external MCP servers in the Playground
  • a753172: feat: customize documentation button text on MCP install page
  • 4ef4d5e: fix: allow surfacing openapi parse errors in the UI
  • 6e29702: Adds a new endpoint to get metrics per user. Allows filtering logs per user.
  • 1f74200: Fixes issue with loading of metrics when logs are disabled.

dashboard@0.27.5

06 Feb 15:09
a49e9c4

Choose a tag to compare

Patch Changes

  • a7422f8: feat: add OAuth support for external MCP servers in the Playground
  • a753172: feat: customize documentation button text on MCP install page
  • 7505433: fix: allow creating MCP server when project has sources but no toolsets
  • 1f74200: Fixes issue with loading of metrics when logs are disabled.
  • Updated dependencies [a7422f8]
  • Updated dependencies [a753172]
  • Updated dependencies [6e29702]
  • Updated dependencies [1f74200]
    • @gram/client@0.26.18

@gram/client@0.26.18

06 Feb 15:09
a49e9c4

Choose a tag to compare

Patch Changes

  • a7422f8: feat: add OAuth support for external MCP servers in the Playground
  • a753172: feat: customize documentation button text on MCP install page
  • 6e29702: Adds a new endpoint to get metrics per user. Allows filtering logs per user.
  • 1f74200: Fixes issue with loading of metrics when logs are disabled.

server@0.22.2

04 Feb 15:17
e5ddc2a

Choose a tag to compare

Patch Changes

  • 26ddbdd: Adds backend support for generating chat resolutions

dashboard@0.27.4

04 Feb 15:17
e5ddc2a

Choose a tag to compare

Patch Changes

  • a7cb2d9: reinstate deployments access in Sources page UI and make relevant deployment accessible from a source card
  • Updated dependencies [63bb328]
    • @gram-ai/elements@1.25.1

@gram-ai/elements@1.25.1

04 Feb 15:17
e5ddc2a

Choose a tag to compare

Patch Changes

  • 63bb328: Fix tool group count showing inflated numbers when loading chat history. The server accumulates all tool calls from a turn into each assistant message, causing duplicate tool-call parts when converting messages for the UI. Added deduplication in the message converter so each tool call only appears once. Also fixed buildAssistantContentParts silently dropping tool calls when assistant content is a string.

server@0.22.1

03 Feb 13:40
e345598

Choose a tag to compare

Patch Changes

  • 0fe62df: Fix internal: billing_usage_report now start_time to be correctly parsed in Loops
  • c9b74af: Adds a new endpoint to list chats grouped by ID

dashboard@0.27.3

03 Feb 13:40
e345598

Choose a tag to compare

Patch Changes

  • 85d64ad: Add support links to user dropdown menu (Get Support, Chat with Team, Bug or Feature Request)
  • Updated dependencies [feea712]
  • Updated dependencies [c9b74af]
    • @gram-ai/elements@1.25.0
    • @gram/client@0.26.13