mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-18 05:31:27 +00:00
chore: publish from staged
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "where-was-i",
|
||||
"name": "Where Was I?",
|
||||
"description": "Reconstruct your dev context (branch, commits, uncommitted work, PR clues) and trigger a resume prompt to continue quickly.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"branch-state",
|
||||
"developer-context",
|
||||
"git-history",
|
||||
"interrupt-recovery",
|
||||
"pull-request-context",
|
||||
"resume-work"
|
||||
],
|
||||
"screenshots": {
|
||||
"icon": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
"gallery": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -666,7 +666,7 @@ const session = await joinSession({
|
||||
createCanvas({
|
||||
id: "where-was-i",
|
||||
displayName: "Where Was I?",
|
||||
description: "Interrupt Recovery — reconstructs your working context (branch, commits, changes, PRs) so you can resume after being pulled away.",
|
||||
description: "Reconstruct your dev context (branch, commits, uncommitted work, PR clues) and trigger a resume prompt to continue quickly.",
|
||||
actions: [
|
||||
{
|
||||
name: "refresh",
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "where-was-i",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "extension.mjs",
|
||||
"description": "Reconstruct your dev context (branch, commits, uncommitted work, PR clues) and trigger a resume prompt to continue quickly.",
|
||||
"keywords": [
|
||||
"interrupt-recovery",
|
||||
"developer-context",
|
||||
"git-history",
|
||||
"branch-state",
|
||||
"resume-work",
|
||||
"pull-request-context"
|
||||
],
|
||||
"dependencies": {
|
||||
"@github/copilot-sdk": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user