// Project

Changelog

Release history and development roadmap. Timoro follows semantic versioning.

The first public npm release is v0.4.0 — April 11, 2026. Versions v0.1–v0.3 represent the internal development history shipped as part of that release.
v0.1RELEASEDEarly 2026
  • Rust core scaffold + napi-rs bridge
  • TypeScript public API + type declarations
  • Basic CLI: timoro init, timoro ask
  • Local LLM inference via Candle (LLaMA 3.2 1B Q8)
  • External brain providers: OpenAI, Claude, Gemini, Ollama
v0.2RELEASEDEarly 2026
  • Embeddings generation via Candle (1024-dim, L2 normalized)
  • Vector store integration (usearch HNSW)
  • File and directory indexing (Rust)
  • Database connectors: PostgreSQL, MySQL, SQLite, MongoDB
  • URL loader and docs scraping (undici + cheerio)
v0.3RELEASEDEarly 2026
  • Terminal watcher via tokio::process
  • Stack trace error parser (TS, JS, Python, Rust, Go, Java, PHP, Ruby)
  • Retrieval-Augmented Fix (RAF) — KB semantic search before pattern-match fallback
  • Auto-fix engine via similar crate (surgical diffs)
  • File watcher with auto re-indexing (notify)
v0.4RELEASEDApril 2026
  • Pentester static mode (OWASP Top 10, secrets, CVEs, injections, headers)
  • Pentester active mode with SHA-256 signed authorization scope
  • Malware scanner: 8 categories, CI-compatible exit code (timoro scan)
  • AI data analyst: natural language → SQL → Excel/dashboard (timoro analyze)
  • CI/CD headless pipeline with GitHub Actions integration (timoro ci)
  • Session state protocol (.timoro/session.json)
  • Security report generator: HTML + Markdown output
  • License system: free / Pro tiers with machine fingerprinting and offline grace period
v0.7RELEASEDApril 2026
  • Process lock protocol — exclusive .timoro/timoro.lock prevents concurrent Timoro instances from corrupting state
  • Atomic index saves — crash during indexing no longer corrupts the previous state
  • Logger write queue — serializes all log writes to prevent race conditions
  • Throttled security scanners — pentest runs at most 3 concurrent filesystem walkers (was 8)
  • Timeout kill switch — all LLM inference, DB queries, web fetches and git operations have hard deadlines
  • Index preview — cost and time estimate per brain provider before committing to indexing
  • User-selectable DB tables for data analysis + LLM-suggested analysis ideas
  • Excel folder reading for data analysis (timoro analyze)
  • Humanized CLI help screen — plain-language descriptions for every command
v0.8PLANNEDQ2 2026
  • PDF and DOCX file reading
  • External project context indexing
  • Snapshot/rollback via timoro reset --snapshot
  • VS Code extension (read-only, fix approval panel)
v1.0PLANNED2027
  • Stable public API
  • Full test coverage
  • Community plugins API
  • Real-time diff approval UI
  • Multi-project workspace support
  • Apache 2.0 license transition begins (target: 2029-01-01)