Add codex-profiles#37
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new community third-party plugin entry to the README’s plugin list.
Changes:
- Added
codex-profilesto the “Third-party plugins built by the community” section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [Codex Obsidian](https://github.com/greg-asher/codex-obsidian) - Local Obsidian note and vault workflows through the official desktop `obsidian` CLI. | ||
| - [Codex SEO](https://github.com/BestLemoon/codex-seo) - Full-stack SEO audits, Google API workflows, backlinks analysis, reporting, and optional MCP extensions for Codex. | ||
| - [Codex Usage Tracker](https://github.com/douglasmonsky/codex-usage-tracker) - Track aggregate Codex token usage from local session logs with MCP tools for summaries, session detail, CSV export, and dashboard generation. | ||
| - [codex-profiles](https://github.com/Ducksss/codex-profiles) - Switch Codex CLI and Desktop accounts with isolated `CODEX_HOME` profile directories instead of copying token files. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 151e7f09b8
ℹ️ 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".
| - [Codex Obsidian](https://github.com/greg-asher/codex-obsidian) - Local Obsidian note and vault workflows through the official desktop `obsidian` CLI. | ||
| - [Codex SEO](https://github.com/BestLemoon/codex-seo) - Full-stack SEO audits, Google API workflows, backlinks analysis, reporting, and optional MCP extensions for Codex. | ||
| - [Codex Usage Tracker](https://github.com/douglasmonsky/codex-usage-tracker) - Track aggregate Codex token usage from local session logs with MCP tools for summaries, session detail, CSV export, and dashboard generation. | ||
| - [codex-profiles](https://github.com/Ducksss/codex-profiles) - Switch Codex CLI and Desktop accounts with isolated `CODEX_HOME` profile directories instead of copying token files. |
There was a problem hiding this comment.
Add only repos with plugin manifests
This entry is parsed by scripts/generate_plugins_json.py into plugins.json and .agents/plugins/marketplace.json, where README-only GitHub repos get an install_url pointing at .codex-plugin/plugin.json unless one of the probed manifest paths exists. The linked Ducksss/codex-profiles repo currently has no .codex-plugin/plugin.json (nor the other probed manifest layouts), so the next artifact sync will publish a marketplace entry with a 404 install URL, and users installing from this curated marketplace will fail. If this is intended as a standalone tool rather than a Codex plugin bundle, it should not be added to the parsed Community Plugins list unless a valid manifest is added or generation is taught to exclude it.
Useful? React with 👍 / 👎.
Adds codex-profiles to Tools & Integrations.
I think it fits this repository because the list already includes Codex workflow utilities such as Codex Multi Auth and Codex Usage Tracker. codex-profiles is a small Bash utility for switching Codex CLI/Desktop accounts with isolated CODEX_HOME directories instead of copying token files.
Install:
npm install -g codex-profile # or brew install Ducksss/tap/codex-profileRepo: https://github.com/Ducksss/codex-profiles
Validation: ran
python3 scripts/check-alphabetical.pyandgit diff --check.