Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 14:33
9b3f384

0.8.0 (2026-02-05)

Features

  • add agents agent and update AGENTS.md handling (f95c713)
  • add config command to set up agents with AGENTS.md support (782809c)
  • add description field to YAML frontmatter in rule files (73ba46a)
  • cli: add --version flag with eager callback to show version (9649a22)
  • delete: add safe mode and --everything for file deletion (6b3b97e)
  • gemini: generate_root_doc writes GEMINI.md from rules (41dd946)
  • reference AGENTS.md in CLAUDE.md and add config check for Gemini (c3181da)
  • vscode: add VSCodeAgent for mcp.json platform support (363f0c9)

Bug Fixes

  • download: display expected files when none are found (6a0d90f)
  • download: move markdown files to generated_files in config (47db877)
  • update deletion logic for subdirs, add safety tests (f27e882)
  • update json modification logic and add find_project_root (3c90d20)

Documentation

  • add agent instructions and update cursor rule descriptions (e83a9f0)
  • add instructions to use typed fastapi route helpers (50131e2)
  • clarify dev workflow, add just/uv usage and db error rule (893660a)
  • clarify developer workflow and agent instructions in instructions.md (51be12a)
  • reorganize secret and stripe sections in instructions files (72ad4ec)
  • require typed route helpers for URL generation in tests (3bbfa73)
  • update Fastapi and Typescript section headings and clarify migration instructions (b8d383d)