Skip to content
Open
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
24 changes: 24 additions & 0 deletions entries/attach-folder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"id": "attach-folder",
"displayName": "Attach Folder",
"description": "Adds an Attach Folder row to the bb composer's + menu; picking a folder sends its file manifest and contents to the agent as context, with configurable file-count and size limits.",
"icon": "Folder",
"tags": [
"composer",
"context",
"attachments",
"folder",
"files"
],
"author": {
"name": "Yegor Korobeynikov",
"github": "yegor-korobeynikov",
"url": "https://github.com/yegor-korobeynikov"
},
"source": {
"git": {
"url": "https://github.com/yegor-korobeynikov/bb-plugin-attach-folder.git",
"range": "^1.0.0"
}
}
}
Loading