tabby/clients/tabby-agent/src/postprocess
Zhiming Ma 1c1cf44639
feat(agent): added adaptive completion debouncing. (#389)
* feat(agent): added adaptive completion debouncing.

* chore: bump tabby-agent version to v0.1.0-dev.
2023-09-01 13:30:53 +08:00
..
base.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
dropBlank.test.ts
dropBlank.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
dropDuplicated.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
dropDuplicated.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
index.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
limitScopeByIndentation.test.ts fix(agent): improve postprocess: limitScopeByIndentaion. (#367) 2023-08-24 13:58:04 +08:00
limitScopeByIndentation.ts fix(agent): improve postprocess: limitScopeByIndentaion. (#367) 2023-08-24 13:58:04 +08:00
removeLineEndsWithRepetition.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeLineEndsWithRepetition.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeOverlapping.test.ts
removeOverlapping.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeRepetitiveBlocks.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeRepetitiveBlocks.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeRepetitiveLines.test.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
removeRepetitiveLines.ts feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
testUtils.ts feat(agent): added adaptive completion debouncing. (#389) 2023-09-01 13:30:53 +08:00