Meng Zhang
1d31b33ccc
chore(eval): move tabby-python-client to eval dir
2023-10-21 16:10:36 -07:00
Meng Zhang
82a94f28d3
chore: add update-python-client to Makefile
2023-10-21 15:49:18 -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
Meng Zhang
aacfd35464
feat: update tabby-python-client
2023-10-18 20:51: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
sensinsane
d368bfe89a
fix: intellij README.md ( #548 )
...
* Update README.md
* Update README.md
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-13 11:15:08 -07:00
Meng Zhang
1f9e248dfa
refactor: support multiple page in playground ( #537 )
2023-10-11 23:27:20 +00:00
Meng Zhang
99c39375fd
feat: set default empty screen questions for tabby-playground ( #535 )
2023-10-11 22:31:35 +00:00
Zhiming Ma
fff177b810
chore: bump intellij plugin version 0.6.0. ( #532 )
2023-10-10 21:46:25 -07:00
Zhiming Ma
5be9a6ae1b
docs(clients): update getting-started and troubleshooting docs. ( #531 )
2023-10-10 21:11:54 -07:00
Zhiming Ma
fceb8c9217
feat(intellij): add option to specify node binary; improve docs. ( #529 )
2023-10-10 08:00:56 -07:00
Meng Zhang
41e48dc119
docs: Update vscode walthrough on tabby cloud ( #507 )
2023-10-08 21:26:21 -07:00
Meng Zhang
80a17aea37
feat: only show /v1/chat api if --chat-model is set ( #498 )
2023-10-02 17:17:27 +00:00
Meng Zhang
f05dd3a2f6
refactor: cleanup chat api make it message oriented ( #497 )
...
* refactor: refactor into /chat/completions api
* Revert "feat: support request level stop words (#492 )"
This reverts commit 0d6840e372 .
* feat: adjust interface
* switch interface in tabby-playground
* move to chat/prompt, add unit test
* update interface
2023-10-02 15:39:15 +00:00
Meng Zhang
aea8c74bdc
feat: add OpenAPI link to playground
2023-09-29 18:20:38 -07:00
Meng Zhang
892aa61a53
docs: Update tabby-playground/README.md
2023-09-29 15:54:08 -07:00
Meng Zhang
eb15933255
feat: add tabby playground for q&a use case ( #493 )
...
* init commit
* support chat
* add theme toggle
* limit message to 2 lines
* update
* update formatting
* update
* update
* update
* fix formatting
* update
2023-09-29 15:51:54 -07:00
Zhiming Ma
52c4ef38d3
feat(intellij): update tabby-agent to 0.3.1. ( #490 )
2023-09-29 03:06:47 -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
samsja
eec351f6bf
docs: update vim documentation ( #453 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* fix: apply suggestions from code review
Co-authored-by: Meng Zhang <meng@tabbyml.com>
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-09-18 16:26:27 +08:00
Zhiming Ma
076dff9d98
chore: bump intellij plugin version 0.5.0. ( #450 )
2023-09-15 19:15:56 +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
Zhiming Ma
248c1717df
chore: bump intellij plugin version 0.4.0. ( #431 )
2023-09-12 01:09:48 +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
31217bcfc8
fix(intellij): fix exception handling when initializing tabby. ( #429 )
2023-09-11 21:23:54 +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
Zhiming Ma
f514e47c2e
feat(agent): add server info in AgentConnected event. ( #402 )
2023-09-05 15:06:35 +08:00
Zhiming Ma
abfa7975e8
feat(intellij): update tabby-agent interface and add issue notifications. ( #401 )
2023-09-05 11:40:46 +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
4da95892ba
chore: bump intellij plugin version 0.2.0. ( #369 )
2023-08-25 00:19:45 +08:00
Zhiming Ma
1e245be721
fix(intellij): fix inlay text rendering. ( #368 )
2023-08-24 17:40:50 +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
Meng Zhang
4a8a14afdf
docs: add jetbrains downloads to README ( #366 )
2023-08-22 00:05:19 +08:00
Zhiming Ma
bdda8a534f
feat(intellij): add anonymous usage event IntelliJInitFailed. ( #365 )
...
* feat(intellij): add anonymous usage event plugin activated.
* fix(intellij): post event IntelliJinitFailed only when failed instead of PluginActivated.
2023-08-21 13:51:41 +08:00
Zhiming Ma
3a2262429a
chore: bump VSCode extension version 0.3.0. ( #361 )
2023-08-18 10:55:57 +08:00