Skip to content
Merged
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ You can report users that have violated {% data variables.product.prodname_dotco

If reported content is enabled for a public repository, you can also report content directly to repository maintainers.

While we encourage using the in-product reporting tools detailed below, you can also report abuse directly through our [contact form](https://support.github.com/contact/report-abuse?category=report-abuse&report=other&report_type=unspecified).

## Reporting a user

{% data reusables.profile.user_profile_page_navigation %}
Expand Down Expand Up @@ -81,7 +83,6 @@ If reported content is enabled for a public repository, you can also report cont
1. Complete the contact form to tell {% data variables.contact.github_support %} about the contact link's behavior, then click **Send request**.

> [!NOTE]
> * In order to get accurate information about the abuse, the abuse report form will direct you to use the in-product abuse report links. If an in-product link is not available, contact {% data variables.contact.contact_support %} to report abuse or report content.
> * Users in India can contact {% data variables.product.prodname_dotcom %}'s Grievance Officer for India through [support.github.com/contact/india-grievance-officer](https://support.github.com/contact/india-grievance-officer).

## Further reading
Expand Down
207 changes: 147 additions & 60 deletions content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Common settings include:
| `theme` | string | Color theme: `"auto"`, `"dark"`, or `"light"` |
| `mouse` | boolean | Enable mouse support in alt screen mode (default: `true`) |
| `banner` | string | Animated banner frequency: `"always"`, `"once"`, or `"never"` (default: `"once"`) |
| `render_markdown` | boolean | Render markdown in responses (default: `true`) |
| `screen_reader` | boolean | Enable screen reader optimizations (default: `false`) |
| `auto_update` | boolean | Automatically download CLI updates (default: `true`) |
| `renderMarkdown` | boolean | Render Markdown in responses (default: `true`) |
| `screenReader` | boolean | Enable screen reader optimizations (default: `false`) |
| `autoUpdate` | boolean | Automatically download CLI updates (default: `true`) |
| `stream` | boolean | Stream responses token by token (default: `true`) |
| `includeCoAuthoredBy` | boolean | Add Co-authored-by to agent-created commits (default: `true`) |
| `respectGitignore` | boolean | Exclude gitignored files from the `@` file picker (default: `true`) |
| `trusted_folders` | string[] | Folders where read/execute permission has been granted |
| `allowed_urls` | string[] | URLs or domains allowed without prompting |
| `denied_urls` | string[] | URLs or domains that are always denied |
| `log_level` | string | Log verbosity: `"none"`, `"error"`, `"warning"`, `"info"`, `"debug"`, `"all"`, or `"default"` (default: `"default"`) |
| `logLevel` | string | Log verbosity: `"none"`, `"error"`, `"warning"`, `"info"`, `"debug"`, `"all"`, or `"default"` (default: `"default"`) |
| `disableAllHooks` | boolean | Disable all hooks (default: `false`) |
| `hooks` | object | Inline user-level hook definitions |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ For example schemas of the data returned by the APIs, see [AUTOTITLE](/copilot/r
| `totals_by_model_feature` / `totals_by_language_model` | Model-specific breakdowns for chat activity (not completions). When {% data variables.copilot.copilot_auto_model_selection_short %} is enabled, activity is attributed to the actual model used rather than appearing as `Auto`. |
| `last_known_ide_version` / `last_known_plugin_version` | The most recent IDE and {% data variables.copilot.copilot_chat_short %} extension version detected for each user. |
| `daily_active_cli_users` | Number of unique users in the enterprise or organization who used {% data variables.product.prodname_copilot_short %} via the CLI on a given day. This field is **independent** of IDE active user counts and is **not** included in IDE-based active user definitions. Omitted for enterprises or organizations with no CLI usage on that day. |
| `totals_by_cli` | Breakdown of CLI-specific metrics for the enterprise or organization on a given day. Independent of IDE metrics—CLI usage is **not** reflected in other fields such as `totals_by_ide` or `totals_by_feature`. Omitted for enterprises or organizations with no CLI usage on that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields-api-only) below. |
| `totals_by_cli` | Breakdown of CLI-specific metrics for the enterprise, organization, or user on a given day. Independent of IDE metrics—CLI usage is **not** reflected in other fields such as `totals_by_ide` or `totals_by_feature`. Omitted when there's no CLI usage on that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields-api-only) below. |
| `used_cli` | Captures whether the user has used {% data variables.copilot.copilot_cli_short %} that day. |
| `used_agent` | Captures whether the user has used IDE agent mode that day. |
| `used_agent` | Captures whether the user has used agent mode in the IDE that day. Does not include {% data variables.copilot.copilot_code-review_short %} activity, which is captured separately in `used_copilot_code_review_active` and `used_copilot_code_review_passive`. |
| `used_chat` | Captures whether the user has used IDE chat that day. |
| `used_copilot_code_review_active` | Captures whether the user actively engaged with {% data variables.copilot.copilot_code-review_short %} that day. A user is considered active if they manually requested a {% data variables.product.prodname_copilot_short %} review, or applied a {% data variables.product.prodname_copilot_short %} review suggestion. |
| `used_copilot_code_review_passive` | Captures whether the user had {% data variables.product.prodname_copilot_short %} automatically assigned to review their pull request that day, without actively engaging with the review. |

### {% data variables.copilot.copilot_cli_short %} metrics fields (API only)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ These guidelines are designed to make the processing of requests to remove priva

## How to Submit Your Request

You can submit your request to remove private information via our [contact form](https://support.github.com/contact?tags=docs-private-information). Please include a plain-text version of your request in the body of your message. Sending your request in an attachment may result in processing delays.
You can submit your request to remove private information via our [contact form](https://support.github.com/contact/private-information). Please include a plain-text version of your request in the body of your message. Sending your request in an attachment may result in processing delays.

## Disputes

Expand Down
6 changes: 0 additions & 6 deletions data/features/code-security-multi-repo-enablement.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/content-pipelines/state/copilot-cli.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
220f40fa27593ccceb482a0c5546fc151e3976e8
e566c239b96a15dd2d7e2e32b67668227e21f417
Loading