Skip to content

Add Monitor Refresh Rate Changer plugin#685

Draft
psycodess wants to merge 4 commits into
Flow-Launcher:mainfrom
psycodess:patch-1
Draft

Add Monitor Refresh Rate Changer plugin#685
psycodess wants to merge 4 commits into
Flow-Launcher:mainfrom
psycodess:patch-1

Conversation

@psycodess

Copy link
Copy Markdown

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 48eb97e240

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@psycodess psycodess left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@codex review

@psycodess psycodess marked this pull request as draft June 16, 2026 16:32

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f9db007e39

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread plugins/Monitor Refresh Rate Changer-f38c9470-7d31-401e-88ca-06c964bb3fc3.json Outdated
- Add missing ActionKeyword (hz)
- Fix Author capitalization
- Update Version to 1.0.0
- Update download URL to v1.0.0 release

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cfb4aecd3a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,13 @@
{
"ID": "f38c9470-7d31-401e-88ca-06c964bb3fc3",
"ActionKeyword": "hz",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove unsupported ActionKeyword from manifest

This repository only permits the fields listed in necessary_fields or optional_fields in ci/src/_utils.py, and ActionKeyword is not one of them. With this new file present, python -m pytest ci/src/validator.py -q fails in test_optional_fields for this manifest, so the submission cannot pass CI until this key is removed.

Useful? React with 👍 / 👎.

"Language": "python",
"Website": "https://github.com/psycodess/hz-plugin",
"IcoPath": "https://cdn.jsdelivr.net/gh/psycodess/hz-plugin@main/Images/app.png",
"UrlDownload": "https://github.com/psycodess/hz-plugin/releases/download/v1.0.0/hz-plugin.zip",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Point UrlDownload at an existing release asset

For this new plugin, the manifest advertises v1.0.0, but the upstream psycodess/hz-plugin repository currently only exposes v0.2.0 and v0.1.0-alpha tags/releases, so there is no v1.0.0 release asset at this path. Flow will try to download exactly this UrlDownload during store installation, causing installs to fail until it points at a published GitHub release ZIP or that release is created.

Useful? React with 👍 / 👎.

@jjw24

jjw24 commented Jul 5, 2026

Copy link
Copy Markdown
Member

Hi @psycodess seems you have another PR for this plugin #683, let's keep only one please.

If you need help with GitHub workflow, have a look at our documentation please- https://www.flowlauncher.com/docs/#/py-setup-project?id=_1-add-github-workflow. Please also action the review comments.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants