Firefox extension that adds quality-of-life features to ChatGPT/Codex.
Install: https://addons.mozilla.org/en-US/firefox/addon/chatgpt-better-expierience/
Docs: see docs/README.md
Dev:
npm cinpm run verifynpm run build
- Dependency updates are managed by Renovate using
.github/renovate.json. - Renovate opens PRs for npm and GitHub Actions updates, plus pinned
web-extCLI versions referenced in workflows/scripts. - Auto-merge is enabled only for selected non-major updates (GitHub Actions, npm
devDependencies, and pinnedweb-extCLI updates), and only after required CI checks pass. - Major updates and npm runtime
dependenciesremain manual-review PRs.
- Versions of core GitHub Actions (
actions/checkout,actions/setup-node,actions/cache) are updated centrally across.github/workflows/*.ymlto keep pipelines aligned on the latest stable majors.
