tabby/clients/tabby-agent/src/postprocess
Zhiming Ma c51e00ee45
feat(agent): add experimental option: scope of indentation filter. (#652)
* feat(agent): add experimental option: scope of indentation filter.

* fix: add config to fix unit test for limitScopeByIndentation.
2023-10-29 19:59:09 -07:00
..
base.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
dropBlank.test.ts Feat agent postprocess limit completion scope (#254) 2023-06-21 23:22:35 -07:00
dropBlank.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
dropDuplicated.test.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
dropDuplicated.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
index.ts feat(agent): add experimental option: scope of indentation filter. (#652) 2023-10-29 19:59:09 -07:00
limitScopeByIndentation.test.ts feat(agent): add experimental option: scope of indentation filter. (#652) 2023-10-29 19:59:09 -07:00
limitScopeByIndentation.ts feat(agent): add experimental option: scope of indentation filter. (#652) 2023-10-29 19:59:09 -07:00
removeLineEndsWithRepetition.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeLineEndsWithRepetition.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
removeRepetitiveBlocks.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeRepetitiveBlocks.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
removeRepetitiveLines.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeRepetitiveLines.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
testUtils.ts refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
trimSpace.test.ts fix(agent): improve postprocess to trim whitespace. (#550) 2023-10-13 21:57:55 -07:00
trimSpace.ts feat(vim): update vim plugin. (#604) 2023-10-21 23:32:17 -07:00