Import external mods#11
Closed
alexey-max-fedorov wants to merge 8 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Syncs local dev-server changes into the repo, primarily bumping the release to v4.2.1 and incorporating a set of runtime fixes/improvements across originGUI and the browser extension.
Changes:
- Bump versions to 4.2.1 across originGUI, extension (Chrome/Firefox), typings, and CITATION metadata.
- Improve originGUI runtime behavior (FPS counter interval lifecycle; safer “Grab UserID” UI construction; account copy flow validation/UX; click-teleport interval throttle).
- Update originGUI build auto-discovery to exclude archived/inert modules and add a large handoff document.
Reviewed changes
Copilot reviewed 17 out of 20 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| typings/package.json | Version bump to 4.2.1. |
| originGUI/package.json | Version bump to 4.2.1. |
| originGUI/src/utils/fps.ts | Replace enable-flag loop with single managed interval + cleanup on stop. |
| originGUI/src/hacks/utility.ts | Safer DOM-based list rendering for player IDs; remove redundant browser-set headers; remove some utility hacks. |
| originGUI/src/hacks/player.ts | Fix numeric usage in maxing logic; improve Copy Account flow with fetch validation + confirmation. |
| originGUI/src/hacks/location.ts | Add interval delay to click-teleport loop (reduce CPU usage). |
| originGUI/src/hacks/beta.ts | Fix numeric usage in hypermax logic. |
| originGUI/src/class/Toggler.ts | Namespace toggle localStorage keys by category and migrate old keys. |
| originGUI/build.mjs | Exclude archived/inert files from auto-discovery bundling. |
| originGUI/TEMP_HANDOFF.md | Add large handoff/porting notes document. |
| extension/popup.tsx | Update displayed version string to 4.2.1. |
| extension/package.json | Version bump to 4.2.1. |
| extension/firefox/popup.tsx | Update displayed version string to 4.2.1. |
| extension/firefox/package.json | Version bump to 4.2.1. |
| extension/contents/origin-bridge.ts | Handle chrome.storage errors and still signal readiness. |
| CITATION.cff | Version bump to 4.2.1. |
| .gitignore | Ignore .worktrees/. |
| .claude/settings.json | Add a Claude plugin entry (vercel). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/ProdigyPXP/ProdigyOrigin/sessions/70be5d57-f974-4d22-acea-372e52c078d9 Co-authored-by: alexey-max-fedorov <204798074+alexey-max-fedorov@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ProdigyPXP/ProdigyOrigin/sessions/70be5d57-f974-4d22-acea-372e52c078d9 Co-authored-by: alexey-max-fedorov <204798074+alexey-max-fedorov@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ProdigyPXP/ProdigyOrigin/sessions/a354eb6f-8830-4443-a7e1-21f63d6e610e Co-authored-by: alexey-max-fedorov <204798074+alexey-max-fedorov@users.noreply.github.com>
Signed-off-by: Alexey Fedorov <alexey.max.fedorov@gmail.com>
Signed-off-by: Alexey Fedorov <alexey.max.fedorov@gmail.com>
Signed-off-by: Alexey Fedorov <alexey.max.fedorov@gmail.com>
Signed-off-by: Alexey Fedorov <alexey.max.fedorov@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.