Merge pull request #10830 from anthropics/boris/pumg
Add explanatory-output-style and learning-output-style plugins to marketplace
This commit is contained in:
commit
b42fd9928c
1 changed files with 22 additions and 0 deletions
|
|
@ -68,6 +68,28 @@
|
||||||
},
|
},
|
||||||
"source": "./plugins/code-review",
|
"source": "./plugins/code-review",
|
||||||
"category": "productivity"
|
"category": "productivity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "explanatory-output-style",
|
||||||
|
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Dickson Tsai",
|
||||||
|
"email": "dickson@anthropic.com"
|
||||||
|
},
|
||||||
|
"source": "./plugins/explanatory-output-style",
|
||||||
|
"category": "learning"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "learning-output-style",
|
||||||
|
"description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Boris Cherny",
|
||||||
|
"email": "boris@anthropic.com"
|
||||||
|
},
|
||||||
|
"source": "./plugins/learning-output-style",
|
||||||
|
"category": "learning"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue