mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #280] [CLOSED] Feat/map overhaul #270
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/280
Author: @Austen33
Created: 4/22/2026
Status: ❌ Closed
Base:
main← Head:feat/map_overhaul📝 Commits (10+)
6f473f2Initial commit — F1 Race Replay with Engineer Chat AI insight0a3294cEnhance Engineer Chat with tyre tracking and pit stop detection6b5a3c8Merge remote fork — keep local Engineer Chat changes95e1ba4Add five insight windows, Engineer Chat enhancements, and 2026 season dataf4130aaInject live race state into every Engineer Chat AI messagea1c3a53Fix tyre age tracking to be lap-delta aware for fast-forward playbackd92e3c7Add Groq→Cerebras→Groq-8b fallback chain to Engineer Chat40aaeadMake cerebras import lazy to avoid hard dependency at startup180e494Compact build_race_context to ~200 tokens (was ~7000)c895db9Hard-cap Engineer Chat to 1,500 tokens per request📊 Changes
54 files changed (+9749 additions, -5 deletions)
View changed files
➕
.claude/settings.local.json(+10 -0)➕
.env.example(+2 -0)📝
.gitignore(+11 -1)📝
README.md(+2 -0)➕
README_WEB.md(+180 -0)📝
main.py(+3 -0)➕
project/IMPROVEMENT_PLAN.md(+485 -0)➕
project/INTEGRATION_PLAN_V2.md(+959 -0)➕
project/Pit Wall.html(+55 -0)➕
project/README.md(+25 -0)➕
project/build.mjs(+32 -0)➕
project/package-lock.json(+497 -0)➕
project/package.json(+11 -0)➕
project/src/App.jsx(+452 -0)➕
project/src/App.test.jsx(+192 -0)➕
project/src/Controls.jsx(+381 -0)➕
project/src/IsoTrack.jsx(+611 -0)➕
project/src/Leaderboard.jsx(+170 -0)➕
project/src/Panels.jsx(+168 -0)➕
project/src/Telemetry.jsx(+361 -0)...and 34 more files
📄 Description
Map overhaul
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.