Parses an IDE build log to generate a Delphi configuration file, with minimal settings for Windows targets and full library paths for cross-compilation targets.
Clean Delphi project files (.dproj/.groupproj) using MSBuild with RAD Studio environment to remove intermediate build artifacts and prepare for fresh compilation.
Export schematic sheet data with optional include filters, preventing large sheets from flooding the agent context. Useful for BOM, wiring checks, and verifying edits.
Enables building and cleaning Delphi projects (.dproj/.groupproj) on Windows using MSBuild with RAD Studio environment initialization. Supports both individual projects and group projects with configurable build configurations and platforms.
Enables compilation of Delphi (RAD Studio) Object Pascal projects through natural language commands. Supports automatic Debug/Release builds for Win32 and Win64 platforms using the native Delphi compiler toolchain.
Send a question to a council of AI models and get a structured answer in five modes (individual, categorized, deconflicted, pooled, dialectic). Supports image questions and git-based repo reviews.
Query a council of AI models and receive a structured synthesis in five modes: individual, categorized, deconflicted, pooled, or dialectic. Attach files, images, or a git diff for context.
Identify what timestamp formats a number or version-1 UUID could represent, returning a ranked list of plausible interpretations to use before date conversion.
Generate delphi_config.toml files from multiple IDE build logs, producing separate platform-specific configs or a unified config for different configurations and platforms.
Extend an existing Delphi config file with settings from a new IDE build log to add support for new platforms or libraries, merging new paths while preserving existing settings.
Compile Pascal source files (.lpr/.pas) using the Free Pascal Compiler to generate executable binaries with configurable CPU/OS targets and search paths.