Commit graph

15 commits

Author SHA1 Message Date
algometrix
5bab6531ff Default Claude provider to the sonnet model
The Claude Code CLI's own default model is far more token expensive
for note generation. The plugin now passes --model sonnet unless the
user sets a different model in settings.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 18:04:26 -04:00
algometrix
94231b1ea0 Improve README from community plugin patterns
Add table of contents, command-to-goal table, provider comparison
table, no-network-requests trust note, and a feedback section.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 01:45:28 -04:00
algometrix
9e58d03938 Clarify desktop app requirement in README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 01:33:57 -04:00
algometrix
18147c27d8 Add sub-note creation, README cost focus, .env vault path; bump to 1.0.9
- New "Create sub-note from selection" command and context menu entry:
  splits a selection into topics, generates linked notes in a sub-folder,
  with series cross-linking back to the parent note
- README: lead with the no-extra-cost design (existing AI subscriptions
  via CLIs, or free local Ollama) plus a token usage caveat
- Fix scripts can read OBSIDIAN_VAULT from a gitignored repo-root .env

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 01:28:47 -04:00
algometrix
1aaf0a8eb2 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>
2026-07-17 02:43:55 -04:00
algometrix
2c3a8437a2 Split main.ts into src/ modules
The 4,500-line single file becomes focused modules: shared types,
inline-action catalog, output rules, a typed CLI boundary, logger,
utils, UI helpers, output fixers, five modal families, the settings
tab, and a slimmer plugin entry at src/main.ts. Build entry moves to
src/main.ts; bundle output, lint rules, and behavior are unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 19:28:24 -04:00
algometrix
29c4b47997 Generalize the remaining CS example in the README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 19:13:52 -04:00
algometrix
b01a81eabc Add screenshots and badges to the README
Hero shot of a generated index hub and note series, per-feature
screenshots (folder menu, generation modal, generated note, selection
menu, AI actions submenu), and release/downloads/license badges.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 19:12:27 -04:00
algometrix
7fa1f80372 Document shell-execution mitigations in a README Security section
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 14:18:29 -04:00
algometrix
f4352433d2 Add first-run onboarding and remove fs/fetch usage (1.0.2)
- First-run notice tells new users an AI backend is required and opens
  the settings tab on click
- Settings tab now shows install/login setup guides for Claude, Gemini,
  and Codex CLIs (mirroring the existing Ollama guide)
- Codex --output-last-message file moves into the plugin config folder,
  read via the vault adapter: no more direct fs access
- Ollama calls now use Obsidian's requestUrl instead of fetch
  (non-streaming; live preview applies to CLI providers only)
- README: community-directory install path first, GitHub second;
  clarify Node.js is only needed for CLI backends or GitHub installs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 14:10:21 -04:00
algometrix
58ab85cd12 Remove '(the headline feature)' from README heading
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 03:07:43 -04:00
algometrix
8ed18acdd5 Update clone URL after repo rename
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 03:07:09 -04:00
algometrix
db430b9eb2 Make folder knowledge-note generation the headline README feature
Expands the docs with how it plans the series, generates the index hub
with a mermaid concept map, cross-links notes, and clusters in graph view.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 03:05:53 -04:00
algometrix
0b4ba97b33 Rename plugin to Second Brain Builder
The previous name described the mechanism; the new one describes the
outcome: growing a vault into a linked knowledge graph. Plugin id is
now second-brain-builder.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 02:56:48 -04:00
algometrix
e22cc920b7 Initial release: AI Explainer plugin for Obsidian
Generate linked explanation notes from selections using Claude Code,
Gemini, Codex, or a local Ollama model. Includes 23 sample note modes,
inline enhancement actions, batch generation, a config-driven modes
system, cross-platform installers, and vault repair scripts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 02:51:45 -04:00