ContextOS v1.0.0: Smarter Context, Better Agents #28
siddharthakatiyar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
ContextOS v1.0.0
Released August 4, 2026.
ContextOS v1.0.0 is the first stable release of the local-first semantic context engine for coding agents. It indexes repositories into a SQLite-backed semantic graph and exposes focused retrieval through MCP and the CLI.
Highlights
Stable surfaces
From v1.0.0 onward, the documented CLI commands, default MCP tool names and input schemas, and configuration keys follow the guarantees in STABILITY.md. The SQLite index remains ephemeral and rebuildable rather than a stable public schema.
Upgrade
Upgrade the package and restart your MCP client:
The daemon automatically schedules a full rebuild when the indexer format changes. See UPGRADING.md for configuration and compatibility details.
Security
ContextOS confines repository file operations to the configured workspace and uses an allowlist for
ctx_execute. Repository scripts remain enabled by default for trusted projects; disable them withexecAllowRepoScripts: falsewhen working with untrusted code. See SECURITY.md for the complete threat model and accepted dependency risks.This discussion was created from the release ContextOS v1.0.0: Smarter Context, Better Agents.
All reactions