Skip to content

houseCARL 1.0.1

Choose a tag to compare

@Avick3110 Avick3110 released this 05 Jun 01:36
· 193 commits to main since this release

houseCARL 1.0.1 - descendable reads + bracket-grammar discoverability.

What's new

  • Descendable reads: housecarl_read_record and housecarl_batch_record_detail gain a depth parameter. depth=1 (default) is unchanged; depth>=2 enumerates the contents of lists, dictionaries, and sub-structs - each element shown with its index and an identity (e.g. VirtualMachineAdapter.Scripts[0].Properties[5] = [ScriptObjectProperty] Name=...) - so nested elements and their indices are visible in one call instead of probing each index by hand.
  • Bracket-grammar discoverability: reading a collection with a dot-index (e.g. Aliases.0) now returns an actionable hint to use brackets (Aliases[0]); bracket indexing is documented in the read and write tool descriptions.

Install (modders): download houseCARL-1.0.1.zip below, unzip, and run houseCARL-Setup.exe, then pick [1] Claude / [2] Codex / [3] Both. Requires Windows, the .NET 9 ASP.NET Core Runtime, and Mod Organizer 2. See the README for build-from-source and full details.

Licensed GPL-3.0-only (see LICENSE and THIRD-PARTY-NOTICES.txt).