Changelog
AgentLantern follows early-project semantic versioning: minor versions may still refine command behavior, while patch versions should stay focused on fixes, docs, and small CLI additions.
v0.1.22
Fixed
- README screenshot now uses an absolute GitHub raw URL so package indexes such as PyPI can render it.
Improved
- README installation commands now use the published PyPI package:
pip install agentlanternuv tool install agentlantern
v0.1.21
Released from the current main branch.
Added
lantern replay lastopens the newest saved replay from.lantern_replays/.- Official docs now expose the current version in the top navigation.
- Changelog page added to track product changes from the documentation site.
Improved
- Home page logos now resolve correctly on GitHub Pages.
- Home page includes framework support badges:
- CrewAI is marked as available.
- LangGraph, AutoGen, Smolagents, and Google ADK are marked as coming soon.
- Replay documentation now covers named replays, direct
.jsonlpaths, and latest replay playback.
Changed
lantern webserves generated docs over local HTTP on port9000by default.lantern playdocuments UI port7891and WebSocket port7890.
v0.1.20
Changed
- Project docs serving moved away from self-signed local HTTPS.
- Documentation commands were clarified around default project paths and ports.
v0.1.0
Initial public package direction.
Added
lantern docsfor generating agent-project documentation.lantern webfor generating and serving project docs.lantern lintfor deterministic agent-project checks.lantern inspectfor JSON project inspection.lantern playfor live animated CrewAI run visualization.lantern replayfor replaying saved Play runs.
