From 4d22f212c7012bdc86463b482974c51a854857a5 Mon Sep 17 00:00:00 2001 From: Kailesk Khumar Date: Mon, 13 Apr 2026 00:48:59 +0530 Subject: [PATCH 1/2] feat: add codesight to CLI Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94326b2..1423661 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. +- [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` --- ## Web-Based Tools From d8e9173bce85a8a92d0ebf91ba2bb18af2315f68 Mon Sep 17 00:00:00 2001 From: Abdul Rehman Nasir Tobaria <116266103+abdulrehmann231@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:25:44 +0500 Subject: [PATCH 2/2] chore: removed extra line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1423661..970a60e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. - [Hermes IDE](https://www.hermes-ide.com) — AI-powered shell wrapper for zsh, bash, and fish that adds ghost-text completions, autonomous task execution, full git management with worktrees, and multi-project sessions. Free and open source. - [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools. - - [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight` ---