Zhiming Ma
ff03e2a34e
feat(agent): add back agent timeout config. ( #739 )
...
* feat(agent): add back agent timeout config, add option to disable warning for slow response time.
* feat(agent): Update completion timeout to single number. Add config type validation.
2023-11-09 22:39:22 -08:00
Zhiming Ma
cc5e257b74
docs: update docs about Tabby Cloud. ( #740 )
2023-11-08 22:47:49 -08:00
Zhiming Ma
b0a62e4af9
fix(intellij): fix agent IO charset to UTF8. ( #723 )
2023-11-07 23:08:00 -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
039b8bf3df
fix(action): update github action vim-release using ad-m/github-push-action ( #706 )
...
* fix(ci): fix github action release vim.
* fix: fix job name to release.
* fix: fix commit files commands.
* chore(vim): bump vim-tabby version to 1.0.2.
2023-11-05 19:51:04 -08:00
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
Meng Zhang
2ee5dbfd4f
chore: move tabby-ui under ee license. ( #667 )
...
* chore: introduce tabby-ui EE license.
* update
2023-10-29 15:56:57 -07:00
Meng Zhang
8c680a73fb
feat(ui): add /api page ( #665 )
...
* refactor(tabby-ui): extract tabby-fetcher
* feat(tabby-ui): add /api page
* feat(tabby-ui): add chat model badge
* fix: add components.json for shadcn
* chore: release tabby-ui
2023-10-29 14:55:50 -07:00
Ajay Gonepuri (GONAPCORP)
2833ccfe75
fix(docs): correct typos ( #662 )
...
* docs: fix typos
* Update CHANGELOG.md
* Update README.md
* Update README.md
* Update index.md
2023-10-29 02:41:38 -07:00
Meng Zhang
14d03b6826
fix(ui): handle invalid semver error
2023-10-28 23:30:35 -07:00
Meng Zhang
62054cb4f1
feat: add new version notice in tabby-ui ( #640 )
...
* refactor: extract useHealth hook
* feat: add new version notice
2023-10-26 00:48:18 +00:00
Meng Zhang
9ecbf9031f
refactor: rename tabby-playground to tabby-ui ( #639 )
2023-10-25 23:05:11 +00:00
GDR!
65ac63343f
Don't get stuck in 'initializing' when script not found ( #635 )
2023-10-26 01:23:18 +08:00
Meng Zhang
b4842619a3
feat: encrich home screen info ( #628 )
2023-10-24 13:01:14 -07:00
Meng Zhang
2a40d36e20
feat: add main screen to localhost:8080 ( #625 )
...
* feat: add main screen to localhost:8080
* update playground
* feat: use / in playground handler
* update
* fix slack link
* fix next routing
* fix lint
2023-10-24 15:36:08 +00:00
Zhiming Ma
989dda9f1b
fix(vim): bump vim plugin version to 1.0.1. ( #619 )
2023-10-23 01:02:40 -07:00
Zhiming Ma
43fe801e73
chore(intellij): bump intellij plugin version to 1.0.0. ( #618 )
2023-10-23 01:02:17 -07:00
Zhiming Ma
df83769147
fix(vim): Fix config.toml path in readme. Fix replace range rendering. ( #617 )
...
* fix(vim): replace range rendering.
* fix(vim): fix config.toml path in readme.
2023-10-22 22:11:55 -07:00
Zhiming Ma
ae6e6bfe37
fix(vim): fix <Tab> keybinding when try to fallback to original one. ( #616 )
...
* fix(vim): fix <Tab> keybinding when try to fallback to original one.
* fix: fix typo.
2023-10-22 22:05:10 -07:00
Zhiming Ma
573196b9d9
fix(clients): fix vim & intellij plugin to run node with prefer ipv4 options. ( #615 )
2023-10-22 21:42:15 -07:00
Zhiming Ma
648348111e
feat(intellij): add completion replace range support. ( #613 )
2023-10-22 18:29:35 -07:00
Zhiming Ma
800155478c
chore(vim): bump vim plugin version to 1.0.0. ( #610 )
2023-10-22 00:28:21 -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
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
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