Skip to content

v0.1.11

Choose a tag to compare

@acailic acailic released this 31 Mar 15:01

v0.1.11

✨ Features

  • Implement medium-term features — adaptive replay, exploration, conversation, live dashboard
  • Implement 5 research-backed quick wins

🐛 Bug Fixes

  • Auto-increment session.errors when error events are added
  • Use atomic SQL increment for session.errors in add_event
  • Polish 6 issues for HN launch — drift threshold, seed data, benchmark calls
  • Resolve CI failure (version) — sync expected version to 0.1.10
  • Resolve CI failure (version) — sync hardcoded version in SDK init.py
  • Resolve CI failure (lint) — break long line in seed_data.py
  • Resolve CI failure (lint)

📦 Other

Dependencies

  • Bump typescript from 5.9.3 to 6.0.2 in /frontend
  • Bump vitest from 4.1.1 to 4.1.2 in /frontend

Documentation

  • Add polished UI screenshots for README
  • Add updated interactive course for Peaky Peek
  • Add GitHub icon/link to course header
  • Update course description with key features
  • Update README screenshots and title
  • Add scientific papers section and fix safety screenshot
  • Remove Safety Audit Trail section
  • Add research-backed action plan and paper analysis

Refactoring

  • Deslop — trim verbose docstrings and remove duplicated formatTimestamp
  • Derive version from installed package metadata
  • Add 174 collector tests, extract UI components, fix test regressions

Testing

  • Enhance auto-patch adapter tests — verify event data fields and missing paths

Style

  • Polish UI for more professional appearance