* feat(api): add duration_ms to audit log entries Server-computed duration in milliseconds (started_at → ended_at) on the list audit logs endpoint. Null when ended_at is not set. Closes #749 * feat(api): add duration_ms to audit log entries and type audit endpoints - Add server-computed duration_ms (started_at → ended_at) to audit log list response. Null when ended_at is not set. - Add typed Pydantic response models for both audit log endpoints (list and stats) so they appear in the OpenAPI spec. - Regenerate OpenAPI spec and all client SDKs. Closes #749 * chore: regenerate docs skill after audit log response models
1.2 KiB
1.2 KiB
| hide_table_of_contents |
|---|
| true |
import PageHero from '@site/src/components/PageHero';
0.1.0
Features
- Added Hindsight memory integration for OpenAI Codex CLI with three hook scripts: SessionStart (daemon warm-up), UserPromptSubmit (auto-recall), and Stop (auto-retain). (
0b17a67c) - Full-session retain with session-level upsert using session ID as document ID. (
0b17a67c) - Dynamic bank IDs for per-project memory isolation. (
0b17a67c) - Automatic daemon lifecycle management with background pre-start. (
0b17a67c) - 57 automated tests covering content processing and end-to-end hook behavior. (
71125cd9)