Skip to content

Commit e8b5522

Browse files
committed
Apply PR feedback
1 parent e12cd03 commit e8b5522

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vscode/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ See complete information about features [here](https://shopify.github.io/ruby-ls
2929
If you experience issues, please see the [troubleshooting
3030
guide](https://github.com/Shopify/ruby-lsp/blob/main/TROUBLESHOOTING.md).
3131

32-
### Copilot chat agent
32+
### [Experimental] GitHub Copilot chat agent
3333

3434
For users of Copilot, the Ruby LSP contributes a Ruby agent for AI assisted development of Ruby applications. Below you
3535
can find the documentation of each command for the Ruby agent. For information about how to interact with Copilot Chat,
3636
check [VS Code's official documentation](https://code.visualstudio.com/docs/copilot/copilot-chat).
3737

3838
#### Design command
3939

40-
The `@ruby /design` command is intended to be a domain driven design expert to help users model concepts for their
40+
The `@ruby /design` command is intended to be a domain driven design expert to help users model concepts for their Rails
4141
applications. Users should describe what type of application they are building and which concept they are trying to
4242
model. The command will read their Rails application's schema and use their prompt, previous interactions and the schema
4343
information to provide suggestions of how to design the application. For example,
@@ -52,6 +52,8 @@ As with most LLM chat functionality, suggestions may not be fully accurate, espe
5252
continue chatting with the `@ruby` agent to fine tune the suggestions given, before deciding to move forward with
5353
generation.
5454

55+
If you have feedback about this feature, you can let us know in the [DX Slack](https://join.slack.com/t/ruby-dx/shared_invite/zt-2c8zjlir6-uUDJl8oIwcen_FS_aA~b6Q) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new).
56+
5557
## Usage
5658

5759
Search for `Shopify.ruby-lsp` in the extensions tab and click install.

0 commit comments

Comments
 (0)