mirror of
https://github.com/algometrix/second_brain_builder.git
synced 2026-07-22 08:29:32 +00:00
Update claude -p README note and bump to 1.0.7
Replace the unsupported claim that the -p flag might be discontinued with the verified note about Anthropic's paused plan to bill print-mode usage as extra usage outside Pro/Max limits, plus a token usage warning. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
7588f987c4
commit
1aaf0a8eb2
4 changed files with 5 additions and 4 deletions
|
|
@ -142,7 +142,7 @@ claude # run once in a terminal to log in
|
|||
|
||||
The plugin calls the CLI in read-only mode with file-modifying tools disabled.
|
||||
|
||||
> **Note:** the plugin invokes `claude -p` (print mode). This flag might be discontinued soon. If generation stops working after a CLI update, check for a plugin update or switch to another provider in settings.
|
||||
> **Note:** the plugin invokes `claude -p` (print mode). Anthropic has announced (currently paused) plans to bill programmatic usage like `claude -p` separately from Pro/Max subscription limits, as extra usage at API rates. If that change ships, plugin usage may no longer be covered by your plan. Also note that generating notes can consume a lot of tokens, especially with large selections or batch generation, so watch your usage limits.
|
||||
|
||||
### Gemini CLI
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "second-brain-builder",
|
||||
"name": "Second Brain Builder",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Grow your vault into a linked knowledge graph: select any word or phrase to generate detailed, wiki-linked explanation notes using Claude Code, Gemini, Codex, or a local Ollama model.",
|
||||
"author": "algometrix",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "Obsidian plugin that grows your vault into a linked knowledge graph using Claude Code, Gemini, Codex, or Ollama",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"1.0.3": "1.4.0",
|
||||
"1.0.4": "1.8.7",
|
||||
"1.0.5": "1.8.7",
|
||||
"1.0.6": "1.8.7"
|
||||
"1.0.6": "1.8.7",
|
||||
"1.0.7": "1.8.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue