Isaiah ntina

πŸŽ‰ Context Sync v0.6.1 - Multi-Session Support + Big File Intelligence

Hey PH! πŸ‘‹

We just shipped v0.6.1 with two major features that our community asked for:

1️⃣ True Multi-Session Architecture

Every AI platform gets its own independent instance!

The Problem: Context Sync previously had ONE global "current project" in the database. Switching projects in ANY platform would break ALL other sessions.

The Solution: Each MCP server instance now maintains its own session state in memory:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Claude Desktop β”‚  β”‚  Cursor IDE     β”‚  β”‚  VS Code Copilotβ”‚
β”‚                 β”‚  β”‚                 β”‚  β”‚                 β”‚
β”‚  MCP Instance 1 β”‚  β”‚  MCP Instance 2 β”‚  β”‚  MCP Instance 3 β”‚
β”‚  Project A      β”‚  β”‚  Project B      β”‚  β”‚  Project A      β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚                    β”‚                    β”‚
         β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                              β–Ό
                    Shared Database
              (decisions, todos, context)

What this means:

  • Work on multiple projects simultaneously across ANY AI platform

  • Each tool (Claude, Cursor, Copilot, etc.) has its own independent session

  • Switch projects mid-conversation without affecting other tools

  • All platforms still share the same project data

2️⃣ Smart File Skimming for Large Codebases

Big files matter too - Context Sync now handles them intelligently!

The Problem: Large codebases have massive files (bundle outputs, generated code, data files). Previously, we'd either skip them entirely or choke on them.

The Solution: Intelligent file skimming for files over 1MB:

  • βœ… Read full header (first 32KB) - where imports/definitions live

  • βœ… Read full footer (last 16KB) - where exports/conclusions are

  • βœ… Pattern-match through middle for key code (functions, classes, imports)

  • βœ… Strategic sampling of content

What this means:

  • Big codebases with 1000+ files? No problem!

  • Generated files, bundles, large configs? We handle them!

  • 80%+ reduction in data processed, 100% of the context retained

  • Your AI assistant now sees the FULL picture of your codebase

πŸ’‘ Real-World Impact

Multi-Session Architecture:

Scenario: You're working on 3 projects
- Claude Desktop: Debugging Project A (microservices)
- Cursor: Building features for Project B (monorepo)
- VS Code: Reviewing Project A code

Before v0.6.1: Chaos. Sessions conflicting.
After v0.6.1: Perfect harmony. Each tool independent!

Big File Intelligence:

Scenario: React app with huge bundle files
- dist/bundle.js (5MB) - Previously ignored
- Now: Skimmed intelligently, imports/exports captured
- Result: AI knows your full dependency graph

Together: Work on massive projects across multiple AI tools without compromise!

πŸš€ Get Started

bash

npm install -g @context-sync/server

⭐ GitHub: github.com/Intina47/context-sync

This was one of our most requested features - built based on YOUR feedback!

What should we build next? πŸ™Œ

74 views

Add a comment

Replies

Be the first to comment