v3.1.0
What's Changed
- Increase flexibility of diff selectors by @deathbeam in #492
- Automatically register copilot-chat for treesitter markdown by @deathbeam in #493
- Add support for copilot extension agents by @deathbeam in #490
- Adjust how messages are built to match new vscode requests by @deathbeam in #491
- Add agent descriptions to autocomplete by @deathbeam in #496
- Add support for #files (workspace file map) context by @deathbeam in #495
- style: improve model/agent selection prompts by @deathbeam in #498
- feat(chat): improve auto follow cursor behavior by @taketwo in #497
- docs: add taketwo as a contributor for code by @allcontributors in #499
- Remove private fields from chat class type definition by @deathbeam in #500
- Add dotfyle badge by @deathbeam in #501
- Add option to disable header highlighting by @deathbeam in #502
- Add support for sticky prompt section with
>
by @deathbeam in #503 - Simplify how source buffer is being saved and unify prompt clearing by @deathbeam in #505
- feat(context): rewrite context system with input and resolving by @deathbeam in #506
- docs: add missing help for model selection by @deathbeam in #508
- docs: improve documentation for contexts and complete binding by @deathbeam in #509
- Fix loading of default context by @deathbeam in #510
- Load chat auto_insert from config instead of passing it in contructor by @deathbeam in #511
- feat: add automatic chat autocompletion by @deathbeam in #507
- Include filenames in buffer context selection, improve buffers context by @deathbeam in #512
- Properly parse context inputs with
:
in them by @deathbeam in #513 - refactor: improve semantic embeddings performance by @deathbeam in #514
- perf: add caching for embeddings by @deathbeam in #515
- docs: improve README with better examples and cleaner structure by @deathbeam in #516
- Use relative paths for file references in contexts by @deathbeam in #517
- Explicitely mention that multiple contexts are supported in README by @deathbeam in #518
- Add documentation for selections to README by @deathbeam in #519
- Add table of contents to README because of all new config sections by @deathbeam in #520
- Show errors inline in response by @deathbeam in #521
- refactor: improve diff handling implementation by @deathbeam in #523
New Contributors
Full Changelog: v3.0.0...v3.1.0