Zhiming Ma
4d6389a9ab
test(agent): add golden test. ( #684 )
...
* test(agent): add golden test.
* test(agent): update golden test.
* test(agent): remove docker-compose.
* test(agent): update golden test.
2023-11-04 19:12:52 -07: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
c2db171ef9
feat(vim): update vim plugin. ( #604 )
...
* feat(vim): update vim plugin.
* fix(vim): fix bugs.
* docs: update vim doc.
* docs: update vim readme.
* docs(vim): add vim plugin changelog.
2023-10-21 23:32:17 -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
85109daea8
feat(agent): add count_select in AgentStats event. ( #583 )
...
* feat(agent): add count_select in AgentStats event.
* fix: also count view events in agent stats.
2023-10-18 09:08:14 -07:00
Zhiming Ma
4a87bcf431
fix(agent): fix postprocess indentation filter to check if the block closing line is duplicated. ( #586 )
2023-10-18 03:11:55 -07:00
Zhiming Ma
be5e76650f
refactor(agent): refactor completion postprocess and caching. ( #576 )
2023-10-17 09:04:04 -07:00
Zhiming Ma
5f67abb553
fix(agent): improve postprocess to trim whitespace. ( #550 )
...
* fix(agent): improve postprocess to trim white space.
* fix: lint.
2023-10-13 21:57:55 -07:00
Zhiming Ma
4ebad71805
fix(agent): hotfix vscode extension 0.6.1. Filter out no data AgentStats event. ( #489 )
2023-09-28 18:58:44 -07:00
Zhiming Ma
50ac1ced0a
feat(agent): add user properties for anonymous usage tracking. ( #483 )
2023-09-27 19:15:39 -07:00
Zhiming Ma
e5340ddf06
chore: add ci test clients. ( #476 )
...
* chore: add ci test clients.
* chore: add ci test build intellij plugin.
2023-09-26 21:02:56 -07:00
Zhiming Ma
f75a50de02
Refactor completion request statistics ( #474 )
...
* refactor(agent): improve completion provider stats.
* refactor(agent): refactor issues notification and config update.
2023-09-26 03:01:38 -07:00
Zhiming Ma
cc83e4d269
fix(vscode): completion view/select event. ( #471 )
...
* fix(vscode): completion view/select event.
* chore: bump tabby-agent version 0.3.0-dev.
2023-09-25 09:07:25 +08: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
3af32c8c7c
fix: hotfix vscode extension 0.4.1. update document links, fix data.json migration, and update anonymous usage tracking client properties. ( #434 )
2023-09-12 13:25:20 +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
f514e47c2e
feat(agent): add server info in AgentConnected event. ( #402 )
2023-09-05 15:06:35 +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
77fc2be552
fix(agent): improve postprocess: limitScopeByIndentaion. ( #367 )
...
* fix(agent): improve postprocess: limitScopeByIndentaion.
* fix lint.
2023-08-24 13:58:04 +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
ad85befc7c
fix(agent): event name Connected -> AgentConnected. ( #350 )
2023-08-10 17:34:24 +08:00
Zhiming Ma
b6ce85733f
feat(agent): add anonymous event: Connected. ( #349 )
2023-08-10 17:14:45 +08:00
Zhiming Ma
207559b0a2
feat: Agent add postprocess for repetitive patterns. ( #294 )
2023-07-13 16:31:20 +08:00
Zhiming Ma
62e0ea91d4
refactor: move vscode dev options to agent config. ( #283 )
2023-07-07 00:31:15 +08:00
Zhiming Ma
9ca7d11295
chore: move agent log filepath. ( #275 )
2023-07-03 14:16:19 +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
af517fb15b
refactor: improve client auth flow ( #269 )
...
* refactor: improve client auth flow
* fix: agent waiting for auth token should update status before resolve.
2023-06-24 14:43:13 -07:00
Zhiming Ma
450bf5eded
fix: agent auth token refresh. ( #267 )
2023-06-24 06:33:33 -07:00
Meng Zhang
c43f885bc1
fix authApiBase ( #264 )
2023-06-23 10:56:00 -07:00
Zhiming Ma
2b258041bb
fix: Agent refresh auth token retry delay. ( #263 )
2023-06-23 00:39:06 -07:00
Zhiming Ma
1752f1555b
feat: agent auth support to refresh token. ( #262 )
2023-06-22 23:43:55 -07:00
Zhiming Ma
2680410ac0
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-21 23:22:35 -07:00
Will Owens
450e6bbb56
feat: agent enable per request prefix/suffix max lines configuration ( #255 )
2023-06-21 20:01:57 -07:00
Zhiming Ma
7f607f2f30
feat: Update agent completion api user field. ( #246 )
2023-06-16 10:50:47 -07:00
Zhiming Ma
6f7a6afcd1
feat: Update agent device token api. ( #244 )
...
* feat: Update agent device token api.
* fix: typedef for DeviceTokenRequest.
2023-06-16 10:43:47 -07:00
Zhiming Ma
534d3d5ea7
feat: Add anonymous usage tracking. ( #243 )
...
* feat: Add anonymous usage tracking.
* fix: anonymous usage post body.
* fix: anonymous usage tracking initialize agent event name.
* chore: build tabby-agent.
* fix: agent anonymous data store.
* fix anonymous usage tracking event name: AgentInitialized.
2023-06-16 01:58:50 -07: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
4ea3298bc9
feat: Add agent completion post-process. ( #221 )
2023-06-08 10:19:10 -07:00
Zhiming Ma
c82cc38e9d
feat: Agent update backend FIM completion api. ( #218 )
2023-06-07 09:11:31 -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
Zhiming Ma
e3eae370be
refactor: Update agent getCompletion interface. ( #176 )
2023-06-01 20:58:34 -07:00
Meng Zhang
bd5fd0592a
fix: tabby agent shouldn't ping a url with trailing slash ( #173 )
...
* fix: tabby agent shouldn't ping a url with trailing slash
* remove status 200 check
2023-05-30 23:36:54 -07:00
Zhiming Ma
a9d74f7a35
Agent: Add completion cache. ( #158 )
2023-05-28 19:09:44 -07:00
Zhiming Ma
c08f5acf26
VSCode extension: import agent lib. ( #144 )
2023-05-24 09:21:38 -07:00
Zhiming Ma
ea0252c17d
Refactor to clarify agent interface. ( #142 )
...
* Refactor to clarify agent interface.
* Refactor stdio and extract types.
* Fix notification type.
2023-05-23 18:50:57 -07:00