Merge pull request #1074 from residentagent/osc/940-plugin-sdk-document-crud

feat(plugins): add document CRUD methods to Plugin SDK
This commit is contained in:
Dotta 2026-03-16 17:19:24 -05:00 committed by GitHub
commit eb113bff3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 226 additions and 1 deletions

View file

@ -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",