Tags: ApiliumCode/mayros
Tags
v0.3.2 Installer UX - macOS: Terminal-based setup with visible progress, branded DMG - All platforms: skip onboard for portal wizard, gateway.auth.mode=none - Agent onboarding: user names their agent (default: Atlas) Security - Resolve all 21 Dependabot vulnerabilities (undici, fast-xml-parser, path-to-regexp, picomatch, music-metadata, yaml, brace-expansion) CI/DX - Fix CI workflow (secrets in if conditions) - PR Review uses Anthropic API directly, graceful skip without API key - Fix all 129 TypeScript type errors - Fix docs broken links, markdown lint, formatting - Bump test timeout to 30min, cap CI workers to 2
v0.2.1: Security hardening, ZK Ristretto255, and resilience fixes Highlights: - ZK proofs migrated to Ristretto255 for Cortex compatibility - 13 dependency security advisories resolved (undici, file-type) - Timing side-channel mitigation and CSPRNG for retry jitter - Bash sandbox detects process substitution - DAG verify uses POST body, 10 MCP tools deduplicated - Memory health tools extracted with namespace isolation - Resilience config validation with upper bounds - MCP tools table updated to 21 tools - Plugin-sdk build fix for extensions/shared imports - Requires AIngle Cortex >= 0.6.2
v0.2.0: Semantic DAG integration Semantic DAG — full audit trail, time-travel, and verifiable history for the knowledge graph. 10 MCP tools, 10 CLI subcommands, 12 CortexClient methods, 2 resources, dag-audit prompt. Enabled by default. Requires AIngle Cortex >= 0.6.1.
Release v0.1.13 — Fix plugin loading, headless mode, and postinstall … …retry (#29) ## Summary - Include `src/` in npm package files — fixes 4+ plugins (code-tools, memory-semantic, semantic-skills, token-economy) that failed to load due to missing runtime imports - Headless mode (`mayros -p`) now calls `ensureServicesRunning` before connecting, matching TUI behavior - Postinstall Cortex download retries up to 3 times with backoff on server errors or network failures - Remove duplicate `resolveGatewayPort()` call in ensure-services ## Test plan - [ ] Fresh install: all plugins load without errors in gateway log - [ ] `mayros -p "hello"` works when gateway is not running (auto-starts) - [ ] Postinstall downloads Cortex binary on flaky network - [ ] Update from v0.1.12: gateway + cortex survive npm update
PreviousNext