This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tabby
Watch
1
Star
0
Fork
0
You've already forked tabby
mirror of
https://github.com/TabbyML/tabby
synced
2024-11-23 10:05:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cc83e4d269
tabby
/
clients
/
tabby-agent
/
.mocha.env.js
4 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: Agent add postprocess for repetitive patterns. (#294)
2023-07-13 08:31:20 +00:00
process
.
env
.
NODE
_ENV
=
"test"
;
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
process
.
env
.
IS
_BROWSER
=
false
;
process
.
env
.
IS
_TEST
=
true
;
Reference in New Issue
Copy Permalink