What's New in v0.6.6-dev
cgCLI tool — Agent/script-oriented CLI (clickgraph-toolcrate). Translate and execute Cypher without a running server:cg sql,cg validate,cg query,cg nl(NL→Cypher via LLM),cg schema show/validate/discover/diff. Config via~/.config/cg/config.toml. Designed for agentic callers, CI pipelines, and scripting.embeddedfeature now opt-in —clickgraph-embeddedcompiles without chdb by default. NewDatabase::new_remote(schema, RemoteConfig)constructor executes Cypher against external ClickHouse with no chdb dependency.- Agent skills — Three publishable skills for any agentic framework (Claude Code, LangChain, AutoGen, CrewAI, OpenAI function calling):
/cypher,/graph-schema,/schema-discover. See skills/README.md. - openCypher TCK: 383/402 (95.3%), 0 failures — up from 379/402. The 19 skipped scenarios cover Cypher write clauses (
CREATE,SET,DELETE,MERGE). - Type inference ANY fix —
WHERE n.p1 = 12 OR n.p2 = 13across multi-label nodes now correctly retains all candidate types. IS NULL / IS NOT NULL accesses handled without incorrectly eliminating type candidates. - chdb resource caps —
SystemConfiggainsmax_memory_usage_bytes; bothmax_threadsandmax_memory_usageapplied at session init. chdb-rust bumped to 1.3.1.
See CHANGELOG.md for full history.