Commit Graph

53 Commits (main)

Author SHA1 Message Date
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 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 54b146e9e9
feat(vim): chore bump vim plugin version to 1.1.0 (#837) 2023-11-18 22:09:55 -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 2cc751766f
feat(vim): update tabby-agent. (#824) 2023-11-17 23:59:12 -08:00
Zhiming Ma d47dac9041
fix(vim): fix vim tab keybinding fallback. (#763) 2023-11-16 21:24:57 -08:00
Zhiming Ma cc5e257b74
docs: update docs about Tabby Cloud. (#740) 2023-11-08 22:47:49 -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 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
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
GDR! 65ac63343f
Don't get stuck in 'initializing' when script not found (#635) 2023-10-26 01:23:18 +08: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 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 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
Zhiming Ma be5e76650f
refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -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 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
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 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 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
Xudong Guo 3ab365f2c9
fix: 🐛 Couldn't find package "tabby-agent@0.0.1" (#399) 2023-09-05 11:29:01 +08:00
Zhiming Ma 3052ad4450
fix(vim): text inserted position error when completion ends with empty line. (#346) 2023-08-09 18:29:06 +08:00
Zhiming Ma d89d5aeef2
fix(vim): multibytes characters counting. (#345) 2023-08-09 17:42:57 +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 77079a9033
fix: vim plugin tab keymap fallback. (#277) 2023-07-04 16:35:46 +08:00
Will Owens b6845ddac0
feat: vim user configurable bindings for accept/dismiss (#257)
* feat: update vim tabby-agent.js

* feat: vim configurable accept/dismiss bindings
2023-06-22 23:35:55 -07:00
Will Owens 450e6bbb56
feat: agent enable per request prefix/suffix max lines configuration (#255) 2023-06-21 20:01:57 -07:00
Pau García Chiner 41c747e295
Update the clients/vim/README.md (#253)
Added a section that explains how to install the extension on packer and lazy.
2023-06-19 13:50:48 -07:00
Zhiming Ma 1eb22b9768
feat: vim update agent (#217)
* feat: vim plugin update agent.

* update readme.
2023-06-07 09:12:37 -07:00
Zhiming Ma 0528c36bac
fix: vim plugin inline completion display error if starts with newline. (#216) 2023-06-07 09:12:09 -07:00
Meng Zhang 40d8e039b3
fix: neovim expand path (#188) 2023-06-04 21:42:18 -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 ea0252c17d
Refactor to clarify agent interface. (#142)
* Refactor to clarify agent interface.

* Refactor stdio and extract types.

* Fix notification type.
2023-05-23 18:50:57 -07:00
Zhiming Ma eb67371cce
Move vim plugin node scripts to agent lib. (#141)
* Move vim plugin node scripts to agent lib.

* Fix gitignore.
2023-05-22 09:34:56 -07:00
Zhiming Ma 9c3a23ea51
Vim plugin: only trigger completion request when text changed. (#139) 2023-05-18 08:48:13 -07:00
Zhiming Ma 2b34d177ba
Vim plugin readability refactor. (#132) 2023-05-15 09:42:16 -07:00
Zhiming Ma 300fe8c2b0
VIM plugin: Improve commands, and help document. (#113)
* VIM plugin: Add help and improve commands.

* Improve help command and command completion.
2023-04-21 13:06:16 +08:00
Zhiming Ma 3dedd49afc
Fix vim plugin: cancel pending completion request when make a new completion request. (#114) 2023-04-21 13:05:52 +08:00
Zhiming Ma 04e2af3790
Update vim plugin use openapi codegen. (#101)
* Update vim plugin use openapi codegen.

* Refactor: move utils function.

* Rebuild dist/tabby.js.
2023-04-13 21:57:14 +08:00
Zhiming Ma 9c4b13174e
Add neovim support. (#87)
* Add neovim support.

* Fix lint.
2023-04-12 03:36:27 +08:00
Meng Zhang f3aa91c715
Update README.md 2023-04-12 01:46:03 +08:00
Meng Zhang 0ddc1bc087
fix: fix vim extension linebreak bug (#73)
* update

* remove fs
2023-04-09 21:12:18 +08:00