Skip to content

Releases: dallay/corvus

v0.5.0

10 Mar 13:39
v0.5.0
7b616d0

Choose a tag to compare

📢 What's Changed

✨ Features

  • feat: enhance configuration and dependencies for code specialist sessions 530c6ca
  • feat: implement code-specialist session architecture and entry point 873a9d3

🐛 Bug Fixes

  • fix: resolve PR review blockers 4ce00b6
  • fix: address runtime safeguards and release blockers 54b12a1

🧪 Tests

  • test: raise PR coverage for channel refactors 558d066

🧩 Misc

  • ci: Delete .github/workflows/snyk-security.yml 46b1fe6
  • chore(release): bump version to 0.4.0 e27fe5d
  • chore(release): bump version to 0.5.0 7b616d0
🔐 Uncategorized Changes

Contributors:

What's Changed

  • docs: sync CLI reference and intro with codebase by @yacosta738 in #154
  • feat(web): unified visual design, a11y, and perf optimizations across all apps by @yacosta738 in #155
  • ci: configure Stylelint and SonarQube report paths for multiple linters by @yacosta738 in #156
  • feat(conductor): implement conductor task routing and observability features by @yacosta738 in #157
  • fix(security): harden ImageInfoTool security and consistency by @yacosta738 in #158
  • feat: Centralize bootstrap wiring and introduce Agent Loop specification by @yacosta738 in #167
  • refactor(agent-runtime): centralize canonical pre-execution blocking logic by @yacosta738 in #168
  • fix: 404 issues in documentation by @yacosta738 in #169
  • refactor(gateway): consolidate admin auth/origin validation paths by @yacosta738 in #170
  • refactor(bootstrap): add full/code/lite capability profiles by @yacosta738 in #171
  • style: Refactor bootstrap and agent profiles with enhanced UI guidelines by @yacosta738 in #172
  • test(bootstrap): add feature-flag parity matrix by @yacosta738 in #173
  • feat(agent): add code-specialized bootstrap entrypoint by @yacosta738 in #174
  • docs(web): align marketing and docs with Corvus runtime identity by @yacosta738 in #175
  • refactor(prompt): share agent and channel context assembly by @yacosta738 in #176
  • refactor(channels): centralize channel registry and factory wiring by @yacosta738 in #177
  • docs(runtime): align architecture docs with modular runtime by @yacosta738 in #178
  • refactor: Enhance code specialist session architecture and version bump by @yacosta738 in #181

Full Changelog: v0.3.2...v0.5.0

v0.4.0

09 Mar 10:36
v0.4.0
7f911b4

Choose a tag to compare

What's Changed

  • docs: sync CLI reference and intro with codebase by @yacosta738 in #154
  • feat(web): unified visual design, a11y, and perf optimizations across all apps by @yacosta738 in #155
  • ci: configure Stylelint and SonarQube report paths for multiple linters by @yacosta738 in #156
  • feat(conductor): implement conductor task routing and observability features by @yacosta738 in #157
  • fix(security): harden ImageInfoTool security and consistency by @yacosta738 in #158
  • feat: Centralize bootstrap wiring and introduce Agent Loop specification by @yacosta738 in #167
  • refactor(agent-runtime): centralize canonical pre-execution blocking logic by @yacosta738 in #168
  • fix: 404 issues in documentation by @yacosta738 in #169
  • refactor(gateway): consolidate admin auth/origin validation paths by @yacosta738 in #170
  • refactor(bootstrap): add full/code/lite capability profiles by @yacosta738 in #171
  • style: Refactor bootstrap and agent profiles with enhanced UI guidelines by @yacosta738 in #172
  • test(bootstrap): add feature-flag parity matrix by @yacosta738 in #173
  • feat(agent): add code-specialized bootstrap entrypoint by @yacosta738 in #174
  • docs(web): align marketing and docs with Corvus runtime identity by @yacosta738 in #175
  • refactor(prompt): share agent and channel context assembly by @yacosta738 in #176
  • refactor(channels): centralize channel registry and factory wiring by @yacosta738 in #177
  • docs(runtime): align architecture docs with modular runtime by @yacosta738 in #178

Full Changelog: v0.3.2...v0.4.0

v0.3.2

06 Mar 16:05
Immutable release. Only release title and notes can be modified.
v0.3.2
eac184d

Choose a tag to compare

📢 What's Changed

🐛 Bug Fixes

  • fix(release): sync Cargo.lock for v0.3.2 eac184d

