mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
Merge remote-tracking branch 'public-gh/master' into paperclip-subissues
* public-gh/master: fix(plugins): address Greptile feedback on testing.ts feat(plugins): add document CRUD methods to Plugin SDK
This commit is contained in:
commit
794ba59bb6
7 changed files with 226 additions and 1 deletions
|
|
@ -385,6 +385,7 @@ export const PLUGIN_CAPABILITIES = [
|
|||
"project.workspaces.read",
|
||||
"issues.read",
|
||||
"issue.comments.read",
|
||||
"issue.documents.read",
|
||||
"agents.read",
|
||||
"goals.read",
|
||||
"goals.create",
|
||||
|
|
@ -395,6 +396,7 @@ export const PLUGIN_CAPABILITIES = [
|
|||
"issues.create",
|
||||
"issues.update",
|
||||
"issue.comments.create",
|
||||
"issue.documents.write",
|
||||
"agents.pause",
|
||||
"agents.resume",
|
||||
"agents.invoke",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue