summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-19ci: Harden GitHub Actions [StepSecurity] (#13318)StepSecurity Bot
2025-09-19feat(cli): only allow `omz pr test` on PRs with `testers needed` label (#13238)Marc Cornellà
2025-09-19docs(tldr): state that `tldr` should be installed separately (#13298)jayant011797
2025-09-19fix(check_for_upgrade): ensure compatibility with screen (#13302)Paul Frederiksen
Co-authored-by: Paul Frederiksen <pfrederiksen@Pauls-Laptop.local>
2025-09-19feat(task): add completion plugin (#13313)Lin
2025-09-19fix(bgnotify): use lsappinfo, add support for ghostty (#13314)Denys Dovhan
2025-09-10fix(magic-enter): check for cmd existance before executingCarlo Sala
Closes #13294
2025-09-08chore(deps): bump actions/setup-python from 5 to 6 (#13293)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-06feat(brew): add three more aliases (#13285)Conor Meagher
2025-09-06fix(magic-enter): avoid unexpected console outputCarlo Sala
Closes #13290
2025-09-06docs(gpg-agent): clarify plugin purpose (#13289)G'lek Tarssza
2025-09-05feat(repo): auto-complete docs rebase update-refs (#13286)Max Modesto Wallin
2025-09-01feat(spackenv): Adding Spackenv plugin (#13191)David Chin
* Add spackenv plugin to handle Spack environment * Use ":t" instead of 'basename'
2025-09-01feat(magic-enter plugin): Add support for jj to magic-enter plugin (#13241)Benjamin Bock
2025-09-01feat(tt): add plugin tt (#8273)ymlair
2025-09-01fix(juanghurtado): Changed text color to red when 'root' (#7104)Vanildo Souto Mangueira
2025-09-01feat(kompost): Add plugin for kompose (#7729)Kevin S Kirkup
Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com>
2025-08-26feat(git): use remote default branch to guess main branch (#13212)ElisarEisenbach
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-08-26fix(chruby): avoid adding PATH entries twice (#12980)Dennis Dashkevich
2025-08-25chore(deps): bump requests in /.github/workflows/dependencies (#13280)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19fix(install): ensure `--unattended` is respected (#13275)Carlo Sala
Closes #13274
2025-08-18chore(deps): bump actions/checkout from 4 to 5 (#13271)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-16feat(copyfile): add error handling (#13248)0xHouss
2025-08-16feat(battery): add wattage for macOS (#13258)Jérémy
2025-08-16docs(key-bindings): clarify commentCarlo Sala
Closes #13265
2025-08-16fix(asdf): avoid prepending path entry multiple times (#13268)Patrick W. Healy
2025-08-16feat(installer): add confirmation before overwriting existing .zshrc (#13086)olwooz
2025-08-16fix(virtualenv): take into account `$VIRTUAL_ENV_PROMPT`Carlo Sala
Closes #13262
2025-08-13docs(web-search): add missing entries (#13263)lucas
2025-08-12fix(poetry-env): add support for poetry 2 (#13260)Jacob Rogers
2025-08-11chore(deps): bump certifi in /.github/workflows/dependencies (#13246)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#13257)dependabot[bot]
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.2...3.4.3) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08feat(extract): support `.pk{3,4,7}` files (#13254)drjaska
2025-08-07feat(web-search): add crates.io, docs.rs (#13250)xusd320
2025-08-01feat(jonathan): add conda support (#13243)Parintorn Thammasitboon
2025-07-28ci: use `actions/create-github-app-token` (#13233)Carlo Sala
2025-07-28ci: add strict permissions to `dependencies.yml` workflow (#13232)Marc Cornellà
Just use `contents:read` initial permission. The other permissions needed are those attached to the @ohmyzsh GitHub App.
2025-07-28chore(deps): bump certifi in /.github/workflows/dependencies (#13218)dependabot[bot]
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.4.26 to 2025.7.14. - [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.07.14) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.7.14 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-25fix(web-search): rename `claude` alias (#13229)Malav Bhavsar
Rename the 'claude' alias to 'claudeai' in the web-search plugin to prevent conflicts with the Claude CLI tool. This ensures users can access both the web search functionality and the Claude CLI without collision.
2025-07-23fix(web-search): rename alias to `claudeai` to avoid conflict with CLI (#13224)Gregory Menezes
2025-07-22feat(web-search): add search with `claude.ai` and `grok.com` (#13222)Wagner Moreira
2025-07-21feat(alias-finder): use ripgrep if possible (#13043)Roeniss Moon
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-07-21chore: fix typos (#13219)jishudashen
2025-07-21feat(tmux): avoid autostart inside `zed` editor (#13220)Bacluc
2025-07-21fix(termsupport): ensure non-error return code (#13217)Kevin De Keyser
2025-07-21fix(keychain): reversed logicCarlo Sala
Closes #13106
2025-07-18feat(web-search): add RubyGems.org (#13210)Nihad Abbasov
2025-07-18feat(keychain): support >2.9 (#13189)Zachary Craig
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-07-01chore: document Incident Response Plan (#13195)Marc Cornellà
2025-06-29fix(af-magic): fix venv prompt counting parenthesis (#13190)Kalle Ahlström