Skip to content

Commit 7606c80

Browse files
authored
Small follow-up fixes for Copilot Spaces GA (#57680)
1 parent 2d3e463 commit 7606c80

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

content/copilot/how-tos/provide-context/use-copilot-spaces/collaborate-with-your-team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you choose to create a personal space, **you can't share it with others**.
4141

4242
To share a space with others:
4343

44-
1. In the top right corner of the space, click **{% octicon "kebab-horizontal" aria-hidden="true" aria-label="kebab-horizontal" %}**, then click **{% octicon "share" aria-hidden="true" aria-label="share" %} Share**.
44+
1. In the top right corner of the space, click **{% octicon "share" aria-hidden="true" aria-label="share" %}**.
4545
1. To add specific users or teams, search for them with the search bar, then choose a role for the people you added.
4646
1. Optionally, next to your organization's name, choose a base role for all other organization members.
4747

@@ -55,4 +55,4 @@ To share a space with others:
5555

5656
If you’re part of an organization that has shared spaces, you can access them in the **Organizations** tab on [https://github.com/copilot/spaces](https://github.com/copilot/spaces).
5757

58-
You can also access organization spaces directly in your IDE by specifying the organization as the owner when loading the space. For more information, see [AUTOTITLE](/copilot/how-tos/provide-context/use-copilot-spaces/use-copilot-spaces#using-copilot-spaces-in-your-ide).
58+
You can also use organization spaces directly in your IDE by specifying the organization as the owner when accessing the space. For more information, see [AUTOTITLE](/copilot/how-tos/provide-context/use-copilot-spaces/use-copilot-spaces#using-copilot-spaces-in-your-ide).

content/copilot/how-tos/provide-context/use-copilot-spaces/create-copilot-spaces.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ For an overview of {% data variables.copilot.copilot_spaces %}, see [AUTOTITLE](
2323
1. To create a space, go to [https://github.com/copilot/spaces](https://github.com/copilot/spaces), and click **Create space**.
2424
1. Give your space a name.
2525
1. Choose whether the space is owned by you or by an organization you belong to. Organization-owned {% data variables.copilot.copilot_spaces_short %} can be shared using {% data variables.product.github %}’s built-in permission model.
26-
1. Optionally, add a description. This does not affect the responses {% data variables.product.prodname_copilot_short %} gives in the space, but it can help others understand the context of the space.
26+
1. Click **Create Space**.
27+
1. Optionally, once you are in the space, under the space name, add a description. This does not affect the responses {% data variables.product.prodname_copilot_short %} gives in the space, but it can help others understand the context of the space.
2728

28-
>[!NOTE] You can change the name and description of your space at any time by clicking **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit** in the top right corner of the space.
29-
30-
1. Click **Save** in the top right corner of the page.
29+
>[!NOTE] You can change the name and description of your space at any time by hovering over them and clicking **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %}**.
3130
3231
## Adding context to a space
3332

content/copilot/how-tos/provide-context/use-copilot-spaces/use-copilot-spaces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ For information on creating {% data variables.copilot.copilot_spaces %}, see [AU
1414

1515
## Using {% data variables.copilot.copilot_spaces %} in {% data variables.product.github %}
1616

17-
Once you've added context to your space, you can ask {% data variables.product.prodname_copilot_short %} questions in the chat interface in {% data variables.product.github %}. Your chat will be grounded in the context you've added.
17+
Once you've added context to your space, you can ask {% data variables.product.prodname_copilot_short %} questions in the space's chat interface in {% data variables.product.github %}. Your chat will be grounded in the context you've added. You can view all conversations you have had in the space's "Conversations" tab.
1818

1919
You can also change the large language model (LLM) used for your space by selecting the **CURRENT-MODEL** {% octicon "chevron-down" aria-hidden="true" aria-label="chevron-down" %} dropdown menu, then clicking the AI model of your choice. For more information, see [AUTOTITLE](/copilot/reference/ai-models/model-comparison).
2020

21+
To star your favorite spaces so that you can easily find them later, you can click **{% octicon "star" aria-hidden="true" aria-label="star" %}** in the top right corner of the space. To view all spaces available to you, including starred spaces, go to [https://github.com/copilot/spaces](https://github.com/copilot/spaces).
22+
2123
## Using {% data variables.copilot.copilot_spaces %} in your IDE
2224

2325
You can also access the information and context from {% data variables.copilot.copilot_spaces_short %} directly in your IDE using the {% data variables.product.github %} MCP server. This allows you to leverage your curated context while coding without switching between your IDE and the web interface.

0 commit comments

Comments
 (0)