Commit Graph

941 Commits (refactor-extract-code)

Author SHA1 Message Date
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
Lucy Gao 8ea15ceb0e
docs: update community info on getting-started page. (#614) 2023-10-22 20:21:50 -07:00
Zhiming Ma 648348111e
feat(intellij): add completion replace range support. (#613) 2023-10-22 18:29:35 -07:00
Meng Zhang a1d55ab3f4
docs(huggingface): tweak the layout 2023-10-22 16:32:51 -07:00
Meng Zhang e46b46a1c1
docs(modal): tweak app.py 2023-10-22 15:05:15 -07:00
Zhiming Ma b1437a3b80
fix: github action vim-release. (#611) 2023-10-22 15:54:53 +08: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
Meng Zhang 487f5a6976
docs(modal): tweak installation doc 2023-10-22 00:02:08 -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 0fcb04e370 docs(modal): add app running image 2023-10-21 23:05:11 -07:00
Meng Zhang 1fa84b719f
docs(hugging-face): tweak the documentation 2023-10-21 22:53:37 -07:00
Meng Zhang 86dfbe975d
docs(modal): tweak the documentation 2023-10-21 22:53:16 -07:00
Meng Zhang e3821df03f
fix(modal docs): bad link to app.py 2023-10-21 22:52:24 -07:00
Meng Zhang 912f8aab3d
fix(docs): add installation guide on modal (#608)
* fix(docs): add installation guide on modal

* remove modal-deploy
2023-10-21 22:47:48 -07:00
Meng Zhang c03be1596d
docs: add installation guide on modal (#607) 2023-10-21 22:44:08 -07:00
Meng Zhang 2dcb5599b3 feat(experimental): update tabby.py to use debug_options.raw_prompt 2023-10-21 17:27:43 -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
Meng Zhang 8a5be05253 chore: remove deprecated field in api doc 2023-10-21 15:40:38 -07:00
Meng Zhang 3f0342ccdf chore: add update-openapi-doc to Makefile 2023-10-21 15:33:37 -07:00
Meng Zhang 8fca850037
feat(eval): add debug_options.raw_prompt to tabby api for evaluation purpose (#605)
* update eval

* feat: re-purpose  as raw input to LLM

* move prompt to Debug options

* Update crates/tabby/src/serve/completions.rs
2023-10-21 20:47:44 +00:00
Meng Zhang 049ebdf9a9 fix: use ruby tree sitter tag query 2023-10-21 13:01:18 -07:00
Meng Zhang 3087f38bb4
docs: Update CHANGELOG.md 2023-10-21 12:36:48 -07:00
Meng Zhang 12686f9d6c
Update CHANGELOG.md 2023-10-21 12:35:12 -07:00
Meng Zhang 933506d2ce
docs: Update CHANGELOG.md 2023-10-21 12:33:05 -07:00
Chromium da6109c5af
feat: Add Ruby Language Support (#597)
* feat: add Ruby Support

* fix: address the comments

* Update dataset.rs

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-20 18:48:37 +00:00
Lucy Gao a0a703899a
docs: Update what's new. (#602) 2023-10-20 08:34:19 -07:00
Meng Zhang 5a822c03b6
fix: cap parallelisim to 4 for cuda to avoid oom (#601) 2023-10-20 07:54:53 +00:00
Meng Zhang 7877d300ab
docs: add example to having two repositories in config.toml (#599)
* docs: add example to having two repositories in config.toml

#596

* Update configuration.md
2023-10-19 15:14:02 -07:00
Meng Zhang 257dba64a5
feat(experimental): use modal for easier evaluation. (#594) 2023-10-18 23:33:27 -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
Meng Zhang 7818f640e9
docs: add faq on how to convert own model for tabby (#592) 2023-10-18 16:18:24 -07:00
Meng Zhang fc63dd7458
chore: set health heartbit to every 30 minutes (#591) 2023-10-18 15:59:16 -07:00
Meng Zhang 34a9de22cd
docs: Update README.md 2023-10-18 11:54:23 -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
Lucy Gao e0f16ff5d6
docs: blog about fundraising and v0.3.0 release (#577)
* docs: blog about fundraising and v0.3.0 release

1. add blog
2. add a "release" tag

* docs: correct file name

* docs: tweaks on blog

1. update blog name to an earlier date
2. editorial changes
2023-10-17 19:46:32 -07:00
Meng Zhang f9eb052659
feat: dedup against existing snippets for retrieval augmented code (#582)
completion.
2023-10-17 23:10:01 +00:00
Meng Zhang 99d1bf34bb
fix: add flag to disable retrieval augmented code completion and set … (#580)
* fix: add flag to disable retrieval augmented code completion and set it in golden test

* update
2023-10-17 22:26:23 +00:00
Meng Zhang 981133d6c8
fix: remove empty tokens for similarity calculation (#581) 2023-10-17 22:25:38 +00:00
Meng Zhang 23a105e4cb
docs: tweak blog post 2023-10-17 11:13:52 -07:00
Meng Zhang a627b80586
docs: fix title for repository context blog 2023-10-17 11:13:01 -07:00
Meng Zhang 7b7c9c2577
docs(blog): add repository context for code completion blog (#574)
* docs(blog): add repository context for code completion blog

* add topic image

* add cover image

* fix

* tweak

* fix title for tree sitter query

* tweak

* tweak
2023-10-17 11:07:11 -07:00
Zhiming Ma be5e76650f
refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
Meng Zhang 2060d47a95
fix: trim the sanitized text to skip empty queries. (#573) 2023-10-16 17:45:49 -07:00
Meng Zhang 98761c2a79
chore: adjust loadtest value based on release v0.3.0 (#572)
* chore: adjust loadtest value based on release v0.3.0

* Update default.loadtest.js
2023-10-16 15:13:26 -07:00