- Added new
exec.cwd_firstsetting (off by default) to make Executable Completions list files from the current directory before other files (#794). - Updated the
clink-diagnosticsbindable command to automatically include performance cost details if classifiers, prompts, hinters, or events exceed a small threshold. When automatically showing the cost details, it filters entries with zero costs. Use a numeric argument to include more diagnostic details (e.g. type Alt-1 or Alt-2 or etc before invoking theclink-diagnosticscommand). - Fixed the "small cost threshold" for classifiers and hinters in
clink-diagnostics(it was 1000x more sensitive than intended). - Fixed another rare edge case where a Lua script could potentially make Clink miss clearing part of the input display area.