Skip to content

Tags: ApiliumCode/mayros

Tags

v0.3.2

Toggle v0.3.2's commit message
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.3.1

Toggle v0.3.1's commit message
v0.3.1 — Desktop installers, Mamoru security, Mayrito rebrand

v0.3.0

Toggle v0.3.0's commit message
v0.3.0: Kaneru — AI venture management system

v0.2.1

Toggle v0.2.1's commit message
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

Toggle v0.2.0's commit message
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.

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump to v0.1.16 and require Cortex >= 0.5.0 (#35)

## Summary
- Bump Mayros version from 0.1.15 to 0.1.16 across 55 package.json files
- Bump REQUIRED_CORTEX_VERSION from 0.4.3 to 0.5.0

## Test plan
- [x] No code changes, version bump only

v0.1.15

Toggle v0.1.15's commit message
v0.1.15 — MCP Server, Claude integration, documentation

v0.1.14

Toggle v0.1.14's commit message
v0.1.14 — intelligent routing and platform hardening

0.1.9

Toggle 0.1.9's commit message
Merge tag 'v0.1.9'

Release v0.1.9 — Ineru rename & Cortex 0.4.0

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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