Skip to content

Releases: jonathanbossenger/concilium

1.1.0

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 27 May 15:52
95f2794

What's Changed

  • New public-server mode by @Copilot in #95

Full Changelog: 1.0.9...1.1.0

1.0.9

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 26 May 09:41

What's Changed

  • Keep the card grid fluid while filling available row width up to three cards by @Copilot in #147
  • Auto-kill running card task when working directory changes by @Copilot in #149

Full Changelog: 1.0.8...1.0.9

1.0.8

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 23 May 15:52

What's Changed

  • Adding card drag handle to all cards by @jonathanbossenger in #105
  • Add preferred code editor support by @jonathanbossenger in #107
  • Enforce loopback Host validation across all /api routes to mitigate DNS rebinding by @Copilot in #129
  • Harden config.yaml writes to always enforce 0600 permissions by @Copilot in #130
  • Security: replace innerHTML with DOM construction in agent table renderers by @Copilot in #131
  • fix: set SQLite busy_timeout to prevent SQLITE_BUSY crashes under write contention by @Copilot in #132
  • Prevent unsaved config mutations from poisoning in-memory cache by @Copilot in #133
  • Add bounded task-history retention and per-task log rotation maintenance by @Copilot in #134
  • Refactor: split server/routes/system.js by concern by @Copilot in #135
  • Refactor: split public/app.js into ES modules and extract BaseCard by @Copilot in #136
  • Replace blocking alert/confirm UX with themed dialog confirmations and non-blocking error toasts by @Copilot in #137
  • Add smoke test coverage for SSE replay ordering and boot-time crash recovery by @Copilot in #138
  • perf: batch SQLite event inserts to reduce write pressure from chatty PTYs by @Copilot in #139
  • Send terminal dimensions in launch payload so PTY starts at the right size by @Copilot in #140
  • Normalize /api/system/github-items success responses by @Copilot in #141
  • refactor: centralize magic numbers into constants modules by @Copilot in #142
  • Add task history panel with replay for finished tasks by @Copilot in #143
  • Show searched PATH in Discover results when agent binaries are missing by @Copilot in #144
  • feat: surface live task count, event count, and log size on the health pill by @Copilot in #145
  • Document saveConfig last-write-wins race semantics in config.js by @Copilot in #146

Full Changelog: 1.0.7...1.0.8

1.0.7

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 20 May 08:25
0784861

What's Changed

  • Show assignees on GitHub card issues and pull requests by @Copilot in #99
  • Show linked Issue/PR relationships in GitHub card panel by @Copilot in #101
  • Restructure agent card controls to match new header/form layout by @Copilot in #103

Full Changelog: 1.0.6...1.0.7

1.0.6

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 19 May 07:56
0bf12b8

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 14 May 12:03

What's Changed

  • Add standalone PowerShell support for Windows usage by @Copilot in #81
  • Implement cross-platform global keyboard shortcuts with discoverable in-app help by @Copilot in #83
  • docs: refresh README to reflect current functionality by @Copilot in #86
  • Auto-resume saved agent cards by starting a new session with persisted agent + cwd by @Copilot in #84
  • Add git commands reference cheat sheet to terminal card by @Copilot in #87
  • Widen Git commands reference modal to eliminate horizontal clipping by @Copilot in #89
  • Move user documentation into dedicated docs directory and add README quickstart by @Copilot in #92
  • Add first-run onboarding wizard and remove bundled default agents by @Copilot in #93

Full Changelog: 1.0.4...1.0.5

1.0.4

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 07 May 18:23
cb8800b

What's Changed

  • Revert GitHub PR active-agent indicator across API, UI, and docs by @Copilot in #55
  • Move GitHub “New issue” action into Concilium modal flow by @Copilot in #61
  • Add actionable PR merge controls in GitHub browser card by @Copilot in #59
  • Add optional Copilot assignment checkbox to the New Issue modal flow and surface assignment status by @Copilot in #60
  • Add GitHub issue action and icon-based assignment state for Copilot agent by @Copilot in #64
  • Widen settings dialog to accommodate long agent paths by @Copilot in #69
  • Add close action for pull requests in the GitHub browser by @Copilot in #72
  • Format health uptime as human-readable duration by @Copilot in #77
  • Enable Agent card GitHub button fallback to github.com/new when no repo is configured by @Copilot in #75
  • Add issue close action to GitHub Issues card by @Copilot in #78
  • chore: bump version to 1.0.4 by @Copilot in #70

Full Changelog: 1.0.3...1.0.4

1.0.3

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 03 May 18:11

What's Changed

  • Replace theme text toggle with icon states and add project-window placeholder button by @Copilot in #50
  • Implement resilient end-to-end New Project flow (GitHub repo validation/create + local clone + prefilled card) by @Copilot in #51

Full Changelog: 1.0.2...1.0.3

1.0.2

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 02 May 18:44
e3f716e

What's Changed

  • Add configurable GitHub API token support for authenticated repo refreshes by @Copilot in #39
  • Switching GitHub instructions to classic token by @jonathanbossenger in #40
  • Constrain GitHub card growth by making PR/issue lists internally scrollable by @Copilot in #42
  • Add active-agent indicator to GitHub PR cards by @Copilot in #44
  • Add a navigable table of contents to README by @Copilot in #46
  • docs: document external CLI dependencies in Requirements by @jonathanbossenger in #47

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@jonathanbossenger jonathanbossenger released this 01 May 16:38
f9537a8

What's Changed

  • Remove task IDs from card status messages by @Copilot in #33
  • Add robot emoji favicon to the dashboard UI by @Copilot in #31
  • Add drag-to-reorder support for dashboard cards with persisted order by @Copilot in #32
  • Rename by @jonathanbossenger in #34
  • feat: add robot emoji favicon by @jonathanbossenger in #37
  • Replace GitHub link-out with in-app issues/PR explorer card by @Copilot in #36

Full Changelog: 1.0.0...1.0.1