Bug Fix
- fix(fs): Detect nested Laravel project roots in monorepos — root resolution now prefers the nearest
artisanmarker relative to the current buffer, keyed per buffer and cwd so projects never serve each other's stale root. (#46) - fix(utils): Shell injection in
find_files— file search is now argv-based, no shell interpolation. - fix(utils,core): Project-scoped caches — routes, views and other primed data no longer leak across projects after
:cd. - fix(integrations): Completion fixes across nvim-cmp, blink.cmp and coq.nvim —
close_tagread from config, no more user config clobbering, gf Lua-callback crash. - fix(targets): Restore gf for
@each/@livewire, deterministic handler order, root-relative paths,Route::viewargument, Livewire casing, lang E871 crash. - fix(laravel): Nested component resolution, root-relative component paths, and
artisanoutput kept parseable under PHP 8.4 deprecation notices. - fix(annotations): Queue resilience, buffer-local
Kcoexistence,show_on_load=falsehonored, per-buffer debounce. - fix(health): Early-return Neovim version gate and root-relative project file checks.
Upgrade
Update your plugin manager to pull the latest version. No configuration changes needed. Requires Neovim >= 0.11.