Skip to content

Releases: stanleygomes/moses-cli

moses-cli: v1.3.1

09 Apr 18:14
e765778

Choose a tag to compare

1.3.1 (2026-04-09)

Code Refactoring

  • update context loading to include base-prompt, disable model selection, and enforce Portuguese responses (f7fed1c)

moses-cli: v1.3.0

09 Apr 17:54
fc33620

Choose a tag to compare

1.3.0 (2026-04-09)

Features

  • add instruction files support for AI reviews and introduce config skills command to manage them (b28e147)
  • implement dynamic model selection and support for per-review model overrides via CLI or interactive wizard (3556dbc)

Code Refactoring

  • centralize GitLab configuration updates and remove redundant wizard and error handling logic (33ba646)
  • consolidate AI services into a single AiService module and define unified configuration types (891e854)
  • consolidate configuration updates into ConfigUpdateService and unify error handling with ErrorUtil while enhancing TokenUtil masking capabilities. (0c4cfcc)
  • flatten gitlab service directory structure and introduce SetupWizardFlow service (3fb6aaa)
  • inline DiffLimitManager logic into SetDiffLimitModule and remove unused service files (0ab564b)
  • inline wizard flow logic into InitModule and remove SetupWizardFlow service (7a3e742)
  • migrate services to utilities and define BuildMergeRequestMarkdownInput type (63d21b7)
  • modularize GitLab API client and extract HTTP/async utilities (afd4911)
  • remove interactive prompt for automatic repository downloads (9ff0467)
  • remove redundant JSDoc comments and improve code formatting across utility and service modules (6b38eca)
  • remove update functionality and cleanup codebase (749d383)
  • rename config services, remove ConfigValidator, and integrate ConfigStore directly into ValidateModule (1204f99)
  • rename Display class to DisplayUtil throughout the codebase (5415d88)
  • replace RepoScanner service with RepoUtil and migrate usage limit logic to utility module (24fb5e4)

moses-cli: v1.2.0

08 Apr 20:37
e859ff4

Choose a tag to compare

1.2.0 (2026-04-08)

Features

  • add reset command to clear local configuration and update build output paths (49b5336)
  • implement automatic repository context scanning and cloning for improved AI review analysis (a50a166)
  • implement automatic update checking and manual update command for CLI (6369138)

Bug Fixes

  • corrigir permissoes release ci (d034701)
  • suppress ENOENT error logs and provide helpful initialization prompts in service error handlers (83e6da2)

Miscellaneous Chores

Code Refactoring

  • abstract prompt logic into a reusable utility with Zod validation and remove redundant config loader module (aa6fbca)
  • consolidate configuration management into ConfigStore and standardize prompt usage with a new Confirm utility (2549ed7)
  • enforce class-based architecture across commands and services (95a8947)
  • enhance CLI output by migrating MR and context summaries to formatted box displays (86c575d)
  • enhance repository context tracking, reduce default diff limit, and improve error handling in service managers (1543dc8)
  • flatten module directory structure by moving files directly into the modules directory (c9e2458)
  • migrate module handlers to centralized services directory (4972c40)
  • modularize CLI command structure and standardize type naming conventions (63eeeab)
  • modularize constants by splitting src/constants.ts into a dedicated directory (5a570fe)
  • modularize core logic by extracting helper handlers and cleaning up redundant utilities (134b5a7)
  • modularize filesystem and JSON operations, and introduce a centralized ConfigStore for improved state management (5a44f25)
  • move FEEDBACK_STYLE_GUIDANCE to constants file for better maintainability (82d2dce)
  • rename service handlers to managers and consolidate setup wizard logic (3098cfa)
  • src/services into single-responsibility methods and split orchestration flows (4b1dce4)

Documentation

  • ajuste readme (86595b4)
  • ajustes no readme (be1d35e)
  • corrigindo commandos readme (bf803ee)
  • update README with command reference, improved flow documentation, and feature clarifications (b4bcfdc)

moses-cli: v1.1.0

03 Apr 07:24
e1573f5

Choose a tag to compare

1.1.0 (2026-04-03)

Features

  • migrate CLI codebase to TypeScript and add build/lint/format/type-check toolchain (6aa5f05)
  • refactor MR review flow to Copilot/Gemini-only with contextual prompting and configurable feedback/size guards (4a7c0ac)
  • translate Portuguese CLI texts to English (81ac127)

Bug Fixes

Miscellaneous Chores

Documentation

  • ajuste screenshot readme (dafa1ca)
  • atualizando readme (faa04f1)
  • project name to moses-cli (5f4bed1)
  • remove unuseful Links section from README (d3ba794)
  • screenshot no readme (dda82e5)