Skip to content

Releases: logicminds/filemaid

filemaid v0.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:21
c262b5c

What's Changed

  • feat(filemaid-6ne): add --include-dirs flag and directory candidate enumeration by @logicminds in #14
  • feat: directory-aware deep classification and in-place renaming by @logicminds in #15
  • style: gofmt project atomicity code by @logicminds in #16
  • fix: eliminate race in mdimport batcher by @logicminds in #17
  • docs(beads): require branch, commit, validation, simplify, and PR before closing tasks by @logicminds in #18
  • feat(cli): repeat run ID at the bottom of history --last output by @logicminds in #19
  • feat: make file moves opt-in with --move flag by @logicminds in #20
  • Release v0.6.0 by @logicminds in #21

Full Changelog: v0.5.1...v0.6.0

filemaid v0.5.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:40

Full Changelog: v0.5.0...v0.5.1

filemaid v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:08

What's Changed

Full Changelog: v0.4.0...v0.5.0

filemaid v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 07:27

What's Changed

  • llm: deduplicate prompt and modernize Ollama client by @logicminds in #11

Full Changelog: v0.3.0...v0.4.0

filemaid v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 04:01

What's Changed

  • perf(llm): parallelize classification, cache decisions, and improve model setup by @logicminds in #10

Full Changelog: v0.2.0...v0.3.0

filemaid v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 00:13
c8412da

What's Changed

  • feat: version provenance, interactive setup, and LLM improvements by @logicminds in #1
  • feat: validate model health and check disk space during setup by @logicminds in #2
  • fix(llm): match Ollama model names regardless of tag; version and clean up setup models by @logicminds in #4
  • fix(llm): raise output token budget and parse chat content/thinking by @logicminds in #5
  • feat(cli): add table output, --format/--json, and classification progress to process/scan by @logicminds in #8
  • Fix screenshot scan failures caused by redundant file open after concurrent move by @logicminds with @Copilot in #7
  • Align GitHub Actions on Go 1.26.4 and harden release workflow by @logicminds with @Copilot in #9

New Contributors

Full Changelog: v0.1.0...v0.2.0