Zhiming Ma

Results 16 issues of Zhiming Ma

When an inline suggestion appears on the UI, Tabby clients should send a `view` event to the server. We currently need a [proposed VSCode API](https://github.com/microsoft/vscode/blob/e3da120e0808f36e45e6783b611cc943d7fdd61c/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts#L20) to accomplish this. Waiting for...

bug

Now we only have an interface `setServerUrl` in agent. We should use a better interface to sync configuration between editor and agent. * [ ] Track Usage Analytics in agent,...

enhancement

The client should filter out unuseful completions before displaying them, such as: - [ ] Duplicated with the content that the user has written in lines after the cursor.

enhancement

Complete TAB-606 TAB-620 Changes: Refine all logging levels to `error`, `info`, `debug`, and `trace`. All runtime variable values will only be logged at the `trace` level. Preview in VSCode Output:...

When the IntelliJ IDEs have a default completion widget displayed, and Tabby inline completion is also shown, pressing the `Tab` key will insert the completion from the widget. To insert...

bug