Releases: speakeasy-api/gram
Releases · speakeasy-api/gram
@gram-ai/elements@1.26.0
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
Patch Changes
- e08b45e: Adds support for forwarding and storing user feedback. Incorporates the stored user feedback into chat resolution analysis
server@0.22.3
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
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
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
Patch Changes
- 26ddbdd: Adds backend support for generating chat resolutions
dashboard@0.27.4
@gram-ai/elements@1.25.1
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
buildAssistantContentPartssilently dropping tool calls when assistant content is a string.