sourcegraph/client/cody-ui
Dominic Cooney a7a1db2bb6
Cody: Add some recipes buttons to the welcome message (#54277)
This adds three recipes to the welcome chat message in VScode to help
users get started. Fixes issue #54232 .

## Test plan

Open Cody. A new chat now has buttons. Clicking the buttons starts those
recipes.

---------

Co-authored-by: Beatrix <beatrix@sourcegraph.com>
2023-06-29 21:33:18 +09:00
..
src Cody: Add some recipes buttons to the welcome message (#54277) 2023-06-29 21:33:18 +09:00
.eslintignore extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.eslintrc.js extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.gitignore extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
.stylelintrc.json clean up Cody CSS to increase shareability and improve display in web app (#50279) 2023-04-03 12:29:05 -07:00
BUILD.bazel build: update to Aspect CLI 5.5.2 (#53692) 2023-06-22 18:33:15 +02:00
jest.config.js extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
LICENSE extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
package.json cody shows welcome message with tips, not separate UI with tips (#50687) 2023-04-16 22:05:56 +00:00
README.md extract Cody UI package, add Cody to web app (#50270) 2023-04-02 17:41:20 -07:00
tsconfig.json show cody context files as an action in the transcript (#50691) 2023-04-17 06:55:09 +00:00

Cody UI shared library

The @sourcegraph/cody-ui package contains UI code that is shared among Cody clients.