
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@cookielab.io/klovi
Advanced tools
Browse and present AI coding session history. Supports Claude Code, Codex CLI, Cursor, and OpenCode.
bunx @cookielab.io/klovi@latest
Klovi starts a local server on http://127.0.0.1:3583 and opens your browser.
All data stays on your machine. Sessions are read directly from each tool's
local storage.
Compatibility run:
npx @cookielab.io/klovi@latest
klovi [options]
Options:
--port NUMBER Override the default port (default: 3583)
--no-browser Start the server without opening a browser
| Variable | Default | Description |
|---|---|---|
KLOVI_PORT | 3583 | Server port |
KLOVI_HOST | 127.0.0.1 | Bind address (localhost-only by default) |
KLOVI_STATIC_DIR | (auto) | Override the static assets directory |
KLOVI_SETTINGS_PATH | ~/.klovi/settings.json | Override the settings file used by the CLI |
import { startKloviServer } from "@cookielab.io/klovi/server";
const server = await startKloviServer({
host: "127.0.0.1",
port: 3583,
});
console.log(`Klovi listening on ${server.url}`);
// Later:
server.stop();
startKloviServer(options?)Starts the Klovi backend server. Returns { url, stop() }.
| Option | Type | Default | Description |
|---|---|---|---|
host | string | "127.0.0.1" | Bind address |
port | number | 0 (auto) | Server port |
version | string | "dev" | Version string |
commit | string | "" | Commit hash |
settingsPath | string | ~/.klovi/settings.json | Settings file path |
runtime | "auto" | "bun" | "node" | "auto" | Runtime selection |
~/.claude/projects/~/.codex/sessions/~/.cursor/ plus Cursor's platform-specific app-support SQLite state~/.local/share/opencode/opencode.dbKlovi stores settings in ~/.klovi/settings.json by default. The settings file
tracks:
In browser-served mode there is no native directory picker, so custom plugin paths are edited manually.
MIT
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.