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

Update copilot-workspace extension #12074

Merged
merged 3 commits into from
Apr 29, 2024
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
4 changes: 4 additions & 0 deletions extensions/copilot-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copilot Workspace Changelog

## [Update README] - 2023-04-29

- Updates the README to include a link to the Copilot Workspace website.

## [Initial Version] - 2024-04-16
12 changes: 1 addition & 11 deletions extensions/copilot-workspace/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Copilot Workspace Raycast Extension

Quick access to Copilot Workspace, GitHub's first AI-native developer tool for completing everyday tasks.

## Local development

Prerequisite: You must be running macOS with [Raycast](https://www.raycast.com/) installed.

```shell
cd raycast
npm install
npm run dev
```
Take an idea from anywhere and turn it into code with Copilot Workspace, a Copilot-native dev environment designed for everyday tasks. To learn more, go to https://gh.io/copilot-workspace.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion extensions/copilot-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://www.raycast.com/schemas/extension.json",
"name": "copilot-workspace",
"title": "Copilot Workspace",
"description": "Quick access to Copilot Workspace, GitHub's first AI-native developer tool for completing everyday tasks.",
"description": "Take an idea from anywhere and turn it into code with Copilot Workspace",
"icon": "icon.png",
"author": "cole",
"contributors": [
Expand Down