Skip to content

Releases: QoderAI/Qoderian

Qoderian 1.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Aug 01:41

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

The MIT license and attribution notice are embedded at the top of
main.js; see LICENSE
and NOTICE in the repository.

What's Changed

Fixed

  • Selection context indicators (editor, browser, and canvas selections)
    now render as left-aligned removable chips — icon, label, and a ×
    button that clears the captured selection — instead of right-aligned
    text that pushed the input placeholder down inside the composer box.

See CHANGELOG.md for the full history.

Qoderian 1.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:36

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

The MIT license and attribution notice are embedded at the top of
main.js; see LICENSE
and NOTICE in the repository.

What's Changed

Fixed

  • Restored editable settings on Obsidian 1.13+. The settings tab now
    implements the declarative settings API with native controls and full
    settings search support; rows with custom UI (Qoder CLI path, max tabs,
    chat view placement, navigation keys, ! bash, slash commands,
    subagents, MCP servers, plugins) keep their rich behavior. display()
    remains as the fallback for Obsidian versions older than 1.13.

See CHANGELOG.md for the full history.

Qoderian 1.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 03:27

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

The MIT license and attribution notice are embedded at the top of
main.js; see LICENSE
and NOTICE in the repository.

What's Changed

Added

  • Plugin settings are now searchable from Obsidian's settings search
    (Obsidian 1.13+).

Changed

  • GitHub releases now include build provenance attestations, so the
    plugin files can be verified against this repository.
  • Replaced deprecated Obsidian APIs (setWarning, setDynamicTooltip)
    with their 1.13 replacements, keeping fallbacks for older versions.

See CHANGELOG.md for the full history.

Qoderian 1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:47

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

The MIT license and attribution notice are embedded at the top of
main.js; see LICENSE
and NOTICE in the repository.

What's Changed

Fixed

  • Resolved all blocking findings from the community plugin review: the icon
    renderer no longer assigns innerHTML, and every UI element is created
    through Obsidian's createEl helpers instead of native DOM APIs.
  • Restored the standard MIT license text so GitHub recognizes the repository
    license; Claudian attribution details now live in NOTICE.
  • Removed type assertions, a stray await, and unhandled-promise patterns
    flagged by the review's static analysis.

Changed

  • GitHub releases now attach only main.js, manifest.json, and
    styles.css; the license and attribution stay embedded in main.js.

See CHANGELOG.md for the full history.

Qoderian 1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:24
ec90b9c

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

LICENSE and NOTICE are attached for reference; the same notice is
embedded at the top of main.js.

What's Changed

Added

  • Qoder CLI chat embedded in the Obsidian sidebar, using the active vault as the
    working directory.
  • Multi-tab conversations with session persistence, resume, fork, and rewind.
  • Interactive approval for tool calls, with configurable permission modes.
  • Model, thinking effort, and context-window controls, plus context usage
    display reported by the Qoder Agent SDK.
  • Vault context input: @-mentions for notes and selected text, file chips, and
    image attachments.
  • Inline edit for rewriting a selection directly in the editor.
  • Slash commands, agents, skills, hooks, and MCP server configuration, sharing
    Qoder CLI's own project files.
  • Interface localization in 10 languages.

Changed

  • Aligned Query initialization, interruption, closing, and model discovery with
    the official Qoder Agent SDK TypeScript examples.
  • Model and reasoning-effort menus now open on click and close after selection,
    on outside click, or with Escape.

Removed

  • Removed local model context-window overrides; context windows now come from
    Qoder SDK metadata with built-in model-family fallbacks.
  • Removed the duplicate shared/Qoder environment settings and reusable
    environment snippets. qodercli now inherits the host process environment.

Fixed

  • Preserved SDK failures as first-class error blocks without duplicate text or
    successful-turn duration labels.
  • Restored Qoder model grouping and displayed model credit multipliers and
    promotion labels from runtime metadata.

See CHANGELOG.md for the full history.