If anyone wants to be absolutely wild and add Fable, here's how you do it:
- inside the installed plugin files, open the file src > settings > SettingsTab.ts
- search for the lines where the model options for the settings dropdown are listed (around line 105)
- copy/paste any of them to add a 4th item and change the info to Fable. For me I did:
.addOption("fable", "Fable (God-Tier)")
- then you simply need to rebuild the plugin from src inside the plugin directory (ie: in Terminal make sure you are inside the correct directory)
bun run build
- enable the plugin again in your obsidian settings and you will see Fable in the dropdown
- It works! I am getting $0.08 usage in Claude Console simply from asking it "is this working?" LOL
If anyone wants to be absolutely wild and add Fable, here's how you do it:
.addOption("fable", "Fable (God-Tier)")bun run build