Skip to content

Releases: TekGadgt/Muse

1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 06:17
81be5f1

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@TekGadgt TekGadgt released this 28 Aug 04:50
770b413

What's Changed

  • chore/vendor obsidian plugin skill aebdf69 by @TekGadgt in #1

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@TekGadgt TekGadgt released this 02 May 05:19

Stable v1 release. No functional changes from 0.3.2 — promotes Muse to a 1.x version line and adds versions.json so future minAppVersion bumps are gated cleanly via the Obsidian community marketplace.

0.3.2

Choose a tag to compare

@TekGadgt TekGadgt released this 05 Apr 05:42

Fixed

  • Resolve ObsidianReviewBot sentence-case lint for "OpenAI" brand name
  • Add inline description to eslint-disable directive for require-await

0.3.1

Choose a tag to compare

@TekGadgt TekGadgt released this 05 Apr 04:22

Fixed

  • SecretComponent now correctly links to secrets by ID instead of trying to store values directly
  • API key is resolved from Obsidian's secret storage at runtime

0.3.0

Choose a tag to compare

@TekGadgt TekGadgt released this 05 Apr 04:04

Added

  • API keys are now stored in Obsidian's secure secret storage instead of plain text in data.json
  • Existing keys are automatically migrated on first load

Changed

  • Minimum Obsidian version bumped to 1.11.4 (required for SecretStorage API)
  • Settings UI uses native SecretComponent for API key input

0.2.1

Choose a tag to compare

@TekGadgt TekGadgt released this 05 Apr 03:54

Fixed

  • Remove disallowed eslint-disable comments for obsidianmd/ui/sentence-case rule
  • Add "OpenAI" to ESLint brands config instead of inline disable
  • Fix placeholder casing for topics field
  • Add explanatory comment for require-await override in view

0.2.0

Choose a tag to compare

@TekGadgt TekGadgt released this 04 Apr 21:37

Muse v0.2.0

Rebranded from Claude Focus to Muse with multi-provider support.

What's new

  • Multi-provider support — choose between Anthropic (Claude) or OpenAI (GPT)
  • Model override — optionally specify a custom model instead of the default
  • GitHub username field — simpler than entering a full URL
  • Stronger prompt grounding — AI only references your actual repos, no hallucinated projects
  • Atomic file writes — uses Vault.process for safe background saves