tabby/clients/tabby-agent
Zhiming Ma a18ff03d44
refactor(agent): move calcReplaceRange to a postprocess filter. (#1138)
* refactor(agent): Refactor calcReplaceRange to a postprocess filter. Fallback to non-syntax based filter when syntax error.

* fix: remove console.log.
2023-12-28 23:15:47 +08:00
..
openapi feat(vscode): add notification when failed to connect to server. (#808) 2023-11-16 20:30:04 -08:00
src refactor(agent): move calcReplaceRange to a postprocess filter. (#1138) 2023-12-28 23:15:47 +08:00
tests refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
wasm feat(agent): add experimental postprocess limit scope by syntax. (#758) 2023-11-12 10:11:31 -08:00
.eslintrc refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
.gitattributes feat(agent): add experimental postprocess limit scope by syntax. (#758) 2023-11-12 10:11:31 -08:00
.gitignore
.mocha.env.js test(agent): add test against full postprocess flow. (#1029) 2023-12-18 09:59:16 +08:00
.mocharc.js feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
.npmignore
.prettierignore test(agent): add test bad case for limit scopy by indentation. (#757) 2023-11-10 22:45:38 -08:00
.prettierrc.json feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
package.json fix(agent): fix agent creating empty log file at silent log level. (#1077) 2023-12-19 13:07:18 +08:00
tsconfig.json refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
tsup.config.ts fix(agent): fix tree-shaking file-stream-rotator in building browser scripts. (#1139) 2023-12-28 19:37:07 +08:00