Changelog
WHAT’S NEW
Release history for the Ruakiel platform. Every change is tracked, tested, and deployed with zero downtime.
v0.4.0
TOOL TIERING & ARTIFACT CONTEXT
- AddedTool tier classification — read-only, write, and destructive operations are now classified and enforced automatically.
- AddedArtifact context passing — objectives can declare named artifacts that downstream objectives consume, enabling multi-step data pipelines.
- ImprovedContext management — long conversations now handled more efficiently while preserving relevant history.
- SecurityHardened tool access verification — access control checks are now enforced at multiple layers.
v0.3.0
MODEL CASCADE & MULTI-PROVIDER
- AddedModel cascade configuration — tenants can now configure separate LLM providers for different task types.
- AddedBring Your Own Key (BYOK) — tenants can supply their own API keys for supported LLM providers.
- ImprovedExecution history improvements — cleaner tracking and summarization of objective outcomes.
- FixedFixed an edge case in history summarization that could drop recent context.
v0.2.0
MCP TOOL DISCOVERY & PERSONAS
- AddedMCP tool discovery — connect any MCP-compatible tool server and Ruakiel automatically discovers available tools and their schemas.
- AddedPersona system — define agent roles with specific tool allowlists, instructions, and behavioral constraints.
- AddedMulti-tenant isolation — tenant-scoped data access enforced at every layer.
- SecurityEncryption at rest for sensitive data using tenant-scoped encryption keys.