Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vscode): add commands for the chat panel #2330

Merged
merged 4 commits into from
Jun 3, 2024
Merged

Conversation

wwayne
Copy link
Contributor

@wwayne wwayne commented Jun 3, 2024

Changes

  • tabby.experimental.chat.explainCodeBlock -> tabby.chat.explainCodeBlock
  • Remove tabby.explainCodeBlockEnabled
  • Remove right-click menu
  • Add 3 more commands to the command palette (see the below)

Commands

1

Generate Docs

2

Fix This

3

Generate Tests

5

@wwayne wwayne requested a review from icycodes June 3, 2024 05:24
@wwayne
Copy link
Contributor Author

wwayne commented Jun 3, 2024

I adjusted the CSS to align the widths of the question and answer sections.
The delete button is now positioned absolutely in the top-right corner, as shown in the screenshots.

Hover to show the delete button in the top-right

1

Without hover

2

@wwayne wwayne merged commit 92a766f into main Jun 3, 2024
4 checks passed
@wwayne wwayne deleted the vscode-command-update branch June 3, 2024 07:52
wsxiaoys pushed a commit that referenced this pull request Jun 5, 2024
* fix(vscode): remove explain code block option from settings

* feat(vscode): mode command for chat panel

* css for delete button background

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants