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
Zhiming Ma
8a7630563b
chore: bump VSCode extention version 0.1.1. ( #271 )
2023-06-24 19:57:29 -07:00
Zhiming Ma
af517fb15b
refactor: improve client auth flow ( #269 )
...
* refactor: improve client auth flow
* fix: agent waiting for auth token should update status before resolve.
2023-06-24 14:43:13 -07:00
Zhiming Ma
1752f1555b
feat: agent auth support to refresh token. ( #262 )
2023-06-22 23:43:55 -07:00
Zhiming Ma
2680410ac0
Feat agent postprocess limit completion scope ( #254 )
...
* refactor: Extract postprocess filters , add unit test for postprocess filters.
* feat: agent add indentation based postprocess.
* feat: agent enable indentation based postprocess.
* fix: rebase and small fixes.
* fix: move postprocess after completion cache.
2023-06-21 23:22:35 -07:00
Will Owens
450e6bbb56
feat: agent enable per request prefix/suffix max lines configuration ( #255 )
2023-06-21 20:01:57 -07:00
Zhiming Ma
dda1013f21
chore: bump VSCode extension version 0.1.0. ( #249 )
2023-06-16 13:08:07 -07:00
Zhiming Ma
7597ec6097
refactor: VSCode Extension Settings cleanup. ( #248 )
...
* refactor: VSCode Extension Settings cleanup.
* fix: vscode extension update settings naming.
2023-06-16 12:54:30 -07:00
Zhiming Ma
7f607f2f30
feat: Update agent completion api user field. ( #246 )
2023-06-16 10:50:47 -07:00
Zhiming Ma
534d3d5ea7
feat: Add anonymous usage tracking. ( #243 )
...
* feat: Add anonymous usage tracking.
* fix: anonymous usage post body.
* fix: anonymous usage tracking initialize agent event name.
* chore: build tabby-agent.
* fix: agent anonymous data store.
* fix anonymous usage tracking event name: AgentInitialized.
2023-06-16 01:58:50 -07:00
Zhiming Ma
11e4a5991d
feat: tabby agent auth ( #240 )
...
* feat: Support tabby server auth.
* fix notification toggle command.
* feat: add vscode web support.
2023-06-15 08:53:21 -07:00
Zhiming Ma
c82cc38e9d
feat: Agent update backend FIM completion api. ( #218 )
2023-06-07 09:11:31 -07:00
Zhiming Ma
e8a1688fce
feat: add tabby-agent loggers. ( #210 )
2023-06-06 07:25:31 -07:00
Zhiming Ma
bc90ff4b7e
refactor: agent configuration interface ( #209 )
...
* refactor: Agent configuration interface.
* Simplify agent logs config.
* Rename analytics to anonymousUsageTracking.
2023-06-06 06:29:04 -07:00
Zhiming Ma
e3eae370be
refactor: Update agent getCompletion interface. ( #176 )
2023-06-01 20:58:34 -07:00
Zhiming Ma
781e6a7db3
Bump VSCode Extension version to 0.0.6. ( #168 )
2023-05-29 23:31:39 -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
vodkaslime
666d37ff52
small fix for completion cache ( #130 )
2023-05-12 08:10:57 -07:00
Zhiming Ma
75c82fa7c6
VSCode extensions: add completion cache. ( #128 )
2023-05-11 07:55:34 -07:00
Zhiming Ma
5710994bca
Bump VSCode Extension version to 0.0.5. ( #120 )
2023-04-26 11:29:17 +08:00
Zhiming Ma
b8730685e0
Improve VSCode extension configuration and validation. ( #111 )
2023-04-20 08:23:30 +08:00
Zhiming Ma
5d5421f2b3
Fix VSCode extension: cancel pending completion request when make a new completion request. ( #110 )
2023-04-18 00:00:08 +08:00
TheEmber
dc88f03a1f
Added suggestion delay setting and command to vscode extension. ( #106 )
...
* Added suggestion delay setting and command.
* Formatted with prettier
* Removed yarn local dependency
2023-04-17 09:12:16 +08:00
Zhiming Ma
d5b6ea8187
Update vscode language field in completion api. ( #102 )
2023-04-13 21:42:59 +08:00
Zhiming Ma
a9b00b1450
Update vscode use openapi codegen. ( #99 )
2023-04-13 15:28:30 +08:00
Meng Zhang
120a9ae4a7
Update README.md
2023-04-11 15:46:46 +08:00
Ikko Eltociear Ashimine
e18f83fd46
fix typo in launch.json ( #80 )
...
Extentions -> Extensions
2023-04-10 23:21:17 +08:00
Meng Zhang
e28877fbbb
chore: add pre-commit workflow ( #72 )
...
* chore: add pre-commit workflow
* fix pre-commit
2023-04-09 20:17:56 +08:00
Meng Zhang
86e565fe0a
Update README.md
2023-04-06 18:23:30 +08:00
Meng Zhang
72345620db
chore: bump vscode extension to 0.0.4
2023-04-06 17:57:06 +08:00
Meng Zhang
67f0030b96
Create README.md
2023-04-06 17:54:00 +08:00
Meng Zhang
325b6773d9
chore: bump vscode plugin version
2023-04-06 00:04:09 +08:00
Zhiming Ma
0d89a1221a
VSCode extension: add language field in completion request. ( #45 )
...
* vsode ext: add language field in completion request.
* Add comment: language identifier link.
* Add comment: language id link.
2023-04-05 14:27:23 +08:00
Zhiming Ma
c86582fcce
Support vscode web extension. ( #44 )
2023-04-05 12:11:39 +08:00
Meng Zhang
6da7c17f67
refactor: switch to /v1/events endpoint ( #42 )
...
* refactor: Add EventType enum for validation
* refactor: use /v1/events in monaco components
* refactor: use /v1/events in vscode client
* refactor: remove unused api endpoint
* refactor: improve api endpoint type check
2023-04-04 19:42:57 +08:00
Meng Zhang
51e3b54016
feat: add icon for vscode extension
2023-04-04 17:58:37 +08:00
Meng Zhang
9b4be4a8e0
feat: support vscode packaging
2023-04-04 14:30:47 +08:00
Meng Zhang
7c5d1d26bd
Add dev command
2023-04-04 12:04:52 +08:00
Zhiming Ma
2f31418ac6
VSCode client: Add status bar item. ( #31 )
2023-03-29 18:30:13 +08:00
Meng Zhang
07a3cff13a
Delete README.md
2023-03-29 09:09:41 +08:00
Meng Zhang
03f70c8466
move vscode clients ( #27 )
2023-03-28 20:35:59 +08:00