Skip to content

v5.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 06:26
· 1134 commits to main since this release
890afdc

Quint Code v5.2.0

FPF-native engineering decision tool. 6 MCP tools. Works with Claude Code, Cursor, Gemini CLI, Codex CLI.

Install

curl -fsSL https://raw.githubusercontent.com/m0n0x41d/quint-code/main/install.sh | bash

See CHANGELOG for full details.

Added

  • C/C++ module detectioncompile_commands.json as primary source with directory-based fallback
  • C/C++ import parsing#include "..." edge extraction with -I flag resolution
  • C/C++ extensions.c, .h, .cpp, .cc, .cxx, .hpp, .hxx registered in language registry

Fixed

  • quint_solution(action="explore") rejected valid variants — MCP clients serializing variants as JSON strings caused silent parse failure (#33)
  • Status always rescans modules — fresh scan on every quint_query(action="status")
  • Symlink-safe path resolution for C/C++ on macOS

What's Changed

  • feat: add C/C++ module detection and import parsing by @karabelaselias in #32
  • Release 5.2.0: C/C++ support, explore variant parsing fix by @m0n0x41d in #35