Skip to content

chore: release main#655

Closed
dallay-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore: release main#655
dallay-bot[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@dallay-bot
Copy link
Copy Markdown
Contributor

@dallay-bot dallay-bot Bot commented Apr 25, 2026

🤖 I have created a release beep boop

corvus-runtime: 0.1.0

0.1.0 (2026-04-26)

Features

  • 276 expand dashboard and web operational clients to match runtime admin capabilities (#352) (307a1f1)
  • 277 session and memory visibility across Corvus clients (#366) (4db1b16)
  • Add and archive slash session commands with SQLite persistence (#532) (ba6bd0b)
  • add audio input support for http gateway and cli phase 2 (#437) (faa496f)
  • Add image ingestion and update staging tests for Slack (#461) (f752038)
  • add McpToolAdapter to implement the Tool trait for MCP tools, including output limiting and configuration validation. (47425cd)
  • add provider account pools and rust coverage (#240) (0f350a7)
  • Add secure shell command execution and external tool integration via a new Rust-Kotlin native runtime bridge. (32213cd)
  • Add ShellTool for secure shell command execution with sandboxing, timeout, and output truncation. (d28df1d)
  • add ShellTool for secure, sandboxed shell command execution with output truncation and timeouts. (bea54ef)
  • Add tests for public image staging in Discord CDN (#460) (7b07371)
  • agent-runtime: add agent templates and developer documentation for Phase 5B (#514) (9933713)
  • agent-runtime: add CLI composition flows for Phase 4 (#513) (ced2b06)
  • agent-runtime: add code_search rollout benchmarks (aff6dc8)
  • agent-runtime: add indexed candidate verification for code search (#443) (79080e4)
  • agent-runtime: add session inspect and list commands (bac9596)
  • agent-runtime: add session inspect and list commands (768a5df)
  • agent-runtime: add settings, mcp, and tool management slash commands (#544) (29ea635)
  • agent-runtime: add slash command registry core (#545) (72d1eff)
  • agent-runtime: add slash tools listing (#544) (cd3569d)
  • agent-runtime: add slash tools listing (#544) (fb993c4)
  • agent-runtime: add task tools and session discoverability (8758858)
  • agent-runtime: add task tools and session discoverability (6f2f5b9)
  • agent-runtime: add tooling parity search and fetch tools (#536) (238fd09)
  • agent-runtime: add typed slash command contract (#546) (63e1acd)
  • agent-runtime: complete gateway webhook dispatcher parity (#283) (b327cfa)
  • agent-runtime: expose track 4 orchestration lifecycle state (7b2c679)
  • agent-runtime: expose track 4 orchestration lifecycle state (1928463)
  • agent-runtime: keep search index fresh across file writes and workspace changes (#444) (82fa489), closes #358
  • agent-runtime: Phase 5A — trait compliance macros and differential tests (#515) (20c0527)
  • agent-runtime: support multiple images per turn (#472) (5afd58b)
  • agent-runtime: unify slash command transport handling (#541) (#549) (dbee48b)
  • agent: implement Plan Mode execution mode (#530) (43c8b45)
  • capability-based agent composition and architecture (#520) (69353fc)
  • capability: Phase 3 - corvus-composer crate with AgentManifest schema (#511) (61312a6)
  • cerebro memory enhancement layer (#466) (cd5838f)
  • cerebro: add dashboard and gateway memory enhancement layer (e96f68d)
  • cerebro: add embedded migration and TUI (#242) (06eeec2)
  • chat: show memory recall indicators on agent messages (#470) (d0b28ef)
  • code search tool (#440) (d5dfcbb)
  • complete #330 startup staged-image reaper and #365 missing session/memory i18n (#459) (77d96e9)
  • coordinator: add foundational components for coordinator functionality and update timeout durations (6961e8c)
  • coordinator: complete track 4 slice 1 foundations (753cd53)
  • cost: productize budget governance across runtime surfaces (#449) (81c72ad)
  • define cerebro distribution channels and dedicated docs presence (#396) (4f5ec99)
  • define trusted skills distribution and installation model for corvus (#311) (47e894c), closes #261
  • dev: align local dashboard flow with prod proxy (#244) (ecf4aff)
  • Enhance model routing specs, documentation, and validation features (#454) (e72ff28)
  • Enhance quick pair dashboard flow and improve code readability (#245) (556a334)
  • Enhance workflow permissions, fix detekt alerts, and add Rook dashboard (e43fc1a)
  • expand mcp platform support beyond tools only integration (#336) (646ee79)
  • Harden security policy and introduce code_search tool enhancements (#442) (024aa20)
  • implement Docker runtime adapter with resource limits, network isolation, and workspace mounting. (a5e4d3d)
  • implement McpClient for listing and calling microservice tools via command execution or HTTP, including mock support. (13f1d64)
  • implement supervised child lifecycle for Track 4 Slice 2 (92d591c)
  • Introduce agent runtime configuration schema and create MCP tool adapter. (d221f8b)
  • Introduce McpToolAdapter to integrate MCP tools, providing output limiting and argument validation. (a35b94a)
  • issue-273: unify onboarding and pairing flow across CLI, web, and mobile clients (#308) (c9efabf)
  • issue-275: define canonical client surfaces capability matrix (90358e4), closes #275
  • migrate memory to Cerebro MCP (#235) (ffaa3a0)
  • multimodal image input mvp (#324) (b0aeb20)
  • orchestration: add mailbox-backed slice 3 delivery (0f811dc)
  • orchestration: add mailbox-backed slice 3 delivery (1a566eb)
  • orchestration: supervised child lifecycle tools and coordinator (Slice 2) (5c8e23b)
  • Phase 2 capability family crates with registries (#510) (c284503)
  • productize model routing with operator docs, config validation, and formal spec (#452) (8eb2b19)
  • provider vision gating and Anthropic image adapter (#268) (#335) (d169a5a)
  • rook: add embedded operator dashboard flows (c51c8c1)
  • rook: implement routing engine with strategy dispatch and fallback chains (d634ae1)
  • router: log affected route hints when provider warmup fails (#463) (fa05f57)
  • runtime image normalization pipeline with history support (#267) (#333) (fc2e18c)
  • runtime: add audio input support with local transcription for Telegram (#413) (258d3c3)
  • runtime: add dream hooks for generated sessions (d200610)
  • runtime: complete orchestration parity contract (2e34682)
  • runtime: wire CostTracker to agent loop with budget enforcement (3854403)
  • settings mcp tool commands (53a50a8)
  • simulate failure states in Rust and Kotlin runtime adapters (6c505fb)

Bug Fixes

  • 253 improve sonarqube coverage in the highest impact uncovered files (#286) (6c84864)
  • address inline review comments from PR (04fa487)
  • address PR #602 inline review comments (687bb84)
  • agent-runtime: address slash-session code review findings (a4157da)
  • agent-runtime: block localhost subdomains in http tools (623b7ef)
  • agent-runtime: box handled session command success (4665653)
  • agent-runtime: complete rollout benchmark lint fix (8780e52)
  • agent-runtime: finish rollout benchmark enum rename (8b786d9)
  • agent-runtime: import hmac key init in webhook test (89f5448)
  • agent-runtime: reduce session command clippy footprint (ce64ee1)
  • agent-runtime: restore rust hashing and hmac checks (61d0049)
  • agent-runtime: satisfy rollout benchmark lint (b4afa50)
  • agent-runtime: unblock pre-push clippy checks (09d1936)
  • apply CodeRabbit auto-fixes (9230e94)
  • apply CodeRabbit auto-fixes (d8ccc59)
  • apply CodeRabbit auto-fixes (b9ecd1f)
  • bind gateway to 0.0.0.0, lift ChatWorkspace state, fix Spanish docs, harden mobile-smoke-test.sh (948974a)
  • bind gateway to 0.0.0.0, lift ChatWorkspace state, fix Spanish docs, harden mobile-smoke-test.sh (a04f4ee)
  • build-logic: avoid config-cache lock check failure (ddc0cdf)
  • cerebro: format runtime files for push checks (7daf8e7)
  • cerebro: harden gateway contracts and dashboard guards (eea1fc5)
  • cerebro: harden production readiness (725b3ea)
  • cerebro: satisfy runtime push lint checks (6bf3590)
  • ci: use ARM64 runners instead of cross-compilation for linux-arm64 (3ca2396)
  • clarify Cerebro constants, fix Spanish heading, remove circular spec ref, explicit ceiling, improve shell docs (#509) (37b187d)
  • code-scanning: resolve naming and gradle style alerts (2e206ce)
  • Consolidate documentation and address security findings (#280) (81728ba)
  • correct Duration::from_mins usage, refactor announcement helpers, and fix Vue edge cases (7efc729)
  • corvus: borrow tmp in rename call (e3c2e46)
  • deps: restore compatibility for consolidated dependency updates (7d406a2)
  • docs: repair broken local links (f560f8c)
  • docs: repair broken local links (#399) (ee07750)
  • Harden sandbox isolation and update allowed status handling (#398) (b8d994e)
  • release: publish stable artifacts from github releases (#462) (d3bfae0)
  • release: stabilize monorepo release automation (6c9ea27)
  • release: sync Cargo.lock files and add auto-sync workflow (2bd57ac)
  • release: update artifact upload action version and improve release component resolution (a7b3138)
  • replace non-existent Duration::from_mins, refactor Vue announcement helpers, and fix edge cases (37d5a96)
  • resolve all SonarCloud code smells and improve test coverage (#351) (5e0c8a5)
  • resolve SonarCloud quality gate issues across all surfaces (#309) (7d5336a)
  • rook 583 apply (721302f)
  • rook: clean up merge conflict files, re-apply fixes (192cdb3)
  • runtime: allow staged dream re-exports (7732cad)
  • runtime: refine cost warning and estimation diagnostics (6a19a63)
  • runtime: satisfy orchestration clippy gates (a170a86)
  • runtime: satisfy orchestration lint gates (4ec0078)
  • rust: format observability security alert cleanup (82fbb73)
  • security: harden path validation and block shell input redirection (#357) (167dec6)
  • security: neutralize critical code scanning alerts (0d33552)
  • security: prevent path validation bypass via command flags (#516) (a2e511b)
  • sonar: resolve monthly code quality findings (#475) (1099e65)
  • test: update slash-session tests to use SqliteMemory and fix service.rs issues (fe13190)
  • verify findings from track-4-slice-1 verify-report (0ef9b53)
cerebro: 0.1.0

0.1.0 (2026-04-26)

Bug Fixes

  • cerebro: address review hardening feedback (ad797eb)
  • cerebro: harden production readiness (725b3ea)
  • cerebro: harden production readiness (810f5ae)
  • cerebro: tighten auth and readiness review follow-ups (e53bf5b)
  • rook 583 apply (721302f)
rook: 0.1.0

0.1.0 (2026-04-26)

Features

  • coordinator: add foundational components for coordinator functionality and update timeout durations (6961e8c)
  • Enhance workflow permissions, fix detekt alerts, and add Rook dashboard (e43fc1a)
  • implement supervised child lifecycle for Track 4 Slice 2 (92d591c)
  • introduce in-process coordinator foundations for Track 4 orchestration (29bf8c3)
  • orchestration: add mailbox-backed slice 3 delivery (0f811dc)
  • rook: add admin API for operator management (0a281a0)
  • rook: add admin audit trail and fix repo build (9f3529e), closes #599
  • rook: add distribution channels and release wiring (f2121c1)
  • rook: add distribution channels and release wiring (8b1dce2)
  • rook: add embedded operator dashboard flows (c51c8c1)
  • rook: add embedded operator dashboard flows (a98c315)
  • rook: add OpenAI-compatible gateway endpoints (41d7539)
  • rook: add pools routes and health dashboard flows (1add3fa)
  • rook: add SQLite persistence for ProviderAccount, ProviderPool, ModelRoute, and RoutingPolicy (c6d1b82)
  • rook: add SQLite persistence for ProviderAccount, ProviderPool, ModelRoute, and RoutingPolicy (b99530a), closes #583
  • rook: build registry services for account, pool, route, and settings (ec1ee5f)
  • rook: build registry services for account, pool, route, and settings (9bc818e), closes #584
  • rook: embed dashboard assets and coordinate single-binary startup flows (264bfa1)
  • rook: embed dashboard assets and coordinate single-binary startup flows (4a7cba2), closes #582
  • rook: finalize tui setup and troubleshooting boundary (b930dae), closes #597
  • rook: harden gateway transport and chat delivery (93efa55)
  • rook: harden security defaults and secret boundaries (dadc02d), closes #598
  • rook: implement operator dashboard and tui route inspection slices (6a340d9)
  • rook: implement routing engine with strategy dispatch and fallback chains (d634ae1)
  • rook: implement routing engine with strategy dispatch and fallback chains (9a96954), closes #586
  • rook: implement shared domain services for accounts, pools, routes, and health (08e3bc8)
  • rook: implement shared domain services for accounts, pools, routes, and health (7b763f8), closes #581
  • rook: scaffold package layout with domain types, CLI, and module stubs (a9ee3a7)
  • rook: scaffold package layout with domain types, CLI, and module stubs (c723f32), closes #580

Bug Fixes

  • apply CodeRabbit auto-fixes (895527c)
  • apply CodeRabbit auto-fixes (445a2d0)
  • apply CodeRabbit auto-fixes (2fd8667)
  • rook 583 apply (721302f)
  • rook: add ID newtype accessors and ProviderVendor near-miss deserialization (40315f3)
  • rook: address code review findings for routing engine (b2d551c), closes #586
  • rook: address inline review findings for routing engine (5dad006)
  • rook: address PR #605 review comments (e19f2a5)
  • rook: address workflow and packaging review feedback (5a196d5)
  • rook: clean up merge conflict files, re-apply fixes (192cdb3)
  • rook: fix ProviderVendor::Other serde and add serialization tests (4eaeac2)
  • rook: harden admin API error and integrity handling (fdd13c2)
  • rook: harden gateway secret handling and startup wiring (5ddeb41)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 25, 2026

Deploying corvus with  Cloudflare Pages  Cloudflare Pages

Latest commit: a8e31eb
Status: ✅  Deploy successful!
Preview URL: https://fec314f1.corvus-42x.pages.dev
Branch Preview URL: https://release-please--branches--ma.corvus-42x.pages.dev

View logs

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 25, 2026

✅ Contributor Report

User: @dallay-bot[bot]
Status: Trusted contributor (whitelisted)

This user is on the trusted contributors list and was automatically approved.

@github-actions github-actions Bot added the size/s Denotes a small change size label Apr 25, 2026
@dallay-bot dallay-bot Bot force-pushed the release-please--branches--main branch from 58656f1 to 083e17b Compare April 25, 2026 10:18
@sonarqubecloud
Copy link
Copy Markdown

@dallay-bot dallay-bot Bot changed the title chore: release v3.6.3 chore: release main Apr 25, 2026
@dallay-bot dallay-bot Bot force-pushed the release-please--branches--main branch from 1aed23f to b784b86 Compare April 25, 2026 16:24
@github-actions github-actions Bot added size/m Denotes a medium change size and removed size/s Denotes a small change size labels Apr 25, 2026
@dallay-bot dallay-bot Bot force-pushed the release-please--branches--main branch 5 times, most recently from 924cb0d to 96a856b Compare April 26, 2026 08:55
@dallay-bot dallay-bot Bot force-pushed the release-please--branches--main branch from 08a31e8 to a8e31eb Compare April 26, 2026 15:29
@yacosta738 yacosta738 closed this Apr 27, 2026
@yacosta738 yacosta738 deleted the release-please--branches--main branch April 27, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment