Skip to content

Releases: davidalarcondev/better-ui

v2.4.0

Choose a tag to compare

@davidalarcondev davidalarcondev released this 05 Jul 15:37
506863b

2.4.0 (2026-07-05)

Features

  • wire presets into runtime getExtensions and getReportFile (#37) (1b996e7)

v2.3.0

Choose a tag to compare

@davidalarcondev davidalarcondev released this 04 Jul 18:47
45c08f9

2.3.0 (2026-07-04)

Features

  • add /custom-s-p command and remove phantom CLI entries (81ddea7)

Bug Fixes

  • guard projectPaths.isInsideProject and propagate AI adapter errors (0713307)
  • harden scanners against crashes, regex injection, and false positives (112fa51)

v2.2.2

Choose a tag to compare

@davidalarcondev davidalarcondev released this 01 Jul 12:07
5f7f3e0

2.2.2 (2026-07-01)

Bug Fixes

  • remove duplicate CHANGELOG entries and fix README demo embed (e2f3a66)

v2.2.1

Choose a tag to compare

@davidalarcondev davidalarcondev released this 01 Jul 10:22
9863920

2.2.1 (2026-07-01)

Bug Fixes

  • update repository URLs and improve README demo layout (df01089)

v2.2.0

Choose a tag to compare

@davidalarcondev davidalarcondev released this 01 Jul 09:22
29b4d32

2.2.0 (2026-07-01)

Features

  • ai: add fetchWithRetry, signal, and error body to adapters (0c1f80e)

Bug Fixes

  • ai: use adapter system in aiExplain, cap maxTokens, fix backtick regex (7bbcc4b)

v2.1.1

Choose a tag to compare

@davidalarcondev davidalarcondev released this 24 Jun 18:16
ec1d06a

2.1.1 (2026-06-24)

Bug Fixes

  • skip TS diagnostics when node_modules missing (8d9216d)

v2.1.0

Choose a tag to compare

@davidalarcondev davidalarcondev released this 24 Jun 11:21
379b681

2.1.0 (2026-06-24)

Features

  • add command output reference, better-ui ESLint plugin, and dedicated renderers (cf47e3d)
  • AI adapters with 12 provider support (f00a073)
  • AI-powered /fix and /ai commands in CLI and TUI (d0f245f)
  • AI-powered /fix, /ai command, and complete documentation overhaul (8f6f962)

Bug Fixes

  • accurate related command suggestions per workflow (3b5e255)
  • security, async safety, and suppression system (f1c71ee)

v2.0.1

Choose a tag to compare

@davidalarcondev davidalarcondev released this 10 Jun 18:26
c3a1831

2.0.1 (2026-06-10)

Bug Fixes

  • sync all docs after removing /init, /doctor, /explain, and HTML format (72bbad6)

v2.0.0

Choose a tag to compare

@davidalarcondev davidalarcondev released this 10 Jun 18:08
eccbdf3

2.0.0 (2026-06-10)

⚠ BREAKING CHANGES

  • Removed four features to simplify the tool:

Features

  • remove /init, /doctor, /explain, and HTML format (b9cf50a)

v1.3.0

Choose a tag to compare

@davidalarcondev davidalarcondev released this 10 Jun 16:51
b6be096

1.3.0 (2026-06-10)

Features

  • enrich /explain with per-rule knowledge, simplify /init, remove report auto-save (64e06b5)

Bug Fixes

  • handle Ctrl+C gracefully during TUI prompts (9544366)