Skip to content

Releases: WdBlink/codein

0.2.21

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:26

0.2.21 - 2026-07-17

Added

  • Added a session tag context menu with actions to copy the session ID or summarize and archive the session.
  • Added Markdown session archives saved into the current vault under Codeian Archives.
  • Added automatic opening of completed session archives in Obsidian before the original session is deleted.

Changed

  • Removed direct right-click deletion from session tags to prevent accidental session loss.
  • Kept archive deletion guarded so a session remains intact if summarization, file creation, or opening the archive fails.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

0.2.20

Choose a tag to compare

@WdBlink WdBlink released this 16 Jul 08:22

Added

  • Added main-area and pop-out conversation surfaces so Codeian sessions can be read outside the narrow sidebar.
  • Added shared session state across sidebar, main workspace, and pop-out conversation views.
  • Added focused reading mode for longer agent replies.
  • Added prompt template management from the composer, including add, edit, delete, and insert actions.
  • Added support for opening rendered vault file links from conversation output and copying their local paths from the context menu.
  • Added newer GPT 5.6 model options.

Changed

  • Improved compact sidebar layout so model, effort, and access labels remain visible.
  • Kept expanded multi-session cards wrapping in place instead of creating horizontal scrolling.
  • Kept session ordering stable when selecting or using tags.
  • Improved prompt-template list layout so template names and descriptions are not clipped by theme button styles.
  • Updated documentation, smoke-test coverage, and release-file verification.

Fixed

  • Fixed module/model dropdown clipping inside the composer boundary.
  • Fixed conversation links that previously did not respond to clicks in rendered assistant output.
  • Fixed local file:// vault links so they resolve when they point inside the current vault.

0.2.19

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:17

Changes

  • Discover the available model catalog from the configured Codex CLI and cache it between refreshes.
  • Keep built-in model fallbacks, including GPT-5.6 Sol, Terra, and Luna, when CLI discovery is unavailable.
  • Show only the reasoning effort levels supported by the selected model, including Max and Ultra where available.
  • Add a manual model refresh control for Codex upgrades while Obsidian remains open.
  • Fix the sidebar model menu being clipped by the composer and keep long menus scrollable inside the viewport.

Install

Use Codeian settings -> Update from GitHub release, or download main.js, manifest.json, and styles.css and place them in your vault's .obsidian/plugins/codeian/ folder. Reload Codeian after updating.

0.2.18

Choose a tag to compare

@github-actions github-actions released this 27 May 06:17

Changes

  • Keep Codeian session tabs in their stored order when switching, saving, or completing background runs.
  • Preserve the active session when trimming retained sessions to the five-session cap.
  • Prevent missing background session updates from being written into the active session.
  • Includes the generated main.js bundle for this fix.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

0.2.17

Choose a tag to compare

@github-actions github-actions released this 27 May 04:43

Changes

  • Fix in-app updates in networks where release asset redirects return HTTP 403.
  • Prefer raw GitHub file downloads to avoid release asset redirect 403s and API rate-limit pressure.
  • Fall back to GitHub Contents API and release assets when raw files are unavailable.
  • Add CI coverage so the committed bundle stays aligned with the source build.
  • Preserve compact Codex activity history in sidebar assistant messages.
  • Include persisted Codex activity history when continuing a Codeian sidebar session.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

0.2.16

Choose a tag to compare

@github-actions github-actions released this 27 May 04:31

Changes

  • Fix in-app updates in networks where release asset redirects return HTTP 403.
  • Make main.js available through GitHub Contents API by release tag.
  • Add CI coverage so the committed bundle stays aligned with the source build.
  • Preserve compact Codex activity history in sidebar assistant messages.
  • Include persisted Codex activity history when continuing a Codeian sidebar session.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

0.2.15

Choose a tag to compare

@github-actions github-actions released this 27 May 04:15

Changes

  • Fix in-app updates in networks where release asset redirects return HTTP 403.
  • Download release files through GitHub Contents API by release tag before falling back to release assets.
  • Preserve compact Codex activity history in sidebar assistant messages.
  • Include persisted Codex activity history when continuing a Codeian sidebar session.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

0.2.14

Choose a tag to compare

@github-actions github-actions released this 27 May 04:00

Changes

  • Fix in-app updates in networks where github.com/releases/download times out but GitHub's API remains reachable.
  • Download release files through the GitHub release asset API before falling back to browser download URLs.
  • Preserve compact Codex activity history in sidebar assistant messages.
  • Include persisted Codex activity history when continuing a Codeian sidebar session.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

0.2.13

Choose a tag to compare

@github-actions github-actions released this 27 May 03:34

Changes

  • Preserve compact Codex activity history in sidebar assistant messages.
  • Show terminal-like run context for tool calls, status updates, file changes, and reasoning summaries.
  • Include persisted Codex activity history when continuing a Codeian sidebar session.
  • Backfill visible transcript history from older saved session prompt/output fields.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 16 May 12:17

Changes

  • Reduce Obsidian Community Scorecard review risks.
  • Preserve right-sidebar activation without requiring the newer Workspace.revealLeaf API.
  • Improve popout-window compatibility and child-process environment handling.
  • Add project contribution guidance.

Install

Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.