🧩 Misc

  • release: bump version to 0.3.2 4d75495
🔐 Uncategorized Changes

Contributors:

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Mar 15:23
Immutable release. Only release title and notes can be modified.
v0.3.1
748d5a7

Choose a tag to compare

📢 What's Changed

✨ Features

  • feat: Add first-run web dashboard activation prompt and guidance b3f6c1d
  • feat: Add first-run web dashboard activation prompt and guidance c096805

🐛 Bug Fixes

  • fix: [Snyk] Security upgrade astro from 5.17.2 to 5.17.3 (#152) d46a273
  • fix(ci): revert _publish.yml to v0.3.0 to fix release workflow 748d5a7

🧹 Refactor & Performance

  • perf: Enhance Docker setup for dashboard with improved config bindings (#151) 0a64bb3

🧩 Misc

  • chore(deps): update dependency lodash to v4.17.23 [security] (#148) e36464b
  • chore(deps): update dependency lodash to v4.17.23 [security] (#148) (#149) (#150) 74256dc
  • release: bump version to 0.3.1 caa0688
🔐 Uncategorized Changes
  • Merge branch 'minor' into main 127ab12

Contributors:

What's Changed

  • chore(deps): update dependency lodash to v4.17.23 [security] by @renovate[bot] in #148
  • Update lodash dependency to v4.17.23 for security improvements by @yacosta738 in #150
  • fix: [Snyk] Security upgrade astro from 5.17.2 to 5.17.3 by @snyk-io[bot] in #152
  • perf: Enhance Docker setup for dashboard with improved config bindings by @yacosta738 in #151

New Contributors

  • @snyk-io[bot] made their first contribution in #152

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Mar 09:17
v0.3.0
96da531

Choose a tag to compare

📢 What's Changed

✨ Features

  • feat: Add first-run dashboard activation prompt and user guidance (#147) 0768810

🧹 Refactor & Performance

  • refactor: update conditional checks to use double brackets for improved readability 955c9df

🧪 Tests

  • test(dashboard): fix SecuritySettings i18n test failure (#145) c55e30b

🧩 Misc

  • chore(release): bump version to 0.3.0 96da531
🔐 Uncategorized Changes

Contributors:

What's Changed

  • test(dashboard): fix SecuritySettings i18n test failure by @yacosta738 in #145
  • feat: Add first-run dashboard activation prompt and user guidance by @yacosta738 in #147

Full Changelog: v0.2.3...v0.3.0

v0.2.3

05 Mar 20:40
v0.2.3
0684d60

Choose a tag to compare

What's Changed

  • feat: add functions to collect and apply restart fields for various configurations by @yacosta738 in #140
  • feat: implement comprehensive auto-update system with centralized management and safety features by @yacosta738 in #142
  • fix: Refactor runtime and scripts; extract common UI components by @yacosta738 in #143

Full Changelog: v0.2.2...v0.2.3

v0.2.2

04 Mar 22:18
v0.2.2
d052e25

Choose a tag to compare

What's Changed

  • fix(quality): reduce cognitive complexity and fix shell script issues by @yacosta738 in #136
  • refactor: optimize Makefile and expand command coverage by @yacosta738 in #137
  • docs: add Codecov badge to README by @yacosta738 in #138
  • feat: Enhance dashboard with full agent config and mission governance by @yacosta738 in #139

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Mar 17:18
v0.2.1
b8d8801

Choose a tag to compare

📢 What's Changed

✨ Features

  • feat(web): configure Codecov and Vitest coverage (#133) e742b6d
  • feat: introduce mission layer for autonomous objective orchestration (#132) 198353c

🐛 Bug Fixes

  • fix(quality): reduce cognitive complexity and fix pre-existing bugs (#135) 3fccacd

📘 Documentation

  • docs: Update CLI Reference for Agent Runtime (#130) 3d09cd0
  • docs(agent-runtime): document providers and cleanup obsolete guides (#134) 6a4a5ba
  • docs(release): add Cargo.lock regeneration step to prevent --locked CI failure b8d8801

🧩 Misc

  • chore(release): 0.2.1 937d065
  • chore(deps): update Cargo.lock for v0.2.1 release e9c92bb
🔐 Uncategorized Changes

Contributors:

What's Changed

  • docs: Update CLI Reference for Agent Runtime by @yacosta738 in #130
  • docs(agent-runtime): document providers and cleanup obsolete guides by @yacosta738 in #134
  • feat(web): configure Codecov and Vitest coverage by @yacosta738 in #133
  • feat: introduce mission layer for autonomous objective orchestration by @yacosta738 in #132
  • fix(quality): reduce cognitive complexity and fix pre-existing bugs by @yacosta738 in #135

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Mar 10:42
v0.2.0
8019362

Choose a tag to compare

📢 What's Changed

✨ Features

  • feat(update): implement update notification and confirmation handling cdd772c
  • feat(update): enhance update confirmation handling and improve state management 949d14e
  • feat(config): enhance CodeRabbit configuration with improved review instructions and auto-labeling cb459fc
  • feat(config): enhance CodeRabbit configuration with improved review instructions and auto-labeling 77db2ef
  • feat: optimize CodeRabbit configuration for Corvus monorepo (#127) 9fca327
  • feat: Implement MCP support and update dependencies for agent runtime (#129) 6f7f105

🐛 Bug Fixes

  • fix: use --cobertura instead of --xml for cargo-llvm-cov d0910d4
  • fix: create coverage directory before generating Rust coverage report 7257b7c
  • fix(release): sync agent-runtime lockfile version 8019362

🧩 Misc

  • chore: Update pnpm lock: add clsx and tailwind-merge cc9cb1e
  • chore(ci): update sonarqube-analysis workflow 6242e7f
  • release: bump version to 0.2.0 66d0800
🔐 Uncategorized Changes

Contributors:

What's Changed

  • feat(update): implement update notification and confirmation handling by @yacosta738 in #125
  • refactor: Enhance code quality, CodeRabbit configuration and update pnpm lockfile by @yacosta738 in #126
  • feat: optimize CodeRabbit configuration for Corvus monorepo by @yacosta738 in #127
  • feat: Implement MCP support and update dependencies for agent runtime by @yacosta738 in #129

Full Changelog: v0.1.15...v0.2.0

v0.1.15

03 Mar 13:32
v0.1.15
4d5e162

Choose a tag to compare

What's Changed

  • ci(sonar): add SonarQube scan with PR quality gate by @yacosta738 in #100
  • chore(deps): update gradle to v9.5.0-milestone-3 by @renovate[bot] in #89
  • chore: Dependencies by @yacosta738 in #101
  • docs: add SonarQube badges to README by @yacosta738 in #102
  • chore(deps): update rust crate urlencoding to 2.1.3 by @renovate[bot] in #96
  • docs: Add comprehensive technology and status badges to README by @yacosta738 in #103
  • chore(deps): update rust crate clap to 4.5.60 by @renovate[bot] in #90
  • chore(deps): update rust crate shellexpand to 3.1.2 by @renovate[bot] in #94
  • docs: Backfill dashboard API documentation by @yacosta738 in #105
  • chore(deps): update rust crate regex to 1.12.3 by @renovate[bot] in #93
  • chore: Centralize ASCII banner text into a reusable asset by @yacosta738 in #107
  • fix(web): remove !important lint violations in docs CSS by @yacosta738 in #108
  • ci: Set up automated dependency vulnerability checks for Rust and Kotlin by @yacosta738 in #104
  • chore: Refactor CSS to remove !important and improve documentation links by @yacosta738 in #109
  • ci: Refactor CSS, enhance documentation, and improve code coverage by @yacosta738 in #110
  • docs: align docs paths and onboarding prerequisites by @yacosta738 in #111
  • fix: Improve Docker Compose examples and enhance documentation by @yacosta738 in #113
  • fix(security): enforce security policy and rate limits in WebSearchTool by @yacosta738 in #112
  • ci: Add Jules and Antigravity agents to AgentSync config by @yacosta738 in #114
  • chore(env): add repo-wide .env.example and adopt provider-aware site resolution for docs by @yacosta738 in #115
  • test: Increase test coverage for agent-core and composeApp by @yacosta738 in #116
  • chore(ci): include Rust & JS/TS in CodeQL; pin Detekt actions; extend cargo-deny to firmware by @yacosta738 in #117
  • chore(deps): update dependency lodash to v4.17.23 [security] by @renovate[bot] in #118
  • ci: Add Makefile commands for web apps and fix documentation links by @yacosta738 in #120
  • feat(security): sonar security hardening and gateway refactor by @yacosta738 in #119
  • fix(ci): restore Sonar coverage reporting and reduce major code smells by @yacosta738 in #121
  • feat(web): align visual design between docs and marketing apps by @yacosta738 in #124
  • refactor(agent-loop): consolidate and unify runtime execution by @yacosta738 in #123

Full Changelog: v0.1.14...v0.1.15