Zhiming Ma
d4bef71441
refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. ( #950 )
...
* refactor(agent): add typescript strict check and eslint.
* fix(agent): fix tree-shaking for building browser lib.
* fix(vscode): fix ignore paths for watch script.
2023-12-06 22:06:01 +08:00
Zhiming Ma
c049f23a0c
feat(agent): format indentation if not match with editor config. ( #911 )
2023-11-28 16:57:02 +08:00
Zhiming Ma
7d8bc3d488
fix(vscode): get text from other cells of current notebook as prompt. ( #904 )
2023-11-27 12:36:09 +08:00
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
a067366b5d
fix(vscode): Hotfix 1.1.3. Do not show disconnected notification when initializing ( #868 )
...
* fix(vscode): Do not show disconnected notification when initializing.
* chore(vscode): vscode hotfix 1.1.3.
2023-11-23 11:42:53 +08:00
Zhiming Ma
1583e76994
fix(agent): Hotfix 1.1.1. Fix agent completion stats initialization error. ( #844 )
...
* fix(agent): fix completion stats initialization error.
* fix(agent): Hotfix 1.1.1. Fix agent completion stats initialization error.
* fix: fix changelog format.
2023-11-19 20:11:03 -08:00
Zhiming Ma
84781ec84a
chore(vscode): bump vscode extension & tabby-agent version to 1.1.0. ( #835 )
2023-11-18 21:34:57 -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
549dc97e58
feat(vscode): show loading status when fetching completion for auto trigger mode. ( #810 )
2023-11-16 22:14:07 -08:00
Zhiming Ma
adb4bcd13f
feat(vscode): add notification when failed to connect to server. ( #808 )
2023-11-16 20:30:04 -08:00
Zhiming Ma
568b7b41a5
feat(agent): add experimental postprocess limit scope by syntax. ( #758 )
...
* feat(agent): add tree-sitter parser.
* feat(agent): make parser updating tree cache optional.
* feat(agent): add experimental limit scopy by syntax.
* test(agent): update unit test for limitScopeBySyntax.
2023-11-12 10:11:31 -08:00
Zhiming Ma
cc5e257b74
docs: update docs about Tabby Cloud. ( #740 )
2023-11-08 22:47:49 -08:00
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
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
3b4717fd47
chore(vscode): bump vscode extension & tabby-agent version to 1.0.0. ( #609 )
2023-10-22 00:11:59 -07:00
Zhiming Ma
0dc7e98232
fix: update notification for response time issues not to show some su… ( #588 )
...
* fix: update notification for response time issues not to show some suggestions when using local port.
* fix: update notification messages for completion response time issues.
* fix: lint.
2023-10-18 21:33:56 -07:00
Zhiming Ma
be5e76650f
refactor(agent): refactor completion postprocess and caching. ( #576 )
2023-10-17 09:04:04 -07:00
Zhiming Ma
5be9a6ae1b
docs(clients): update getting-started and troubleshooting docs. ( #531 )
2023-10-10 21:11:54 -07:00
Meng Zhang
41e48dc119
docs: Update vscode walthrough on tabby cloud ( #507 )
2023-10-08 21:26:21 -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
1d6ac7836b
chore: bump VSCode extension version 0.6.0. bump tabby-agent version 0.3.0. ( #484 )
2023-09-27 19:19:31 -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
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
635469f6bd
chore: bump VSCode extension version 0.5.0. bump tabby-agent version 0.2.0. ( #449 )
2023-09-15 19:04:01 +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
Meng Zhang
ad6a2072d3
docs: restructure docs ( #430 )
...
* docs: improve doc structure
* add extensions
2023-09-11 23:26:05 +08:00
Zhiming Ma
8cabf68892
chore: bump VSCode extension version 0.4.0. bump tabby-agent version 0.1.0. ( #426 )
2023-09-11 12:23:02 +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
acfdba68fa
fix(vscode): do not show inline completion when autocomplete widget is visible. ( #414 )
2023-09-08 12:06:00 +08:00
Xudong Guo
3ab365f2c9
fix: 🐛 Couldn't find package "tabby-agent@0.0.1" ( #399 )
2023-09-05 11:29:01 +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
3a2262429a
chore: bump VSCode extension version 0.3.0. ( #361 )
2023-08-18 10:55:57 +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
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
81a8332c89
chore: bump VSCode extension version 0.2.1. ( #303 )
2023-07-17 16:47:54 +08:00
Zhiming Ma
ec73728825
chore(vscode): set keybinding default to vscode-style. ( #302 )
2023-07-17 12:58:42 +08:00
Zhiming Ma
3c8455077e
docs(vscode): add changelog. ( #300 )
2023-07-16 16:03:13 +08:00
Zhiming Ma
3457599db5
chore: bump VSCode extension version 0.1.2. ( #298 )
2023-07-14 15:16:19 +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
5a5d6ee9d2
refactor: update yarn workspace struct and build scripts. ( #288 )
...
* refactor: update yarn workspace struct and build scripts.
* fix: vim upgrade agent script.
2023-07-11 14:02:58 +08:00
Zhiming Ma
62e0ea91d4
refactor: move vscode dev options to agent config. ( #283 )
2023-07-07 00:31:15 +08:00
Zhiming Ma
920ff9d0fe
docs: update VSCode extensino walkthrough docs about Tabby Cloud. ( #282 )
2023-07-06 11:43:34 +08:00
Zhiming Ma
011b05ee30
feat: vscode extension walkthrough guide ( #278 )
...
* feat: VSCode extension walkthrough guides.
* chore: remove git assets.
* chore: move asset image.
* chore: revert unused changes.
2023-07-05 22:56:07 +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