Skip to content

Releases: saero-ai/xcaffold

v0.16.2

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 24 Aug 06:56
51f0353

0.16.2 (2026-08-24)

Bug Fixes

  • providers: preserve nested rule paths for antigravity & copilot (523354a)
  • providers: preserve nested rule paths for antigravity & copilot (57a753d)

v0.16.1

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 23 Aug 11:11
9e92ac5

0.16.1 (2026-08-23)

Bug Fixes

  • antigravity: sanitize agent tools during markdown compilation (c11b41f)
  • antigravity: sanitize agent tools during markdown compilation (68b1330)

v0.16.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 23 Aug 09:10
9c08b96

0.16.0 (2026-08-23)

Features

  • providers: add gemini-3.7/3.6 models and antigravity catalog to docs (50c80f9)
  • providers: add gemini-3.7/3.6 to antigravity resolver (f9f7a16)
  • providers: unify antigravity provider across cli, ide, and runtime (e9436cc)
  • providers: unify antigravity provider across cli, ide, and runtime (0c337f2)

v0.15.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 20 Jun 11:57
f1a0d0b

0.15.0 (2026-06-20)

Features

  • ast: add Path field to ContextConfig for subdirectory rendering (c0a02c3)
  • compiler: fix orphan boundary and root file counting (45a98e0)
  • context: add path field for subdirectory rendering (fd308d8)
  • importer: recursive walker for nested context files with slugs (58e94c6)
  • parser: add parse-time validation for context path field (e35ec03)
  • renderer: add ResolveContextBodies returning path-keyed map (318e59b)
  • renderer: antigravity2 path-bearing contexts to subdirs (8c802eb)
  • renderer: claude renders path-bearing contexts to subdirs (38eaee8)
  • renderer: gemini and cursor support path-bearing contexts (c14194b)
  • renderer: map context path for copilot and codex (dfa5c4c)
  • renderer: scope context uniqueness validation by (target, path) (8bf79a7)

v0.14.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 17 Jun 13:38
4753cec

0.14.0 (2026-06-17)

Features

  • cli: add --json flag to status and apply commands (2bd8319)

Bug Fixes

  • cli: resolve lint issues in JSON output implementation (3106254)

v0.13.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 12 Jun 14:34
aacf63a

0.13.0 (2026-06-12)

Features

  • renderer: add paths and metadata support for Cursor skills (c201ae7)

Bug Fixes

  • renderer: emit disable-model-invocation in Cursor skill output (6d18d0c)
  • renderer: emit disable-model-invocation in Cursor skill output (2d9affb), closes #118

v0.12.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 11 Jun 17:15
6dfdcbd

0.12.0 (2026-06-11)

Features

  • cli: add --json output flag to xcaffold list (272be85)

v0.11.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 10 Jun 09:54
b5d0614

0.11.0 (2026-06-10)

Features

  • cli: support default targets in global scope (2d26e17), closes #108
  • compiler: user-configurable tier mapping overrides (2cd0984), closes #106
  • importer: import antigravity2 knowledge files as memory (006d61c)
  • renderer: add alias resolution and active-provider selection (3874ea1)

Bug Fixes

  • cli: collect canonical provider names in multi-provider import (5bbb386)
  • cli: fall back to base toolkit agent when no provider variant (df7b6ff)
  • cli: normalize provider aliases for apply and import targets (9e372b8)
  • cli: prefer active providers when import detects a shared directory (8689092)
  • importer: remove redundant RootMCPPath from antigravity2 (2a9f80d)
  • parser: wire target into variable loading (df801df), closes #107
  • providers: remove internal reference from Status field comment (20c20bd)

v0.10.0

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 09 Jun 06:29
82d9659

0.10.0 (2026-06-09)

Features

  • cursor: refresh tier mappings and add model docs (db366aa)
  • cursor: support native model slugs and tier mapping (171217d)
  • cursor: support native model slugs and tier mapping (c277d33), closes #98
  • providers: refresh model tier mappings across all providers (27160c2)

Bug Fixes

  • cli: include non-xcaf source files in status drift scan (899928d)
  • cli: include non-xcaf source files in status drift scan (e4d5455), closes #99

v0.9.4

Choose a tag to compare

@saero-robertpaul saero-robertpaul released this 06 Jun 01:26
3a3d0de

0.9.4 (2026-06-06)

Bug Fixes

  • compiler: restore context rendering in blueprint-filtered applies (936a196)
  • compiler: restore context rendering in blueprint-filtered applies (b24ed8b)
  • compiler: restore context rendering in blueprint-filtered applies (c8a9e92), closes #94