Sweep 22 Sep 2026 · 15:52Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 Building the pages · 4/6 1043 findings $36.88 so far
One change · claude-code

Plugins in the SDK changed

agent-sdk/plugins

Nearest release: v2.1.271, published 23 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−1removed
From line 61 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 61, old and new numbered
/
lines
from line 61
6161 
6262Plugin paths can be:
6363 
64* **Relative paths**: resolved relative to your current working directory (for example, `"./plugins/my-plugin"`)
64* **Relative paths**: resolved relative to the `cwd` option (for example, `"./plugins/my-plugin"`)
6565* **Absolute paths**: full file system paths (for example, `"/home/user/plugins/my-plugin"`)
6666 
6767<Note>