From d70711800c073d1772a7aae215a7822e855fb33f Mon Sep 17 00:00:00 2001 From: BekahHW Date: Tue, 23 Jul 2024 13:55:01 -0400 Subject: [PATCH] Add starsearch to workspaces --- docs/features/workspaces.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/features/workspaces.md b/docs/features/workspaces.md index 5e4d4260..19dae462 100644 --- a/docs/features/workspaces.md +++ b/docs/features/workspaces.md @@ -98,6 +98,23 @@ You can also add repositories to your workspace from [Repo pages](https://opensa Anything you create in a Workspace is specific to that Workspace. When you switch Workspaces, you'll see the Repository and Contributor Insights specific to that Workspace. +## Using StarSearch in Workspaces + +[StarSearch](https://opensauced.pizza/docs/features/star-search/) is our AI-powered tool that provides in-depth insights into contributor history and activities on open source repositories. This integration allows you to use natural language queries to gain insights specifically tailored to the repositories and contributors within your Workspace. You can access StarSearch by clicking the StarSearch icon in the bottom right corner of your Workspace. + +### Understanding StarSearch in Workspaces + +When you use StarSearch within a Workspace, you're essentially treating that Workspace as a distinct dataset. This means you can focus your queries on the specific repositories, contributors, and activities relevant to your Workspace, providing more targeted and relevant insights. + +
+ Workspace Prompt Suggestions +- What are the types of pull requests @contributor has worked on? +- Who is writing issues in these repositories? +- Who commits directly to the main branch? +- Who are my top pull request contributors? +
+ + ## How to Share a Workspace You can share your Workspace with others by copying the URL and sending it to them. If your Workspace is private (a PRO plan feature), only those with access to the Workspace will be able to view it.