Changelog
Release history.
Highlights from Lore's transition into an open-source local terminal agent with BYO-key provider support.
v0.9.1-beta - Open-source BYO-key transition
Lore is now a local-first open-source CLI under the MIT License, with direct model provider connections and no hosted Lore model gateway.
- Public source repository: github.com/fayzkk889/lore.
- Direct provider support for Anthropic, OpenAI-compatible endpoints, OpenRouter, DeepSeek, custom endpoints, and local Ollama.
- Local
.lore/memory, wiki pages, recalled notes, snapshots, audit trail, and verification ledgers. - Safety modes:
full-auto,auto-safe,ask, andread-only. - Rollback snapshot hardening avoids obvious secret material and preserves skipped existing files.
- Go module path changed to
github.com/fayzkk889/lore. - Installer checksum verification for
v0.9.1-betarelease artifacts. - Obsolete hosted beta system removed: OAuth, licensing, pricing, billing, payment tiers, hosted metering, LemonSqueezy checkout, and monthly token caps are no longer part of Lore.
v0.7.9-beta - Agentic loop overhaul
Large reliability upgrade for autonomous code generation, self-check, continuation, and multi-directory projects.
- Context compression reduces token usage during long sessions.
- Self-check re-verifies after each auto-fix attempt.
- Frontend/backend project checks are detected more reliably.
- Raw code no longer leaks into chat display during streaming.
v0.7.3-beta - Safer, faster sessions
Improved model flow, paste handling, session resilience, friendlier errors, and stronger command execution UX.
- Autonomous shell execution controls.
- Paste-proof multi-line input.
- Graceful cancel with Ctrl+C.
- System prompt trimmed for lower token cost.
v0.6.0-beta - Your code remembers
The core memory release: streaming responses, deep code review, smart context selection, shell commands, LORE.md, and session summaries.
- Wiki context loads automatically on session start.
- LORE.md project rules are respected every session.
- Deep review reads real files before reporting.
/commit,/pr,/sh, and/auto-shadded.
v0.5.0-beta.1 - Original public beta, now obsolete
Obsolete historical note: this early beta experimented with authentication, payment tiers, hosted usage tracking, and external checkout. Those systems were removed for the open-source BYO-key architecture.