sesame: @aliou/sesame-cli@0.11.0
Release @aliou/sesame-cli@0.11.0
Release @aliou/sesame-cli@0.11.0
Minor Changes 84d611e: Fix high CPU in sesame watch caused by repeated full-directory re-indexing and redundant file I/O: Add readFirstLine utility that reads only the first 4 KiB of a file instead of loading the entire contents into memory. Fix PiParser.canParse() to use readFi…
Minor Changes dc5e9aa: Library changes: Add listSessions and getSession to the public library API. Keep the parser and indexing flow explicitly Pi-only after the workspace split. Refresh the Sesame skill and usage documentation. CLI changes: Bundle @aliou/sesame into the standal…
Minor Changes 9ef404e: allow searching "" to list sessions
Minor Changes 54d0fca: Migrate from Bun to Node 25 + tsdown SEA for binary builds. Replace bun:sqlite with node:sqlite as the sole SQLite backend. Replace bun build --compile with tsdown exe (Node SEA) for standalone binaries. Migrate CLI tests from bun:test to vitest. Bump mini…
Minor Changes 5e1475e: Add support for session forks and custom_message entries Parse and index custom_message entries (extension-injected LLM context) Track session fork relationships via parent_session_id Track entry tree structure via entry_id, parent_entry_id, timestamp, sou…
Minor Changes 54b7450: Add schema_migrations table for lightweight DB migrations. Replaces inline ALTER TABLE with a tracked migration system using sequential migration files. ca7cb24: Add tool call success/failure status to index and search. New is_error column on chunks, statu…
Minor Changes 9b03f3c: Support ` query to list all sessions with filters. When searching with `, returns all sessions ordered by modification date (newest first), respecting cwd/after/before/limit filters. Default limit of 10 ensures context safety.
Minor Changes 8beab04: Migrate runtime from Bun APIs to Node.js APIs and switch project workflows to pnpm while keeping Bun only for binary builds. Key updates: use node:sqlite instead of bun:sqlite replace Bun file APIs with Node fs APIs run tests with Vitest use pnpm lockfile/…
What's Changed Updating @aliou/sesame to version 0.3.0 by @github-actions[bot] in https://github.com/aliou/sesame/pull/6 Full Changelog: https://github.com/aliou/sesame/compare/v0.2.0...v0.3.0
What's Changed release: v0.1.0 by @github-actions[bot] in https://github.com/aliou/sesame/pull/1 New Contributors @github-actions[bot] made their first contribution in https://github.com/aliou/sesame/pull/1 Full Changelog: https://github.com/aliou/sesame/commits/v0.1.0