Skip to content

Commit

Permalink
chore(agent): bump tabby-agent version to 1.9.0-dev. (#3283)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Oct 17, 2024
1 parent c51147d commit 7b403f0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions clients/tabby-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.8.0

### Breaking Changes

- Removed the deprecated `TabbyAgent` interface and related types.

### Features

- Added support for HTTP proxy configuration, defaulting to using HTTP proxy settings in environment variables.
- Included a default git context provider based on the system git command for collecting git repo context.
- Introduced `tabby/status` and `tabby/config` methods, deprecating `tabby/agent` methods.
- Added a method to sync all visible editor ranges for collecting code snippet context to enhance code completion generation.

### Fixes & Improvements

- Added more controls in the initialization options for better compatibility.
- Added a configurable minimal text length threshold to display the completion item.

## 1.7.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion clients/tabby-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabby-agent",
"version": "1.8.0-dev",
"version": "1.9.0-dev",
"description": "Generic client agent for Tabby AI coding assistant IDE extensions.",
"homepage": "https://tabby.tabbyml.com/",
"repository": "https://github.com/TabbyML/tabby",
Expand Down

0 comments on commit 7b403f0

Please sign in to comment.