Skip to content

add intermediate dev mode - #1367

Merged
Mysticial merged 6 commits into
PokemonAutomation:mainfrom
jw098:dev-mode
Aug 9, 2026
Merged

add intermediate dev mode#1367
Mysticial merged 6 commits into
PokemonAutomation:mainfrom
jw098:dev-mode

Conversation

@jw098

@jw098 jw098 commented Aug 9, 2026

Copy link
Copy Markdown
Collaborator

I believe I moved all the internal stuff under INTERNAL_DEVELOPER_MODE. But please double check.
Also, I'm not sure if we want other stuff hidden under internal dev mode, such as RSE, ML stuff (although these are already available in the public repo).

@Mysticial

Copy link
Copy Markdown
Collaborator

I'm thinking about also splitting the dev tokens here as well. Some only give regular dev access. Others, give both.


BooleanCheckBoxOption DEVELOPER_MODE_CHECKBOX;
StringOption DEVELOPER_TOKEN;
StringOption INTERNAL_DEVELOPER_TOKEN;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Oh I was thinking of keeping the same token field. But when we search the whitelist, we choose which flags to enable based on which whitelist it's in. So entering an internal-dev token will automatically enable both modes. Keeps the UI simpler.

@Mysticial
Mysticial merged commit 57613bf into PokemonAutomation:main Aug 9, 2026
5 of 7 checks passed
@jw098
jw098 deleted the dev-mode branch August 10, 2026 18:35
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