Improved error messages when users provide incorrect command-line arguments. (Addresses feedback of the discoverability of non-interactive mode from https://github.com/github/copilot-cli/issues/96)
Changed the behavior of Ctrl+r to expand only recent timeline items. After running Ctrl+r, you can use Ctrl+e to expand all
Improved word motion logic to better detect newlines: using word motion keys will now correctly move to the first word on a line
Improved the handling of multi-line inputs in the input box: the input text box is scrollable, limited to 10 lines. Long prompts won't take up the whole screen anymore! (This is on the way to implementing https://github.com/github/copilot-cli/issues/14)
Removed the left and right borders from the input box. This makes it easier to copy text out of it!
Added glob matching to shell rules. When using --allow-tool and --deny-tool, you can now specify things like shell(npm run test:*) to match any shell commands beginning with npm run test