You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"allowSignup": false, // CAUTION: Set to true to enable signup. If nothing is specified in `allowOrgs` or `allowOrgsMap`, any GitHub user can sign up.
91
91
"allowOrgs": ["your-org-name"], // Restrict logins and sign-ups if enabled to members of these orgs.
92
-
"allowOrgsMap": { "orgName": ["your-team-name"]} // Restrict logins and sign-ups if enabled to members of teams that belong to a given org.
92
+
"allowOrgsMap": { "orgName": ["Your Team Name"]} // Restrict logins and sign-ups if enabled to members of teams that belong to a given org.
93
93
}
94
94
]
95
95
}
@@ -154,15 +154,20 @@ When combined with `"allowSignup": false` or unset, an admin should first create
154
154
155
155
Note that subteams inheritance is not supported — the name of child teams (subteams) should be informed so their members can be granted access to Sourcegraph.
156
156
157
+
When configuring teams in allowOrgsMap, use the team's display name. If the team names do not match exactly, users will be unable to create an account.
Copy file name to clipboardExpand all lines: docs/cli/explanations/env.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If the environment variable is not set, it'll default to "https://sourcegraph.co
22
22
23
23
To create an access token, please refer to "[Creating an access token](/cli/how-tos/creating_an_access_token)".
24
24
25
-
## Adding request headers with `SRC_HEADER_`
25
+
## Adding request headers with `SRC_HEADER_` (Proxy Authentication with `src`)
26
26
27
27
If your instance is behind an authenticating proxy that requires additional headers, they can be supplied via environment variables. Any environment variable passed starting with the string `SRC_HEADER_{string-A}="String-B"` will be passed into the request with form `String-A: String-B`. See examples below:
Copy file name to clipboardExpand all lines: docs/cloud/private_connectivity_sourcegraph_connect.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ Tunnel client: forward proxy clients managed by sourcegraph. Every client has it
32
32
Customer should reach out to their account manager to initiate the process. The account manager will work with the customer to collect the required information and initiate the process, including but not limited to:
33
33
34
34
- The DNS name of the private code host, e.g. `gitlab.internal.company.net` or private artifact registry, e.g. `artifactory.internal.company.net`.
35
+
- The port of the private code host, e.g., `443`, `80`, `22`.
36
+
- The type of the TLS certificate used by the private resource, one of self-signed by internal private CA, or issued by a public CA.
Copy file name to clipboardExpand all lines: docs/cody/capabilities/ignore-context.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Depending on the client type, here's a breakdown of versions supported and the b
138
138
139
139
## Cody Ignore Files
140
140
141
-
<Callouttype="note">Cody Ignore File functionality is available for Cody Free, Pro and Enterprise users, and is currently in the Experimental stage and only supported in the VS Code extension.</Callout>
141
+
<Callouttype="note">The Cody Ignore feature has been sunsetted and will no longer be maintained. We recommend using Cody Context Filters with Cody Enterprise for more flexible file exclusion and inclusion rules.</Callout>
142
142
143
143
Cody users can configure the `.cody/ignore` file to specify files or folders from your codebase to be ignored as context by Cody through the following steps:
Copy file name to clipboardExpand all lines: docs/cody/capabilities/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,6 @@ Learn more about each by exploring their respective documentation:
27
27
28
28
<QuickLinktitle="Debug Code"icon='presets'href="/cody/capabilities/debug-code"description="Identify and fix code errors and bugs." />
29
29
30
-
<QuickLinktitle="Cody Ignore"icon='presets'href="/cody/capabilities/ignore-context"description="Cody can ignore selected files or folders from chat and autocomplete results." />
30
+
<QuickLinktitle="Cody Context Filters"icon='presets'href="/cody/capabilities/ignore-context"description="Cody helps you filter context based on a set of exclude and include rules." />
^*^*Shown are the standard limits. Exact token limits may vary depending on your deployment. Please contact your Sourcegraph representative to learn more.*
66
68
</Tabs>
67
69
68
70
For more information on how Cody builds context, see our [documentation here](/cody/core-concepts/context).
Copy file name to clipboardExpand all lines: docs/cody/faq.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ Cody supports a wide range of programming languages, including JavaScript, TypeS
46
46
47
47
Cody's response quality on a programming language depends on many factors, including the underlying LLM being used. We monitor accuracy metrics across all languages and regularly make improvements. [Let us know](https://community.sourcegraph.com/) if you're seeing poor quality on a particular programming language.
48
48
49
+
### Can Cody answer non-programming questions?
50
+
51
+
Cody Chat is optimized for coding related use cases and can be used primarily for reviewing, analysis, testing, writing, and editing of software code. Use of Cody for any other purposes is against our [acceptable use policy](https://sourcegraph.com/terms/aup) and may result in your account being restricted.
52
+
49
53
### What happened to the Cody App?
50
54
51
55
We’ve deprecated the Cody App to streamline the experience for our Cody Free and Cody Pro users. Now, anyone with a Sourcegraph.com account can generate local embeddings for their personal projects within the VS Code extension without downloading and connecting the Cody App. Local embeddings are only supported for VS Code, but we’re working on adding the same functionality to JetBrains IDEs.
@@ -110,3 +114,13 @@ Yes, Cody supports the following cloud development environments:
110
114
111
115
- vscode.dev and GitHub Codespaces (install from the VS Code extension marketplace)
112
116
- Any editor supporting the [Open VSX Registry](https://open-vsx.org/extension/sourcegraph/cody-ai), including [Gitpod](https://www.gitpod.io/blog/boosting-developer-productivity-unleashing-the-power-of-sourcegraph-cody-in-gitpod), Coder, and `code-server` (install from the [Open VSX Registry](https://open-vsx.org/extension/sourcegraph/cody-ai))
117
+
118
+
### Can I use my LLM of preference to chat with Cody on CLI?
119
+
120
+
Yes you can. In the CLI you can use the following command to get started. Please replace `$name_of_the_model` with the LLM model of your choice.
0 commit comments