github mksglu/context-mode v1.0.72

latest releases: v1.0.74, v1.0.73
18 hours ago

FS Tracking + Before/After Stats + Analytics Cleanup

Think in Code — Now Measurable

  • NODE_OPTIONS --require preload injects fs.readFileSync tracking into all node commands in ctx_batch_execute
  • FS bytes reported via __CM_FS__ stderr marker, accumulated in bytesSandboxed
  • Think in Code savings now visible in ctx_stats for both ctx_execute and ctx_batch_execute

Before/After Stats

ctx_stats now shows a self-explanatory comparison:

Without context-mode:  |########################################| 527.2KB in your conversation
With context-mode:     |#                                       |   3.2KB in your conversation

524.0KB processed in sandbox, never entered your conversation. (99.4% reduction)
+2h 5m session time gained.
  • Time gained as hero metric
  • Outdated version warning in footer
  • Fresh sessions show honest "no savings yet"

Analytics Cleanup

  • Removed 18 unused query methods from AnalyticsEngine
  • Removed unused FullReport fields (activity, patterns, health, agents)
  • 1153 lines → 493 lines (-57%)
  • JSON block removed from default output

Full diff: 7 files, +900/-1672.

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.