Zhiming Ma
52cf5fb613
feat(agent): support read clipboard as prompt ( #885 )
...
* feat(agent): add support for reading clipboard text as prompt.
* fix: add clipboard in context hash calculation.
* fix: set default allowed clipboard chars to 2000.
2023-11-24 14:56:31 +08:00
Zhiming Ma
6ed94a7951
feat(vscode): Add dont-show-again for warnings. Add online help links. ( #821 )
2023-11-17 20:33:59 -08:00
Zhiming Ma
be5e76650f
refactor(agent): refactor completion postprocess and caching. ( #576 )
2023-10-17 09:04:04 -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
0aa6c5fcfb
feat(vscode): add manual trigger supporting. ( #459 )
...
* feat(vscode): add manual trigger supporting.
* fix: update documents and fix minor bugs.
* fix: lint.
2023-09-19 17:01:36 +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
acfdba68fa
fix(vscode): do not show inline completion when autocomplete widget is visible. ( #414 )
2023-09-08 12:06:00 +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
61a885ddd8
fix(vscode): will show warning if editor inline suggest is disabled. ( #348 )
...
* fix(vscode): will show warning if editor inline suggest is disabled.
* fix(vscode): update notification message when inline suggest disabled.
2023-08-10 15:57:59 +08:00
Zhiming Ma
1878644778
feat(vscode): add keybindings for accepting inline completions. ( #297 )
...
* feat(vscode): add keybindings for accepting inline completions.
* fix: set vscode keybinding profile to tabby-style.
* fix: update vscode keybindings documentation.
* docs: update vscode keybindings documentation.
2023-07-14 14:54:24 +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
Will Owens
450e6bbb56
feat: agent enable per request prefix/suffix max lines configuration ( #255 )
2023-06-21 20:01:57 -07:00
Zhiming Ma
7597ec6097
refactor: VSCode Extension Settings cleanup. ( #248 )
...
* refactor: VSCode Extension Settings cleanup.
* fix: vscode extension update settings naming.
2023-06-16 12:54:30 -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
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
e3eae370be
refactor: Update agent getCompletion interface. ( #176 )
2023-06-01 20:58:34 -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
75c82fa7c6
VSCode extensions: add completion cache. ( #128 )
2023-05-11 07:55:34 -07:00
Zhiming Ma
5d5421f2b3
Fix VSCode extension: cancel pending completion request when make a new completion request. ( #110 )
2023-04-18 00:00:08 +08:00
TheEmber
dc88f03a1f
Added suggestion delay setting and command to vscode extension. ( #106 )
...
* Added suggestion delay setting and command.
* Formatted with prettier
* Removed yarn local dependency
2023-04-17 09:12:16 +08:00
Zhiming Ma
d5b6ea8187
Update vscode language field in completion api. ( #102 )
2023-04-13 21:42:59 +08:00
Zhiming Ma
a9b00b1450
Update vscode use openapi codegen. ( #99 )
2023-04-13 15:28:30 +08:00
Zhiming Ma
0d89a1221a
VSCode extension: add language field in completion request. ( #45 )
...
* vsode ext: add language field in completion request.
* Add comment: language identifier link.
* Add comment: language id link.
2023-04-05 14:27:23 +08:00
Zhiming Ma
2f31418ac6
VSCode client: Add status bar item. ( #31 )
2023-03-29 18:30:13 +08:00
Meng Zhang
03f70c8466
move vscode clients ( #27 )
2023-03-28 20:35:59 +08:00