Commit Graph

9 Commits

Author SHA1 Message Date
Zhiming Ma
4290c59e94
chore: remove outdated example-vscode-lsp project. (#2575)
* chore: remove outdated vscode lsp example project.

* chore: update pnpm-lock.

* chore: update README of outdated vscode-lsp-example project.
2024-07-04 11:58:06 +08:00
Meng Zhang
e50f04bb37
feat: migrate to pnpm (#2214)
* fix(chat-panel): FileContext.content shall be required field.

* fix: tabby agent build

* migrate vscode series

* fix tabby-ui build

* migrate all build pipeline

* cleanup lint / fix

* update test

* simplify workflow

* update

* update

* update

* update

* fix

* fix tabby-ui build

* fix name

* update

* update

* update

* update

* migrate tabby-email

* update
2024-05-21 21:43:15 +00:00
Zhiming Ma
3c12cc135c
chore(agent,vscode): bump tabby-agent and vsce version to 1.5.0. (#1872) 2024-04-17 16:03:53 +08:00
Zhiming Ma
0b9e0d2441
feat(agent&vscode): add filepath & git_url in completion request. (#1682)
* feat(agent): add fileInfo in completion request.

* fix(agent): updates based on the completion request api changes.

* fix(vscode): fix field when getting `completion.prompt.filepath` config.

* fix: Remove filepath experimentalEnabled config. Add types for git api.
2024-03-25 10:35:27 +08:00
Zhiming Ma
e0763168cf
chore(agent): bump tabby agent version to 1.4.2. (#1595)
* chore(agent): bump tabby agent version to 1.4.0.

* chore(agent): include win-ca binary in npm release file list.

* chore(agent): bump tabby agent version to 1.4.1.

* fix: update tabby-agent reference versions.

* chore(agent): bump tabby agent version to 1.4.2.
2024-03-01 23:40:18 +08:00
Zhiming Ma
d6d4903e0f
feat(agent): support load ca cert from os. (#1468)
* feat(agent): support load ca cert from os.

* feat(agent): support load ca cert from win-ca.

* feat(clients): update tabby agent script.

* fix(agent): rename config tls.ca to tls.caCerts.
2024-02-20 20:33:26 -08:00
Zhiming Ma
77b52aceac
fix(agent): tabby agent hotfix 1.3.3: disabled experimental features. (#1347) 2024-01-31 23:10:26 -08:00
Zhiming Ma
b75f12e5ff
chore(agent): bump tabby-agent version to 1.3.0 (#1225)
* chore(agent): prepare for publishing to npm.

* chore(agent): add CHANGELOG.md.
2024-01-17 07:38:58 -08:00
Zhiming Ma
f51bdd675f
feat(lsp): add example VSCode client for Tabby agent LSP. (#1205) 2024-01-13 08:07:12 -08:00