Änderungsprotokoll

Versionshistorie und neue Funktionen von Claudian

  1. 2.0.10
    GitHub ↗
    ## What's Changed
    - 2.0.9
    - fix: remove acp prompt timeout (#583)
    - fix: reduce chat stream render churn
    - fix: batch chat rendering during resize

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.8...2.0.10
  2. 2.0.9
    GitHub ↗
    ## What's Changed
    - fix: reduce chat stream render churn
    - fix: batch chat rendering during resize

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.8...2.0.9
  3. 2.0.8
    GitHub ↗
    ## What's Changed
    - fix: support late prompt usage in Claude streams (#577)
    - fix: support Claude auto safe mode (#576)
    - fix: disable Codex Spark model reasoning summaries (#575)
    - feat: show full bash command above result when tool call is expanded

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.7...2.0.8
  4. 2.0.7
    GitHub ↗
    ## What's Changed
    - fix: keep build green against new claude-sdk bundle and effort type

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.6...2.0.7
  5. 2.0.6
    GitHub ↗
    ## What's Changed
    - feat: add OpenCode provider support
    - fix: normalize structured tool_result content in Codex/MCP paths

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.5...2.0.6
  6. 2.0.5
    GitHub ↗
    ## What's Changed
    - feat: add Codex custom model settings (#555)
    - Update Codex model defaults for GPT-5.5 (#554)
    - fix: align claude context usage with selected model (#548)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.4...2.0.5
  7. 2.0.4-fix-selection
    GitHub ↗
    ## What's Changed
    - chore: bump version to 2.0.4-fix-selection for BRAT branch tracking
    - feat: add Codex custom model settings (#555)
    - Update Codex model defaults for GPT-5.5 (#554)
    - fix: align claude context usage with selected model (#548)
    - fix(selection): preserve selection when Claudian is in detached window or own tab (#399)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.4...2.0.4-fix-selection
  8. 2.0.4
    GitHub ↗
    ## What's Changed
    - fix: patch renderer timers and thinking sync (#528)
    - feat: support custom Claude model picker entries (#521)
    - fix: support Windows Codex shims (#490)
    - fix: update Claude SDK effort handling (#517)
    - fix: use bash for main chat date lookup (#515)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.3...2.0.4
  9. 2.0.3
    GitHub ↗
    ## What's Changed
    - fix: restore visible chat wikilinks (#511)
    - fix: consolidate claude stream dedup (#510)
    - fix: open view before creating new tab (#507)
    - fix: merge incremental tool input updates (#508)
    - fix: respect enabled providers in blank routing (#506)
    - fix: handle missing codexHome in Codex app-server initialize response (#464)
    - fix: stop hook loops after foreground tasks complete (#502)
    - fix: avoid tab sync before conversation save (#491)
    - fix: remove duplicate tooltip on tab badge hover (#467)
    - fix: hide Codex Windows settings off Windows (#489)
    - refactor: replace file-scan skill discovery with SDK probe+cache pattern
    - 2.0.2
    - fix: rename aux directories to auxiliary for Windows compatibility (#457)
    - fix: keep note selection highlight on sidebar focus (#454)
    - Add new-tab actions to conversation history (#453)
    - fix: use shared vault path lookup for wrapped adapters (#452)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.1...2.0.3
  10. 2.0.2-fix-selection
    GitHub ↗
    ## What's Changed
    - fix(selection): preserve selection when Claudian is in detached window or own tab (#399)
    - refactor: replace file-scan skill discovery with SDK probe+cache pattern
    - 2.0.2
    - fix: rename aux directories to auxiliary for Windows compatibility (#457)
    - fix: keep note selection highlight on sidebar focus (#454)
    - Add new-tab actions to conversation history (#453)
    - fix: use shared vault path lookup for wrapped adapters (#452)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.1...2.0.2-fix-selection
  11. 2.0.2
    GitHub ↗
    ## What's Changed


    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.1...2.0.2
  12. 2.0.1
    GitHub ↗
    ## What's Changed
    - refactor(settings): regroup and reorder settings tabs for consistency

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/2.0.0...2.0.1
  13. 2.0.0
    GitHub ↗
    ## What's Changed
    - refactor: multi-provider architecture with Codex runtime support

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.72...2.0.0
  14. 1.3.72
    GitHub ↗
    ## What's Changed
    - fix(electron): patch setMaxListeners and pass custom spawn to all SDK callers (#387) (#405)
    - fix(style): inherit Obsidian body font in chat container (#402) (#403)
    - 1.3.71
    - fix(selection): stop clearing editor selection when sidebar gets focus (#391)
    - feat: use native SDK Stop hook to enforce subagent result retrieval (#373)
    - test: add manual abort signal handling tests for customSpawn (#383)
    - fix: avoid passing AbortSignal to spawn() for Electron compatibility
    - feat: trigger Obsidian file tree refresh after Write/Edit/NotebookEdit
    - fix: unify tool result parsing and improve branch detection (#368)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.70...1.3.72
  15. 1.3.71
    GitHub ↗
    ## What's Changed
    - feat: use native SDK Stop hook to enforce subagent result retrieval (#373)
    - test: add manual abort signal handling tests for customSpawn (#383)
    - fix: avoid passing AbortSignal to spawn() for Electron compatibility
    - feat: trigger Obsidian file tree refresh after Write/Edit/NotebookEdit
    - fix: unify tool result parsing and improve branch detection (#368)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.70...1.3.71
  16. 1.3.70
    GitHub ↗
    ## What's Changed
    - feat: adaptive thinking with effort levels for Claude models (#360)
    - Update README.md
    - feat: add Obsidian CLI binary dir to enhanced PATH (macOS/Windows)
  17. 1.3.69
    GitHub ↗
    ## What's Changed
    - fix: prevent custom env models from being filtered by 1M toggles
    - feat: add 1M context window model support (opus[1m], sonnet[1m])
    - feat: add allow external access setting to bypass vault restriction (#358)
    - chore(deps): update @anthropic-ai/claude-agent-sdk to 0.2.76
    - fix: prevent Escape from switching tabs when Claudian is open in main editor area (#351)
    - refactor: consolidate vault caches into VaultMentionDataProvider (#357)
    - fix(selection): support text selection in Reading mode (#356)
    - fix(mcp): set Content-Length header in MCP tester to fix verify for HTTP servers (#353)
    - docs: update README

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.68...1.3.69
  18. 1.3.68
    GitHub ↗
    ## What's Changed
    - fix(mention): show all vault files in @-mention dropdown (#326)
    - fix: localize remaining locale strings
    - refactor: align subagent naming with SDK Agent tool
    - fix(cli-detection): resolve nvm-installed Claude CLI in GUI apps (#323)
    - feat(toolsearch): add ToolSearch tool renderer with icon and UI support (#322)
    - fix(browser-selection): improve security and view type matching (#318)
    - feat(chat): add browser selection context with transient indicator
    - Upgrade claude-agent-sdk to 0.2.63 and adopt native SDK types

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.67...1.3.68
  19. 1.3.67
    GitHub ↗
    ## What's Changed
    - Add Notice for malformed plugin entries and regression test
    - fix: normalize non-array plugin entries to prevent entries is not iterable error
    - Resolve context @mentions at send time (#303)
    - Fix note selection clearing during blur-to-input focus handoff (#302)
    - fix: bypass CORS for MCP HTTP/SSE server testing (#285)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.66...1.3.67
  20. 1.3.66
    GitHub ↗
    ## What's Changed
    - Fix input hide state for overlapping inline prompts (#294)

    **Full Changelog**: https://github.com/YishenTu/claudian/compare/1.3.65...1.3.66