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

Hello World #7316

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ The Cody editor extensions work with:

- Sourcegraph Cloud
- Sourcegraph Enterprise Server (self-hosted) instances on version 5.1 or later
Hello World
1 change: 1 addition & 0 deletions agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ update-agent-recordings` to clean unused recordings.
fix is to remove dependencies on `vitest` from the agent bundle. Vitest depends
on the `p-limit` npm package, which uses `#async_hooks` that we currently don't
handle in the ESBuild config.
Hello World
1 change: 1 addition & 0 deletions agent/src/__tests__/chat-response-quality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ $ git diff gerrit/master -- ':(exclude)vendor/' ':(exclude)Gopkg*'
# DISCLAIMER

This is not an official Google product
Hello World
1 change: 1 addition & 0 deletions agent/src/__tests__/graph-test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Input files for Graph Context-relate tests. These are separate from files we use
for testing Chat/Commands so that adding a file for Graph Context doesn't fail
existing chat/command tests.
Hello World
1 change: 1 addition & 0 deletions agent/src/local-e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ try again.

It creates if necessary a site-admin user in your local instance, which always have the same email, username,
password and more importantly, the same access token (`sgf_f0f0f0f0...`).
Hello World
1 change: 1 addition & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ The Cody CLI documentation now lives in the official Sourcegraph docs https://so
Historical context:
* The Cody CLI tool was originally called `cody-agent` but has now been renamed into just `cody`. The new npm package name is `@sourcegraph/cody` instead of the old `@sourcegraph/cody-agent`.
* The original `cody-agent experimental-cli` command is now just `cody`.
Hello World
1 change: 1 addition & 0 deletions jetbrains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ If you have any questions, feedback, or bug report, we appreciate if you [open a
- Mac: Go to `IntelliJ IDEA | Preferences` (or use <kbd>⌘,</kbd>)
- Click `Plugins` in the left-hand pane, then the `Installed` tab at the top
- Find `Sourcegraph` → Right click → `Uninstall` (or uncheck to disable)
Hello World
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ This package relies on Agent being configured with these client capabilities:
...
}
```
Hello World
1 change: 1 addition & 0 deletions lib/icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ cp font/cody-icons.woff ../../vscode/resources/cody-icons.woff
```

2. Register the icons in `vscode/package.json` in the `icons` field.
Hello World
1 change: 1 addition & 0 deletions lib/noxide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ If you absolutely have to modify this library (you likely don't...yet), you can
```js
//TODO: @RXminuS add builds and local DX
```
Hello World
1 change: 1 addition & 0 deletions lib/prompt-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ The `@sourcegraph/prompt-editor` package contains the code for the prompt editor
## Development notes

- Put [UI component storybooks](https://storybook.js.org/) in `vscode/webviews/promptEditor`, not here, so that these components' storybooks can use the VS Code theme switching that we have for those storybooks.
Hello World
1 change: 1 addition & 0 deletions lib/shared/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Cody shared library

The `@sourcegraph/cody-shared` package contains code that is shared among Cody clients.
Hello World
1 change: 1 addition & 0 deletions vscode/.storybook/static/vscode-themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ copy(
```

The stylesheet will now be on your pasteboard to paste into the relevant themes file.
Hello World
1 change: 1 addition & 0 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ Cody works for any programming language because it uses LLMs trained on broad da
## More Information

See [https://cody.dev/](https://about.sourcegraph.com/cody?utm_source=marketplace.visualstudio.com&utm_medium=referral) for demos, information and more.
Hello World
1 change: 1 addition & 0 deletions vscode/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -949,3 +949,4 @@ await page.getByRole('link', { name: 'next page' }).click();
as network issues, timeouts, misconfigurations, etc.
- Being able to record VSCode 'interactions' for better test recording
- Capturing traces; include as attachments, allow asserts etc.
Hello World
1 change: 1 addition & 0 deletions vscode/e2e/issues/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ There is some rudimentary OpenCtx support for Linear issues [in the works](https
- [ ] Make sure we automatically clean up tests for issues marked as closed
- [ ] Automatically tag issues in Linear that have corresponding tests
- [ ] CI fast-path to limit the amount of needless tests to run when just trying to merge a Test-Only PR
Hello World
1 change: 1 addition & 0 deletions vscode/e2e/utils/vscody/uix/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
These are a set of utility functions and common UX patterns that make tests more readable and composable.
Hello World
1 change: 1 addition & 0 deletions vscode/src/tree-sitter/query-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ pnpm vitest --watch vscode/src/tree-sitter/query-tests/**/*.test.ts
| - query start position in the source file.
█ – query start position in the annotated file.
^ – characters matching the last query result.`
Hello World
1 change: 1 addition & 0 deletions vscode/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Cody VScode has four kinds of tests:
the VScode UI using Playwright. These cover more code than the integration tests
but are harder to write and maintain because they don't have direct access to the
Cody extension. Run them with `pnpm test:e2e`.
Hello World
1 change: 1 addition & 0 deletions vscode/test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ pnpm test:e2e $TEST_FILE_NAME --debug
await page.getByLabel('.vscode', { exact: true }).hover()
await page.getByLabel('.vscode', { exact: true }).click()
```
Hello World
1 change: 1 addition & 0 deletions vscode/test/fixtures/workspace2/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
This is a second workspace folder included in `multi-root.code-workspace` used by integration
tests in `test/integration/multi-root` for testing in multi-root workspaces.
Hello World
1 change: 1 addition & 0 deletions vscode/typehacks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ These are additional "type" definitions that can enforce correct usage of certai
For example, ensuring that VSCode commands are always registered with a unique cody prefix.

These hacks are not part of the normal tsconfig as they would pollute the global scope. They are similarly done written as `ts` not `d.ts` files as Typescript does not respect excludes for `d.ts` files and any import in another project would include the typehacks (unless skipLibCheck=true).
Hello World
1 change: 1 addition & 0 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ IndexDB tables for http://localhost:5777 domain.
- Go to the Sourcegraph repository and create a link with `pnpm link @sourcegraph/cody-web --global`
- Run Sourcegraph `sg start` or `sg start web-standalone`

Hello World
Loading