Skip to content

Releases: lugassawan/rimba

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 19:00
04432af

Changelog

Features

  • [feat] Add debug instrumentation and scope module detection to service in monorepo (#104)
  • [feat] Add monorepo support for service-scoped worktrees (#100)
  • [feat] Add monorepo support to MCP tool handlers (#97) (#102)

Refactoring

  • [refactor] Hoist MainRepoRoot from syncOne to RunE (#98) (#103)
  • [refactor] Replace internal tools/lint with tidygo module (#96)

Maintenance

  • [chore] Update dependencies for v1.8.0 release (#106)

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 11 Mar 07:35
49c6b4e

Changelog

Features

  • [feat] Compact default table for rimba list with --full flag (#94)

Bug Fixes

  • [fix] Add spinner during worktree removal in clean command (#91) (#95)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 24 Feb 09:48
26ba1c7

Changelog

Bug Fixes

  • [fix] Fix spinner lifecycle in add and merge commands (#88) (#89)
  • [fix] Improve error handling across operations (#90)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 21:43
0476d89

Changelog

Features

  • [feat] Add --personal flag to rimba init (#46) (#77)
  • [feat] Add MCP server for AI tool integration (#45) (#79)
  • [feat] Add progress indicators for long-running operations (#78)
  • [feat] Auto-derive opinionated config fields (#82)
  • [feat] Auto-push after rimba sync (#73) (#74)
  • [feat] Refactor config from .rimba.toml to .rimba/ directory (#44) (#75)

Refactoring

  • [refactor] Codebase cleanup: reduce duplication and improve consistency (#86)
  • [refactor] Enable gocognit linter and fix all violations (#84)
  • [refactor] Extract shared service layer between CLI and MCP (#83)

Maintenance

  • [chore] Add funcorder, decorder, and nolateexport lint rules (#76)
  • [chore] Add rimba guard hooks to .githooks (#72)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 00:57
98c8f63

Changelog

Features

  • [feat] Add --json output flag to key commands (#42) (#63)
  • [feat] Add AI agent instruction files (#43) (#66)

Bug Fixes

  • [fix] Make agent file installation opt-in on rimba init (#69)
  • [fix] Respect core.hooksPath in HooksDir resolution (#68)

Maintenance

  • [chore] Add make fmt target and use it in pre-commit hook (#64)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 14:21
a5b0c6c

Changelog

Features

  • [feat] Add archive and restore commands (#38) (#55)
  • [feat] Add clean --stale for inactive worktree removal (#36) (#56)
  • [feat] Add rimba log command for recent worktree commits (#37) (#57)
  • [feat] Add status command with worktree dashboard (#35) (#54)

Bug Fixes

  • [fix] Detect squash-merged branches in clean --merged (#60)
  • [fix] Resolve copy_files from main repo root + support nested paths (#61)

Refactoring

  • [refactor] General cleanup for v1.5.0 code (#59)

Maintenance

  • [chore] Add custom lint rules for struct placement and const ordering (#58)
  • [chore] Fix GoReleaser archives.format deprecation (#53)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 01:42
2cba79b

Changelog

Features

  • [feat] Add configurable shortcuts to rimba open (#34)
  • [feat] Add conflict-check and merge-plan commands (#51)
  • [feat] Add pre-commit hook for main/master branch protection (#52)
  • [feat] Add rimba exec command for parallel worktree execution (#50)

Refactoring

  • [refactor] Extract operations package from cmd layer (#49)

Maintenance

  • [chore] Expand golangci-lint config with additional linters (#48)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Feb 08:09
6796475

Changelog

Bug Fixes

  • [fix] Check against origin/ in clean --merged (#31)
  • [fix] Remove sudo from update and install (#28)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 04:24
f674802

Changelog

Bug Fixes

  • [fix] Ad-hoc codesign macOS binaries in rimba update (#26)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 03:46
a397244

Changelog

Features

  • [feat] Add pre-execution hint system for CLI commands (#21)
  • [feat] Add spinner/loading indicators for CLI commands (#19)
  • [feat] Auto-delete branch on rimba remove (#22)
  • [feat] Extend copy_files to support directories (#20)

Other

  • [perf] Optimize long-running commands with flag-aware short-circuits (#23)