Skip to content

KeyScribe v1.1.0

Latest

Choose a tag to compare

@manikv12 manikv12 released this 09 Mar 01:26
· 18 commits to main since this release
5eca108

What's New

Codex-Powered Assistant

  • Full personal assistant powered by Codex with orb HUD and dedicated conversation window
  • Dual interaction modes: Conversational (explore and plan without changes) and Agentic (full tool access for execution)
  • Session catalog with transcript history, timeline view, and session management (rename, delete, resume)
  • Composer toolbar with mode toggle, reasoning effort control, and context usage indicators

Assistant Memory System

  • Thread-local markdown memory that persists context across turns within a session
  • Long-term SQLite-backed memory with lesson extraction, suggestion queue, and retrieval
  • Memory suggestion service that surfaces reusable lessons from past sessions
  • Per-turn context building that combines thread memory, agent state, and long-term entries

Browser Automation

  • Chrome and Brave browser profile discovery from Local State JSON
  • Profile picker sheet for selecting which browser profile the assistant uses
  • Browser automation settings card with toggle, profile selector, and Playwright install support

Improvements

  • Safer install flow in build script using atomic swap pattern
  • Moved browser profile loading off the main thread to avoid UI jank
  • Removed legacy resources and outdated documentation

Bug Fixes

  • Fixed memory scope leakage in assistant memory queries (filters now apply independently)
  • Removed force-unwrap (try!) crash risks in memory service initialization — gracefully falls back to a temporary store
  • Fixed thread-memory section parser to handle missing headings without absorbing later sections

Full Changelog: v1.0.7...v1.1.0

What's Changed

  • Add automation integrations and Codex context fixes by @manikv12 in #30
  • Add Codex-powered assistant, browser automation, and memory system by @manikv12 in #31

Full Changelog: v1.0.7...v1.1.0