Skip to content

Releases: clover0/issue-agent

v0.23.0

07 Sep 03:08
8c9a6d8

Choose a tag to compare

What's Changed

⚡ Breaking Changes

  • remove no_submit from CLI input option by @clover0 in #364

🔧 Maintenance

📦 Dependencies

  • fix(deps): update module github.com/aws/aws-sdk-go-v2/service/bedrockruntime to v1.31.0 by @renovate[bot] in #353
  • chore(deps): update python:3.13-slim-bookworm docker digest to 6544e0e by @renovate[bot] in #352
  • chore(deps): update go to v1.24.5 by @renovate[bot] in #351
  • fix(deps): update module github.com/go-playground/validator/v10 to v10.27.0 by @renovate[bot] in #354
  • fix(deps): update module golang.org/x/net to v0.42.0 by @renovate[bot] in #361
  • fix(deps): update module github.com/openai/openai-go to v1.10.1 by @renovate[bot] in #360

Other Changes

Full Changelog: v0.22.1...v0.23.0

v0.22.1

09 Jul 13:17
8049a6e

Choose a tag to compare

What's Changed

🔧 Maintenance

📦 Dependencies

  • fix(deps): update module github.com/google/go-github/v71 to v73 by @renovate in #337
  • bump go-github v71 -> v73 by @clover0 in #350
  • fix(deps): update module github.com/openai/openai-go to v1.8.2 by @renovate in #314

Full Changelog: v0.22.0...v0.22.1

v0.22.0

29 Jun 14:34
dc1269c

Choose a tag to compare

What's Changed

⚡ Breaking Changes

  • remove support for reviewers CLI argument by @clover0 in #345

✨ Features / Enhancements

  • add request_reviewers function to request GitHub PR reviewers by @clover0 in #343

📚 Documentation

  • update references to claude-sonnet-4 model and improve documentation consistency by @clover0 in #346

📦 Dependencies

  • chore(deps): update sigstore/cosign-installer action to v3.9.1 by @renovate in #336

Full Changelog: v0.21.0...v0.22.0

v0.21.0

29 Jun 00:08
233e270

Choose a tag to compare

What's Changed

✨ Features / Enhancements

🤖 CI/CD & Testing

  • add enhancement section to release note by @clover0 in #342

Full Changelog: v0.20.0...v0.21.0

v0.20.0

28 Jun 09:20
6954eed

Choose a tag to compare

What's Changed

✨ Features

  • update agent function description to include context requirements by @clover0 in #333
  • Enable prompt cache for Bedrock and Anthropic API by @clover0 in #338

🐛 Bug Fixes

🔧 Maintenance

  • chore(deps): update golangci/golangci-lint-action action to v8 by @renovate in #295
  • rename file to match function name by @clover0 in #327
  • change retry with dynamic times by @clover0 in #326
  • restructure config to make it testable by @clover0 in #330
  • align with test package name convention by @clover0 in #331
  • standardize want naming in tests by @clover0 in #332
  • add working directory initialization management by @clover0 in #334

📦 Dependencies

  • fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 by @renovate in #335

Full Changelog: v0.19.2...v0.20.0

v0.19.2

25 Jun 13:52
4b0b7ef

Choose a tag to compare

What's Changed

🔧 Maintenance

📦 Dependencies

  • chore(deps): update gcr.io/distroless/static-debian12 docker digest to d9f9472 by @renovate in #303
  • chore(deps): update golang:1.24.3-bookworm docker digest to 29d9726 by @renovate in #304
  • chore(deps): update python:3.13-slim-bookworm docker digest to 56a1136 - autoclosed by @renovate in #305
  • chore(deps): update python:3.13-slim-bookworm docker digest to f2fdaec by @renovate in #316
  • chore(deps): update go to v1.24.4 by @renovate in #317
  • chore(deps): update actions/attest-build-provenance action to v2.4.0 by @renovate in #320
  • fix(deps): update module golang.org/x/net to v0.41.0 by @renovate in #321
  • fix(deps): update aws-sdk-go-v2 monorepo by @renovate in #318
  • chore(deps): update songmu/tagpr action to v1.7.0 by @renovate in #322
  • chore(deps): update gcr.io/distroless/static-debian12 docker digest to b7b9a69 by @renovate in #323

Full Changelog: v0.19.1...v0.19.2

v0.19.1

25 May 10:26
7b07069

Choose a tag to compare

What's Changed

⚡ Breaking Changes

  • remove support for review_agents configuration by @clover0 in #309

Other Changes

  • refine prompts and remove redundant templates by @clover0 in #311
  • enhance logging context in function execution by @clover0 in #312
  • eliminate redundancy on function execution by @clover0 in #313

Full Changelog: v0.19.0...v0.19.1

v0.19.0

25 May 04:46
eed982e

Choose a tag to compare

What's Changed

✨ Features

🔧 Maintenance

📦 Dependencies

Other Changes

Full Changelog: v0.18.0...v0.19.0

v0.18.0

11 May 10:28
8974b72

Choose a tag to compare

What's Changed

✨ Features

📦 Dependencies

  • Update actions/create-github-app-token action to v2.0.6 by @renovate in #285
  • Update Go to v1.24.3 - autoclosed by @renovate in #286
  • Update python:3.13-slim-bookworm Docker digest to 914bf5c by @renovate in #287
  • Update actions/setup-go action to v5.5.0 by @renovate in #288

Other Changes

  • improve feedback when branch not found error by @clover0 in #283

Full Changelog: v0.17.0...v0.18.0

v0.17.0

03 May 11:24
49d0732

Choose a tag to compare

What's Changed

✨ Features

  • add function to create a review comment on GitHub pull request by @clover0 in #281

📦 Dependencies

  • Update actions/create-github-app-token action to v2.0.5 by @renovate in #275
  • Update golang:1.24.2-bookworm Docker digest to 79390b5 by @renovate in #271
  • Update python:3.13-slim-bookworm Docker digest to 60248ff by @renovate in #272
  • Update actions/attest-build-provenance action to v2.3.0 by @renovate in #276
  • Update module github.com/google/go-github/v70 to v71 by @renovate in #277
  • bump go-github v71 by @clover0 in #279

Other Changes

  • fix broken docker compose for development by @clover0 in #280
  • use any type instead of interface type by @clover0 in #282

Full Changelog: v0.16.4...v0.17.0