Skip to content

fix: include dataset in all flywire links#87

Merged
neomorphic merged 1 commit into
masterfrom
fix/flywire-dataset-param
Jun 15, 2026
Merged

fix: include dataset in all flywire links#87
neomorphic merged 1 commit into
masterfrom
fix/flywire-dataset-param

Conversation

@neomorphic

Copy link
Copy Markdown
Member

Summary

Ensures the dataset query parameter is included on all FlyWire (codex) external links, not just BANC.

  • Consolidated the separate FAFB and BANC FlyWire URL templates into a single template with a <DATASET> placeholder.
  • FlyWireLink now always substitutes the dataset into the URL.
  • Defaulted FlyWireLink.defaultProps.dataset to "fafb", so the FAFB call site (which passes no dataset) emits dataset=fafb. The BANC call site continues to pass dataset="banc".

Notes

fafb matches codex's default FAFB dataset, so FAFB link behavior is unchanged other than the parameter now being explicit.

🤖 Generated with Claude Code

Consolidate the FAFB and BANC FlyWire URL templates into a single
template with a <DATASET> placeholder, and default the FlyWireLink
dataset prop to "fafb" so the FAFB links also carry an explicit
dataset query parameter.
@neomorphic neomorphic merged commit 9f597b0 into master Jun 15, 2026
1 check passed
@neomorphic neomorphic deleted the fix/flywire-dataset-param branch June 15, 2026 13:36
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.

1 participant