Skip to content

Releases: Cellcote/Conclave

v0.0.5

04 May 08:11
fca11df

Choose a tag to compare

What's Changed

  • Strip debug symbols from release artifacts by @Cellcote in #51
  • Add row hovers, enlarge tree chevron, fix session dot color by @Cellcote in #56
  • Replace default Avalonia about dialog with Conclave-branded modal by @Cellcote in #55
  • Speed up startup, especially on Windows by @Cellcote in #53
  • Allow adding multiple projects at once by @Cellcote in #54
  • Hide TodoWrite and Task tool pills from the transcript by @Cellcote in #57
  • Detect stalled sessions + optional auto-resume after wake by @Cellcote in #58

Full Changelog: v0.0.4...v0.0.5

What's Changed

  • Strip debug symbols from release artifacts by @Cellcote in #51
  • Add row hovers, enlarge tree chevron, fix session dot color by @Cellcote in #56
  • Replace default Avalonia about dialog with Conclave-branded modal by @Cellcote in #55
  • Speed up startup, especially on Windows by @Cellcote in #53
  • Allow adding multiple projects at once by @Cellcote in #54
  • Hide TodoWrite and Task tool pills from the transcript by @Cellcote in #57
  • Detect stalled sessions + optional auto-resume after wake by @Cellcote in #58

Full Changelog: v0.0.4...v0.0.5

v0.0.4

01 May 14:59
e4fa57c

Choose a tag to compare

What's Changed

  • Move worktrees to ~/.Conclave to avoid Windows MAX_PATH issues by @Cellcote in #50

Full Changelog: v0.0.3...v0.0.4

What's Changed

  • Move worktrees to ~/.Conclave to avoid Windows MAX_PATH issues by @Cellcote in #50

Full Changelog: v0.0.3...v0.0.4

v0.0.3

01 May 11:38
c40c400

Choose a tag to compare

What's Changed

  • Sidebar: surface empty projects + Delete project menu with full cleanup by @Cellcote in #45
  • Speed up Windows startup: async claude probe + startup log by @Cellcote in #46
  • Render markdown headers and tables in MarkdownView by @Cellcote in #48

Full Changelog: v0.0.2...v0.0.3

What's Changed

  • Sidebar: surface empty projects + Delete project menu with full cleanup by @Cellcote in #45
  • Speed up Windows startup: async claude probe + startup log by @Cellcote in #46
  • Render markdown headers and tables in MarkdownView by @Cellcote in #48

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 May 07:23
4a3b067

Choose a tag to compare

What's Changed

  • Remove unused code across Claude, Sessions, Terminal, ViewModels by @Cellcote in #37
  • fix: 15s timeout on WorktreeService git calls by @Cellcote in #26
  • CI: build and dotnet format as two checks by @Cellcote in #36
  • perf: bounded PTY channel + async pump (zero idle CPU) by @Cellcote in #30
  • Composer: per-session draft so input isn't shared across sessions by @Cellcote in #38
  • Add build-mac-app.sh so locally compiled macOS apps get the logo by @Cellcote in #40
  • Improve notifications: session title and app icon by @Cellcote in #39
  • Fix AOT/trim warning on permission picker ComboBox by @Cellcote in #41
  • Add AOT-publish CI job, treat build warnings as errors by @Cellcote in #42
  • Docs: mention fusion projects in README and download site by @Cellcote in #43
  • Route gated tool calls through an in-process MCP server by @Cellcote in #44

Full Changelog: v0.0.1...v0.0.2

What's Changed

  • Remove unused code across Claude, Sessions, Terminal, ViewModels by @Cellcote in #37
  • fix: 15s timeout on WorktreeService git calls by @Cellcote in #26
  • CI: build and dotnet format as two checks by @Cellcote in #36
  • perf: bounded PTY channel + async pump (zero idle CPU) by @Cellcote in #30
  • Composer: per-session draft so input isn't shared across sessions by @Cellcote in #38
  • Add build-mac-app.sh so locally compiled macOS apps get the logo by @Cellcote in #40
  • Improve notifications: session title and app icon by @Cellcote in #39
  • Fix AOT/trim warning on permission picker ComboBox by @Cellcote in #41
  • Add AOT-publish CI job, treat build warnings as errors by @Cellcote in #42
  • Docs: mention fusion projects in README and download site by @Cellcote in #43
  • Route gated tool calls through an in-process MCP server by @Cellcote in #44

Full Changelog: v0.0.1...v0.0.2

v0.0.1

30 Apr 19:45
9c54f42

Choose a tag to compare

