AIToday
AI Coding AssistantsHacker NewsPublished: Jun 22, 2026, 10:00 JST1 min read

EGC lets AI coding assistants remember project context

EGC lets AI coding assistants remember project context

3 Key Points

  1. What happened

    A developer released EGC (Extended Global Context), an npm-installable runtime that stores project decisions, preferences, and next steps in local Markdown files. When you return to a project, the AI automatically loads that state—no commands needed. It works with Claude, GPT-4o, Gemini, and other models, and syncs across Claude Code, Cursor, Gemini CLI, Windsurf, and other tools via an `egc watch` command.

  2. Why it matters

    AI coding assistants currently start fresh each session, losing context about what you were building, what failed, and what comes next. This tool bridges that gap by automating memory management—you just say 'continue' in any language and the AI already knows where you stopped. It includes 14 memory-management tools that the AI calls automatically, plus 5 safety tools that validate shell commands and file writes before execution.

  3. What to watch

    EGC is free and maintained by one developer. It ships with a bonus prompt library of 479 components (63 agents, 229 skills, 76 commands) but those are optional. The tool stores state files at ~/.egc/state/ as plain Markdown, making them human-readable and portable. Installation is a single npm command: `npm install -g @egchq/egc && egc install`.

Ask the AI about this article →

Get the latest AI Coding Assistants news every morning

For example, today's edition would include:

  • OpenClaw 2.0 launches, targeting enterprise AI teamsVentureBeat AI · 11h ago
  • AI Coding Shifts from Prompts to Context to HarnessITmedia AI+ · 18h ago
  • Workday brings AI agents into Gmail, keeping ERP guardrailsSiliconANGLE AI · 20h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleAI Threat to S&P Global Overstated, Analysts Say