Changelog
See the full CHANGELOG.md on GitHub.
Current release: v0.2.2 — “The Right Database” (Feb 15, 2026). Hardened MCP push pipeline, fixed DATA_DIR resolution, 244 tests passing.
[0.2.2] — Feb 15 — “The Right Database”
Harden MCP push pipeline: metadata parsing, type validation, format safety. Fix DATA_DIR to always resolve to ~/.syke/data regardless of install method (PyPI or source). Added 4 new push pipeline tests. 244 tests total.
[0.2.1] — Feb 15 — “The Agent Remembers (CI Fix)”
Fix CI test failures when ANTHROPIC_API_KEY is not set. The ask() MCP test now skips gracefully in CI. Added API key requirement documentation.
[0.2.0] — Feb 15 — “The Daemon Awakens”
Background sync daemon ships as core feature with daemon-start, daemon-stop, daemon-status CLI commands. Added ask() MCP tool for agentic natural language queries against the timeline. Added world_state field to perception output. Cost optimization: daemon skips perception when no new events exist.
[0.1.1] — Feb 14 — “The System Remembers”
Docs site on Nextra, GitHub Actions CI pipeline, issue/PR templates, tbump release infrastructure, version bump automation.
[0.1.0] — Feb 13 — “The System Sees”
MCP server with 8 tools (pull + push), pre-ingestion content filter, 4 output formats (JSON, Markdown, CLAUDE.md, USER.md), viz site with 14 interactive sections, 244 tests across 17 test files.
[0.0.4] — Feb 12 — “The Agent Evolves”
ALMA-inspired strategy evolution. 12 benchmark runs on real data, peak 94.3% quality at $0.60/run (67% cheaper than legacy). Strategy v1 discovered that concepts beat project names.
[0.0.3] — Feb 11 — “Three Agents, One Identity”
Multi-agent perception: 3 Sonnet sub-agents (timeline, patterns, voice) explore in parallel, Opus synthesizes. 100% source coverage, richer cross-platform threads.
[0.0.2] — Feb 10 — “The Agent Explores”
Agent SDK rewrite of perception. 6 custom MCP tools for interactive exploration. Coverage gating via PermissionResultDeny hooks. Active exploration replaces passive context dump.
[0.0.1] — Feb 9 — “Foundation”
Core pipeline: 4 platform adapters (Claude Code dual-store, ChatGPT ZIP, GitHub REST, Gmail OAuth), SQLite timeline with WAL mode, legacy single-shot perception with Opus 4.6 extended thinking.