This website requires JavaScript.
Explore
Help
Sign In
root
/
tabby
mirror of
https://gitee.com/zhang_1334717033/tabby.git
Watch
1
Star
0
Fork
You've already forked tabby
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
207559b0a2
tabby
/
clients
/
tabby-agent
/
.mocharc.js
5 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Feat agent postprocess limit completion scope (#254) * refactor: Extract postprocess filters , add unit test for postprocess filters. * feat: agent add indentation based postprocess. * feat: agent enable indentation based postprocess. * fix: rebase and small fixes. * fix: move postprocess after completion cache.
2023-06-22 06:22:35 +00:00
module
.
exports
=
{
spec
:
[
"src/**/*.test.ts"
]
,
require
:
[
"ts-node/register"
,
"./.mocha.env.js"
]
,
feat: Agent add postprocess for repetitive patterns. (#294)
2023-07-13 08:31:20 +00:00
}
;