Skip to content

feat: replace SPY with SP500 in supported assets#12

Open
Thykof wants to merge 1 commit into
mainfrom
feat/sp500-asset
Open

feat: replace SPY with SP500 in supported assets#12
Thykof wants to merge 1 commit into
mainfrom
feat/sp500-asset

Conversation

@Thykof

@Thykof Thykof commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

synth-api retires SPYX and its SPY alias — replaced by the new SP500 index asset (synthdataco/backend-monorepo#97) at the 2026-07-23 subnet switchover. All supported-asset mentions follow: .speakeasy/in.openapi.yaml (source spec), the generated out.openapi.yaml, manifest.json, src/tool-names.ts, and the generated funcs/tools/models description strings.

String-only change: 23 files, 57 substitutions, nothing outside SPY → SP500 in the diff. manifest.json validated; lint/build not run locally (no node_modules) — CI or a speakeasy run regeneration will confirm nothing drifted.

🤖 Generated with Claude Code

synth-api retires SPYX (and its SPY alias) for the new SP500 index
asset at the 2026-07-23 switchover; all tool descriptions and specs
follow.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the SDK/spec surface to reflect the synth-api retirement of SPY/SPYX by replacing documentation-facing “supported assets” mentions with the new SP500 index symbol across the OpenAPI sources, generated artifacts, and tool/func descriptions.

Changes:

  • Replaced SPYSP500 in supported-asset lists within the source and generated OpenAPI specs (.speakeasy/in.openapi.yaml, .speakeasy/out.openapi.yaml).
  • Updated tool metadata descriptions in manifest.json and src/tool-names.ts to advertise SP500 instead of SPY.
  • Updated generated model schema .describe(...) strings and related func/tool description strings to match SP500.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.speakeasy/in.openapi.yaml Updates source OpenAPI descriptions/parameter descriptions to list SP500 as the supported index symbol.
.speakeasy/out.openapi.yaml Updates generated OpenAPI output descriptions/parameter descriptions to list SP500.
manifest.json Updates published tool descriptions to replace SPY with SP500 in supported assets lists.
src/tool-names.ts Updates tool-name/description registry strings to list SP500 instead of SPY.
src/models/getinsightsliquidationop.ts Updates request schema description string to advertise SP500.
src/models/getinsightslpboundsop.ts Updates request schema description string to advertise SP500.
src/models/getinsightslpprobabilitiesop.ts Updates request schema description string to advertise SP500.
src/models/getinsightsoptionpricingop.ts Updates request schema description string to advertise SP500.
src/models/getinsightspolymarketupdowndailyop.ts Updates request schema description string to advertise SP500.
src/models/getinsightspredictionpercentilesop.ts Updates request schema description string to advertise SP500.
src/models/getinsightsvolatilityop.ts Updates request schema description string to advertise SP500.
src/funcs/getInsightsLiquidation.ts Updates JSDoc remarks supported-assets list to include SP500 instead of SPY.
src/funcs/getInsightsLpBounds.ts Updates JSDoc remarks supported-assets list to include SP500 instead of SPY.
src/funcs/getInsightsLpProbabilities.ts Updates JSDoc remarks supported-assets list to include SP500 instead of SPY.
src/funcs/getInsightsOptionPricing.ts Updates JSDoc remarks supported-assets list to include SP500 instead of SPY.
src/funcs/getInsightsPolymarketUpDownDaily.ts Updates JSDoc remarks supported-assets list to include SP500 instead of SPY.
src/funcs/getInsightsPredictionPercentiles.ts Updates JSDoc remarks supported-assets list to include SP500 instead of SPY.
src/mcp-server/tools/getInsightsLiquidation.ts Updates MCP tool description string to list SP500 instead of SPY.
src/mcp-server/tools/getInsightsLpBounds.ts Updates MCP tool description string to list SP500 instead of SPY.
src/mcp-server/tools/getInsightsLpProbabilities.ts Updates MCP tool description string to list SP500 instead of SPY.
src/mcp-server/tools/getInsightsOptionPricing.ts Updates MCP tool description string to list SP500 instead of SPY.
src/mcp-server/tools/getInsightsPolymarketUpDownDaily.ts Updates MCP tool description string to list SP500 instead of SPY.
src/mcp-server/tools/getInsightsPredictionPercentiles.ts Updates MCP tool description string to list SP500 instead of SPY.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants