Zhiming Ma
|
424626cf5f
|
feat(clients): add information about anonymous data tracking. (#704)
* feat(clients): add information about anonymous data tracking.
* fix: update docs for anonymous usage data.
* Update website/docs/extensions/configurations.md
Co-authored-by: Meng Zhang <meng@tabbyml.com>
* Update website/docs/extensions/configurations.md
Co-authored-by: Meng Zhang <meng@tabbyml.com>
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
|
2023-11-05 22:59:28 -08:00 |
Zhiming Ma
|
f991b8b7ab
|
fix(agent): update config.toml template. (#671)
|
2023-10-29 21:27:28 -07:00 |
Zhiming Ma
|
e88097320b
|
feat(agent): add auth token config. (#649)
* feat(agent): add auth token config.
* fix: fix agent loading auth token.
* fix: update retain old config filepath.
* fix: update retain old config filepath.
* fix: lint.
* fix: remove auto migrate, update config template.
|
2023-10-29 21:09:18 -07:00 |
Zhiming Ma
|
c51e00ee45
|
feat(agent): add experimental option: scope of indentation filter. (#652)
* feat(agent): add experimental option: scope of indentation filter.
* fix: add config to fix unit test for limitScopeByIndentation.
|
2023-10-29 19:59:09 -07:00 |
Zhiming Ma
|
238d81ad4f
|
feat(agent): add experimental option: strip auto-closing chars in prompt suffix. (#651)
* feat(agent): add experimental option: strip auto-closing chars in prompt suffix.
* fix: rename settings adding experimental prefix.
|
2023-10-29 19:58:25 -07:00 |
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 |