Skip to content
Compare
Choose a tag to compare
@YiweiShen YiweiShen released this 26 Jul 04:20
· 5 commits to main since this release

What's Changed

  • fix(reactions): remove eye emoji before adding thumbs-up reaction by @github-actions[bot] in #506
  • fix(reactions): use correct delete method for PR review reactions by @github-actions[bot] in #510
  • docs(architecture): add mermaid chart of architecture by @github-actions[bot] in #512
  • chore(deps): bump axios from 1.10.0 to 1.11.0 by @dependabot[bot] in #513
  • feat(github): add WIP/Done prefix toggling for issue titles by @github-actions[bot] in #515
  • feat(github): add WIP/Done prefix to issue titles by @github-actions[bot] in #516
  • fix(runAction): guard against undefined pull request number by @github-actions[bot] in #520
  • refactor(github): improve runAction readability and performance by @github-actions[bot] in #524
  • refactor(main): Refactor main.ts for readability and performance by @github-actions[bot] in #525
  • feat(github): toggle [WIP] and [Done] prefixes in issue titles by @github-actions[bot] in #561
  • refactor(types): update adm-zip.d.ts definitions by @github-actions[bot] in #562
  • refactor(constants): restructure constant definitions by @github-actions[bot] in #563
  • refactor(utils): refactor contents utility by @github-actions[bot] in #564
  • refactor(security): simplify security logic by @github-actions[bot] in #565
  • refactor(prompt): simplify prompt utility by @github-actions[bot] in #566
  • refactor(errors): simplify error utilities by @github-actions[bot] in #567
  • refactor(utils): simplify error utility module by @github-actions[bot] in #568
  • refactor(utils): simplify flag handling by @github-actions[bot] in #569
  • refactor(constants): reorganize constant definitions by @github-actions[bot] in #570
  • refactor(github-utils): simplify helper functions by @github-actions[bot] in #571
  • refactor(github): simplify event utils by @github-actions[bot] in #572
  • refactor(images): restructure image utilities by @github-actions[bot] in #573
  • refactor(file): improve file.ts code structure by @github-actions[bot] in #574
  • refactor(github): simplify createIssues logic by @github-actions[bot] in #575
  • refactor(result-handler): simplify result handler logic by @github-actions[bot] in #579
  • refactor(progress): restructure progress logic by @github-actions[bot] in #578
  • refactor(github): simplify git command handling by @github-actions[bot] in #577
  • refactor(github): consolidate types and contents code by @github-actions[bot] in #576
  • refactor(prompt-builder): simplify prompt builder code by @github-actions[bot] in #580
  • refactor(reactions): clean up GitHub reactions code by @github-actions[bot] in #581
  • refactor(github): improve event module structure by @github-actions[bot] in #584
  • refactor(github/comments): simplify comments module by @github-actions[bot] in #583
  • refactor(contents): optimize GitHub contents logic by @github-actions[bot] in #582
  • refactor(openai): simplify OpenAI API client code by @github-actions[bot] in #587
  • refactor(prompts): simplify prompt configuration by @github-actions[bot] in #590
  • refactor(github): restructure runAction module by @github-actions[bot] in #589
  • refactor(client): clean up codex module by @github-actions[bot] in #588
  • refactor(main): restructure initialization logic by @github-actions[bot] in #592
  • refactor(config): simplify config initialization by @github-actions[bot] in #593

New Contributors

Full Changelog: v0.3.10...v0.3.11