What's Changed

  • Add + button to project rows to start a new session by @Cellcote in #1
  • Make sidebar rows fully clickable when inactive by @Cellcote in #2
  • Make inactive segmented buttons fully clickable by @Cellcote in #3
  • Move macOS traffic lights into the Avalonia window by @Cellcote in #4
  • Fix permissions ComboBox not showing the session's selected mode by @Cellcote in #5
  • Round session cost display to 2 decimals by @Cellcote in #8
  • Rewrite README around the desktop app, add hero screenshot by @Cellcote in #7
  • Composer: drop files to attach as @-mention pills by @Cellcote in #6
  • Yield to dispatcher before spawning claude so the user prompt renders by @Cellcote in #9
  • Brand macOS app name as Conclave by @Cellcote in #11
  • Reset stuck-busy sessions to Idle on load by @Cellcote in #10
  • Order sessions by end-of-turn timestamp by @Cellcote in #13
  • Spawn claude off the UI thread + add a thinking indicator by @Cellcote in #14
  • Fix Enter key inserting newline instead of sending by @Cellcote in #12
  • Fix throbber animation selector so the dot actually pulses by @Cellcote in #18
  • Tighten composer margins and suppress duplicate focus border by @Cellcote in #16
  • Auto-cleanup of merged sessions + Preferences dialog by @Cellcote in #15
  • AutoCleanupService: run RunOnceAsync off the UI thread by @Cellcote in #19
  • Make project groups in sidebar collapsible by @Cellcote in #21
  • Fork session: branch a worktree + claude session from any session by @Cellcote in #20
  • Fusion projects: bundle multiple repos and run sessions across them by @Cellcote in #23
  • Native OS notifications when claude finishes or asks by @Cellcote in #24
  • docs: update PHASE_4.md to reflect shipped state by @Cellcote in #25
  • fix: defer assistant message persist until content arrives by @Cellcote in #27
  • Surface claude's TodoWrite plan in the right sidebar by @Cellcote in #33
  • fix: warn when AskUserQuestion or ExitPlanMode would soft-hang the session by @Cellcote in #32
  • fix: validate branch names before they reach git by @Cellcote in #29
  • perf: throttle streaming Content via per-message StringBuilder by @Cellcote in #28
  • Distribution: app icon, CD pipeline, download site by @Cellcote in #34
  • Release CI: use macos-15-intel for x64 by @Cellcote in #35
  • perf: RefreshDiff and RefreshPr off the UI thread, gated PR refresh by @Cellcote in #31

Full Changelog: https://github.com/Cellcote/Conclave/commits/v0.0.1

What's Changed

  • Add + button to project rows to start a new session by @Cellcote in #1
  • Make sidebar rows fully clickable when inactive by @Cellcote in #2
  • Make inactive segmented buttons fully clickable by @Cellcote in #3
  • Move macOS traffic lights into the Avalonia window by @Cellcote in #4
  • Fix permissions ComboBox not showing the session's selected mode by @Cellcote in #5
  • Round session cost display to 2 decimals by @Cellcote in #8
  • Rewrite README around the desktop app, add hero screenshot by @Cellcote in #7
  • Composer: drop files to attach as @-mention pills by @Cellcote in #6
  • Yield to dispatcher before spawning claude so the user prompt renders by @Cellcote in #9
  • Brand macOS app name as Conclave by @Cellcote in #11
  • Reset stuck-busy sessions to Idle on load by @Cellcote in #10
  • Order sessions by end-of-turn timestamp by @Cellcote in #13
  • Spawn claude off the UI thread + add a thinking indicator by @Cellcote in #14
  • Fix Enter key inserting newline instead of sending by @Cellcote in #12
  • Fix throbber animation selector so the dot actually pulses by @Cellcote in #18
  • Tighten composer margins and suppress duplicate focus border by @Cellcote in #16
  • Auto-cleanup of merged sessions + Preferences dialog by @Cellcote in #15
  • AutoCleanupService: run RunOnceAsync off the UI thread by @Cellcote in #19
  • Make project groups in sidebar collapsible by @Cellcote in #21
  • Fork session: branch a worktree + claude session from any session by @Cellcote in #20
  • Fusion projects: bundle multiple repos and run sessions across them by @Cellcote in #23
  • Native OS notifications when claude finishes or asks by @Cellcote in #24
  • docs: update PHASE_4.md to reflect shipped state by @Cellcote in #25
  • fix: defer assistant message persist until content arrives by @Cellcote in #27
  • Surface claude's TodoWrite plan in the right sidebar by @Cellcote in #33
  • fix: warn when AskUserQuestion or ExitPlanMode would soft-hang the session by @Cellcote in #32
  • fix: validate branch names before they reach git by @Cellcote in #29
  • perf: throttle streaming Content via per-message StringBuilder by @Cellcote in #28
  • Distribution: app icon, CD pipeline, download site by @Cellcote in #34
  • Release CI: use macos-15-intel for x64 by @Cellcote in #35
  • perf: RefreshDiff and RefreshPr off the UI thread, gated PR refresh by @Cellcote in #31

Full Changelog: https://github.com/Cellcote/Conclave/commits/v0.0.1