Skip to content

#64 Fix desktop instructions#91

Merged
kantorcodes merged 4 commits into
hashgraph-online:mainfrom
romanr:patch-1
May 13, 2026
Merged

#64 Fix desktop instructions#91
kantorcodes merged 4 commits into
hashgraph-online:mainfrom
romanr:patch-1

Conversation

@romanr
Copy link
Copy Markdown
Contributor

@romanr romanr commented May 12, 2026

#64 Fix desktop instructions

Copilot AI review requested due to automatic review settings May 12, 2026 17:13
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the README documentation for the Desktop App and IDE Extension, specifically refining the steps to add plugin marketplace sources and updating the source URL. Feedback includes a suggestion to remove extra whitespace for better formatting and a recommendation to use an HTTPS URL instead of an SSH link to improve compatibility for users without configured SSH keys.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 12, 2026

Code Review Summary

Status: 4 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 1
SUGGESTION 3
Issue Details (click to expand)

CRITICAL

File Line Issue
README.md 74 Marketplace source URL is a git repository URL, not a direct marketplace.json file

SUGGESTION

File Line Issue
README.md 68 Instruction uses arrows (→) as sentence separators, hurting readability
README.md 69 Image uses user-attachment URL that may not be permanent
README.md 76 Image uses user-attachment URL that may not be permanent
Other Observations (not in diff)

No other observations.

Files Reviewed (1 file)
  • README.md - 1 CRITICAL, 3 SUGGESTIONS

Reviewed by step-3.5-flash · 964,577 tokens

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the README’s Codex Desktop / IDE Extension setup instructions to address Issue #64 (“Install instructions don't work”) by changing where/how users add this repo as a marketplace source.

Changes:

  • Adjusts the Desktop App / IDE Extension navigation steps for adding a marketplace source.
  • Replaces the previously suggested raw marketplace.json URL with a Git repository reference.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

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: 8a2262aca2

ℹ️ 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 README.md Outdated
kantorcodes and others added 3 commits May 12, 2026 20:22
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@kantorcodes
Copy link
Copy Markdown
Member

@romanr Awesome suggestion. We'll merge this in :)

@kantorcodes kantorcodes merged commit 02cd7a5 into hashgraph-online:main May 13, 2026
1 check passed
Comment thread README.md

**Desktop App / IDE Extension:**
1. Open Codex settings → Plugins → Marketplace Sources
1. Open Codex settings → Plugins → Next to search plugins input click on menu and select → `+Add More...`
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Instruction uses arrow symbols (→) as sentence separators, making it hard to read.

Consider breaking into clearer sentences, e.g.:
"Open Codex settings → Plugins. Next to the search input, click the menu and select +Add More...."

The current run-on style hurts scanability.

Comment thread README.md
**Desktop App / IDE Extension:**
1. Open Codex settings → Plugins → Marketplace Sources
1. Open Codex settings → Plugins → Next to search plugins input click on menu and select → `+Add More...`
<img width="1462" height="466" alt="image" src="https://github.com/user-attachments/assets/ae15f505-58a8-4199-bb7b-56a07b670b10" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Image embedded via user-attachment URL (github.com/user-attachments/...).

These URLs are not permanent across forks or if the user deletes their attachment. For long-lived documentation, commit images to the repository and reference via relative paths.

Comment thread README.md
2. Add this URL:
```
https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json
https://github.com/hashgraph-online/awesome-codex-plugins.git
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CRITICAL: Invalid marketplace source URL.

https://github.com/hashgraph-online/awesome-codex-plugins.git is a GitHub repository page URL, not a Codex marketplace source.

Codex expects a direct URL to a marketplace.json file. The correct URL is:

Suggested change
https://github.com/hashgraph-online/awesome-codex-plugins.git
https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json

Using the repository URL will cause plugin installation to fail.

Comment thread README.md
https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json
https://github.com/hashgraph-online/awesome-codex-plugins.git
```
<img width="1974" height="1064" alt="image" src="https://github.com/user-attachments/assets/ffbae59f-41ae-4ee3-9d52-864273ecdcb3" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Second user-attachment image (same portability concern as the previous image).

Consider committing these screenshots to the repository assets and referencing them with stable relative paths.

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.

3 participants