Releases: Fennec-AI/Fennec
Releases · Fennec-AI/Fennec
Release list
Fennec v0.2.0
[0.2.0] - 2026-06-30
Added
- Interactive terminal dashboard (
cli/interactive.py) that mirrors the web Live Activity panel over the same SSE event stream FENNEC_DEMO_SEEDdemo mode with a populated dashboard for screenshots and evaluation- Per-agent model overrides via
RECON_LLM_MODEL/ANALYST_LLM_MODEL/PENTESTER_LLM_MODEL - GitHub Actions CI (ruff + Python tests + frontend build), issue/PR templates,
SECURITY.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md - README badges and a Status & roadmap section; ESLint config for the frontend
pip install -e .[test]extra and a[tool.ruff]config
Changed
- Default model is now
claude-sonnet-4-6(wasclaude-sonnet-4-20250514) - Reports now default to
./reports/<timestamp>_<host>/, matching the docs - Search is backed by
ddgs(the maintained successor toduckduckgo-search) - Hardened recon / analyst / pentester structured-output extraction from end-to-end runs
Removed
- Leftover hosted-SaaS funnel assets (sitemap, robots, email-confirmation page) and ~7 MB of unused marketing media baked into the frontend image
- Stale Cloud Run /
*.run.appAPI URLs from the OSS build
Fixed
docker compose up: slim backend image and correct frontend port- Broken README clone URL and in-page CLI anchor
pytestno longer aborts on collection (dropped a test importing a module not shipped in OSS)