Releases: WdBlink/codein
Release list
0.2.22
0.2.22 - 2026-07-19
Changed
- Improved per-response copying with a more discoverable Copy action on completed assistant replies.
- Added inline copied feedback on individual assistant responses without showing an extra global notice.
- Hid the response copy action while an assistant reply is still streaming so partial output is not copied accidentally.
Install
Download main.js, manifest.json, and styles.css, then copy them into your vault's .obsidian/plugins/codeian/ folder.
0.2.21
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
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
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
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
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
Changes
- Fix in-app updates in networks where release asset redirects return HTTP 403.
- Make
main.jsavailable 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
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
Changes
- Fix in-app updates in networks where
github.com/releases/downloadtimes 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
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.