Skip to content

Releases: WdBlink/codein

v0.2.12

16 May 12:17

Choose a tag to compare

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.

0.2.12

16 May 12:28

Choose a tag to compare

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.

Codeian v0.2.11

14 May 12:21

Choose a tag to compare

  • Allow a running session to continue while opening or switching to another chat.\n- Track Codex runner state per session, with active-session cancel controls and running badges in the session list.\n- Notify when a background session finishes, with a Codeian-styled notification and an Open action.\n- Add regression coverage for updating inactive sessions without stealing active context.

Codeian v0.2.10

14 May 04:09

Choose a tag to compare

  • Fix assistant-rendered vault links whose href is emitted as app://obsidian.md/.\n- Decode app links, strip the current vault path, and ignore copied line suffixes such as .md:29 during file resolution.\n- Add regression coverage for the reported 上下文工程.md link shape.

Codeian v0.2.9

13 May 15:43

Choose a tag to compare

  • Fix @ vault mention indexing so large vaults do not drop files before search.\n- Prefer Obsidian vault.getFiles() for file suggestions while keeping folder suggestions separate, following the Claudian reference pattern.\n- Add regression coverage for Chinese paths with spaces and files sorted beyond the old 500-item cap.

Codeian v0.2.8

13 May 15:04

Choose a tag to compare

  • Fix @ references for vault paths that contain spaces, Chinese punctuation, and parentheses.\n- Add regression coverage for LLM-Wiki/raw/notes/手工川线下分享会 and 和 GPT 关于向量世界(AI 世界)什么最重要的讨论.\n- Improve assistant-output vault link opening with exact-first and loose fallback resolution for AI-generated links that omit spaces or parenthetical qualifiers.\n- Keep external links outside Codeian vault routing.

Codeian v0.2.7

13 May 14:50

Choose a tag to compare

  • Open assistant output links that resolve to vault notes or files directly in Obsidian.\n- Preserve external link behavior while showing a Notice for missing vault targets.\n- Improve @ file suggestions so paths without .md and absolute vault paths can match existing files.\n- Include all vault files in @ suggestions, not only Markdown files.

Codeian v0.2.6

13 May 14:37

Choose a tag to compare

  • Add vault folder candidates to @ prompt suggestions.\n- Match nested folders by basename or path fragment.\n- Insert folder references with a trailing slash and label them as folders.\n- Keep hidden, Obsidian config, git, and dependency folders out of suggestions.\n- Preserve existing markdown file mention behavior.

Codeian v0.2.5

13 May 13:29

Choose a tag to compare

  • Isolate Codex sidebar context per Codeian session.\n- Include only the active session transcript when continuing prompts such as '继续'.\n- Preserve cancelled run prompts for follow-up continuity while keeping unsent drafts out of Codex history.\n- Keep note-context prompts out of persisted transcript history.

Codeian v0.2.4

13 May 13:11

Choose a tag to compare

  • Add a settings-page update button that installs the latest GitHub release assets into the current vault plugin folder.\n- Validate downloaded release assets before overwriting plugin files.\n- Bump plugin metadata to 0.2.4.