npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

line-of-sight

v0.2.2

Published

Stay oriented while coding agents work. Follow, search, and ask about Claude Code and Codex sessions, locally and read-only.

Readme

Line of Sight

CI npm License: MIT

Stay oriented while coding agents work.

Line of Sight is a local, read-only companion for Claude Code and Codex CLI. Follow live and past sessions, search across conversations, and ask questions about any step—without touching the agent's working session.

Line of Sight: reading a session and asking about selected text

Quick start

Requires macOS, Node.js 20+, and claude (2.1.267+) or codex (0.153.4+) on your PATH. Set up and authenticate the CLI you want to use first. Linux is untested.

npm i -g line-of-sight
sight open

Sight runs in the background and shows every Claude Code and Codex session, past and live, at http://127.0.0.1:2020. Choose a session, select text, and click Ask. Run sight open again after a restart.

To start Sight automatically with your agent, launch the agent through it:

sight claude    # or: sight codex

Understand the work

  • Follow. Read live sessions as they unfold, or return to past work without digging through terminal output.
  • Inspect. See the conversation, tool calls, results, and subagent work in one readable view.
  • Ask. Select any text and ask what happened, why the agent did it, or whether something deserves a closer look. Answers live in a separate, read-only side chat.
  • Search. Find decisions and explanations across Claude Code and Codex sessions.
  • Copy. Copy messages as Markdown or code blocks as plain code.

Comprehension, not control

Line of Sight is not a control plane or mission-control dashboard for agents. It does not orchestrate their work, send them commands, or reduce a session to a completion status. It gives you a readable view of what happened and a separate place to question it, while the working conversation stays untouched.

Privacy and behavior

  • Read-only questions. Sight cannot edit your project or send replies to the working agent. Claude Code uses restricted tools; Codex uses a read-only sandbox.
  • Local storage. The viewer listens only on 127.0.0.1. Transcripts are read from disk; indexed content, saved Q&A and, per question, a snapshot of the conversation around it live in ~/.sight. There is no telemetry.
  • Model access. Sight uses your CLI's authentication and model service. Questions, transcript context, and project content read by the responder are sent to that service, using your account's quota or billing.
  • Retention. Sight mirrors the transcripts on disk. If a transcript is deleted, its session and saved side chats are removed from Sight too. Claude Code deletes transcripts itself after cleanupPeriodDays (30 by default). To keep your questions, answers and their conversation snapshot after that, set keepSideChats — see the usage guide.

Uninstall

sight stop
npm uninstall -g line-of-sight
rm -rf ~/.sight

Deleting ~/.sight removes Sight's index, settings, and saved side chats. Your Claude Code and Codex transcripts are not touched.

Help

See the usage guide for configuration and troubleshooting, or run sight --help for all commands.

License

MIT