Skip to content

Commit 52003cd

Browse files
committed
chore: bump built-in op-anthropic-auth to 0.0.7
1 parent 4decadf commit 52003cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ ocv update
6060
6161
### Anthropic OAuth
6262

63-
Claude subscriptions built-in with `/connect`. No plugins or configuration needed.
63+
Claude account OAuth is built in with `/connect`. No extra setup is needed.
64+
65+
> [!NOTE]
66+
> Anthropic now blocks third-party tools, Claude Pro/Max plan limits no longer apply, so you will need to claim/enable extra usage.
6467
6568
### Copy Mode
6669

packages/opencode/src/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { parsePluginSpecifier, readPluginId, readV1Plugin, resolvePluginId } fro
2020

2121
export namespace Plugin {
2222
const log = Log.create({ service: "plugin" })
23-
const BUILTIN = ["[email protected].2"]
23+
const BUILTIN = ["[email protected].7"]
2424
const BUILTIN_ORIGINS = BUILTIN.map((spec) => ({
2525
spec,
2626
scope: "global" as const,

0 commit comments

Comments
 (0)