Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 17:57

Changelog

  • 27f19c9 chore(ci): ignore test_output.txt to fix pipeline build
  • c3b4de6 chore(ci): migrate golangci-lint configuration to v2
  • 7615bf1 chore(ci): pin golangci-lint version to v1.64.0
  • 5ceb9ed chore(ci): remove v prefix from golangci-lint version
  • 3ac970e chore(ci): update golangci-lint-action to v9
  • 4184e02 chore: bump version to 1.2.0
  • db2f82b ci: add GitHub Actions job summaries for linting and test results
  • d736c93 ci: disable cache in actions setup to eliminate go.sum missing warnings
  • e7d1ab9 ci: update github actions versions to latest releases
  • 2679645 ci: upgrade actions to major versions supporting Node 24 (checkout@v5, setup-go@v6, golangci-lint-action@v9, action-gh-release@v3)
  • 8122042 ci: upgrade to actions checkout@v5, setup-go@v6, golangci-lint-action@v9, action-gh-release@v3 for Node 24 support
  • fec43a1 feat(cli): add custom translation rules management
  • baef8fc feat(cli): add dangerous commands protection and bypass configuration
  • c6773a9 feat(cli): add multi-step command execution support
  • 18ba30f feat(cli): add structured logger and shelloma logs utility
  • e58727e fix(ci): downgrade golangci-lint-action to v6.5.0 for v1.64.0 compatibility
  • 128b469 fix(ci): update golangci-lint version parameter to latest for action v6.5.0
  • 7489d1c refactor(test): modularize unit test files per context in pkg/ollama and pkg/ui
  • f351e28 test(cli): add multi-os dangerous commands support and validation tests