Releases: clover0/issue-agent
Releases · clover0/issue-agent
v0.23.0
What's Changed
⚡ Breaking Changes
🔧 Maintenance
- rename
requirementtoplanningby @clover0 in #356 - replace YAML-based templates with structured prompts by @clover0 in #359
- pin minor version for development by @clover0 in #362
- follow go styling by @clover0 in #363
- replace direct map assignments with
registerfunction by @clover0 in #365 - remove unused
storeby @clover0 in #366
📦 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
What's Changed
🔧 Maintenance
- fail early on git configuration errors by @clover0 in #347
- use more specific name by @clover0 in #349
- replace loader for command-specific config loading by @clover0 in #355
📦 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
What's Changed
⚡ Breaking Changes
✨ Features / Enhancements
📚 Documentation
- update references to claude-sonnet-4 model and improve documentation consistency by @clover0 in #346
📦 Dependencies
Full Changelog: v0.21.0...v0.22.0
v0.21.0
v0.20.0
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
- handle file read errors gracefully by @clover0 in #328
- fix support for specifying reviewers by @clover0 in #329
🔧 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
wantnaming in tests by @clover0 in #332 - add working directory initialization management by @clover0 in #334
📦 Dependencies
Full Changelog: v0.19.2...v0.20.0
v0.19.2
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
v0.19.0
What's Changed
✨ Features
- experimental: add
invoke_agentfunction by @clover0 in #307 - add support for Claude 4 by @clover0 in #308
🔧 Maintenance
- refactor: make template finder testable by @clover0 in #296
- refactor: make template mapper struct by @clover0 in #297
- refactor: more concise naming convention by @clover0 in #298
- refactor: prompt building logic to improve flexibility by @clover0 in #299
- fix prompt builder by @clover0 in #300
- refactor logging to support prefixed and colorized outputs by @clover0 in #301
- remove debugging by @clover0 in #302
📦 Dependencies
- Update module golang.org/x/net to v0.40.0 by @renovate in #293
- Update Songmu/tagpr action to v1.6.1 by @renovate in #294
Other Changes
Full Changelog: v0.18.0...v0.19.0
v0.18.0
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
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
✨ Features
📦 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