Zhiming Ma
|
5cd32eb7c0
|
refactor(agent): remove deprecated agent options. (#585)
* refactor(agent): remove deprecated agent options.
* fix: overwrite old template if user has not modified it.
* fix: also remove debounce options.
|
2023-10-18 20:12:14 -07:00 |
Zhiming Ma
|
efe2dcbb0f
|
refactor(agent): agent http request and cancellation flow. (#446)
* refactor(agent): refactor http request and cancellation flow.
* fix: minor fixes.
* fix: minor fix cheking timeout error in stats.
|
2023-09-15 11:05:46 +08:00 |
Zhiming Ma
|
12a37e2330
|
refactor(agent): Move data path from ~/.tabby/agent to ~/.tabby-client/agent. Add config.toml template. (#420)
|
2023-09-10 10:25:23 +08:00 |
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 |
Zhiming Ma
|
732d83feef
|
feat(agent): monitor completion response time. (#359)
* feat(agent): monitor completion response time.
* fix(agent): improve help message for running large model on cpu.
* fix: notification spacing.
|
2023-08-17 22:28:41 +08:00 |
Zhiming Ma
|
d497217427
|
feat(agent): support add request headers in config. (#351)
* feat(agent): support add request headers in config.
* fix(agent): fix authRequired event condition.
|
2023-08-11 19:39:17 +08:00 |
Zhiming Ma
|
62e0ea91d4
|
refactor: move vscode dev options to agent config. (#283)
|
2023-07-07 00:31:15 +08:00 |
Zhiming Ma
|
2a01fdf177
|
feat: agent read config toml (#274)
* feat: agent read config toml.
* fix: move loading config toml from agent creating to initialization.
* docs: update agent config doc.
|
2023-07-03 11:19:09 +08:00 |
Zhiming Ma
|
11e4a5991d
|
feat: tabby agent auth (#240)
* feat: Support tabby server auth.
* fix notification toggle command.
* feat: add vscode web support.
|
2023-06-15 08:53:21 -07:00 |
Zhiming Ma
|
e8a1688fce
|
feat: add tabby-agent loggers. (#210)
|
2023-06-06 07:25:31 -07:00 |
Zhiming Ma
|
bc90ff4b7e
|
refactor: agent configuration interface (#209)
* refactor: Agent configuration interface.
* Simplify agent logs config.
* Rename analytics to anonymousUsageTracking.
|
2023-06-06 06:29:04 -07:00 |