Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 May 09:17
· 44 commits to main since this release
be27734

Changelog

Features

  • c4d6669: feat: refactor provider clients to inject default app headers automatically (#235) (@appleboy)
  • d186027: feat: add automated cross-platform install script for CodeGPT CLI (#237) (@appleboy)
  • 368258c: feat(ci): update configuration schema to support multiple archive formats (@appleboy)

Bug fixes

  • 61c37aa: fix: avoid duplicate configuration by checking for existing entries (@appleboy)
  • bdb06c4: fix: improve environment variable handling and config consistency (@appleboy)

Enhancements

Refactor

  • 8013799: refactor: refactor version handling into dedicated package (@appleboy)
  • 497c8f1: refactor: refactor variable initialization for client configuration (@appleboy)
  • 8501ab0: refactor: refactor initialization and option handling for install script (@appleboy)

Build process updates

  • 3b35a61: build: update dependencies and improve test coverage (@appleboy)
  • 61539f5: ci: update linting configuration and dependencies in GitHub Actions (@appleboy)
  • 26cbb98: build: enhance build metadata and version reporting functionality (#234) (@appleboy)
  • e135d0e: ci: update Go test matrix to only include version 1.24 (@appleboy)
  • 90c1032: ci: add macOS support to test matrix and configure build cache (@appleboy)
  • e2447f4: build: embed branch and version metadata in build artifacts (@appleboy)
  • a13024b: ci: enhance GitHub Actions with install path export and messaging (@appleboy)
  • 366f49e: build: eliminate GIT_BRANCH usage from build process (@appleboy)
  • 86e5fbd: build: inline Go version extraction in build process (@appleboy)
  • 306b713: build: use GOVERSION env variable for Go build version detection (@appleboy)
  • be27734: ci: unify Go version management in CI and release workflows (@appleboy)

Documentation updates

  • 7d12c5e: docs: improve platform documentation and API handling (@appleboy)
  • 5232ee9: docs: document methods and initialization in the git package (@appleboy)
  • 40021a7: docs: add Simplified Chinese translation to documentation (@appleboy)
  • 4d17772: docs: enhance CLI documentation and installation instructions (@appleboy)
  • 66331a9: docs: improve documentation clarity and usability across the project (@appleboy)
  • 97c3a6d: docs: enhance README language links for better accessibility (@appleboy)
  • d41079e: docs: update README to include information about skip_verify (#230) (@teddyhome123)
  • 0c8f505: docs: add vscode devcontainer to readme (#233) (@kvokka)
  • e8b69b3: docs: update Chinese READMEs with devcontainer and install instructions (@appleboy)
  • c07aa8d: docs: unify and clarify README documentation across all languages (@appleboy)
  • 849a434: docs: add Table of Contents to all README translations (@appleboy)
  • 974c7d2: docs: document install script usage in all language READMEs (@appleboy)
  • 583dabc: docs: improve clarity and compatibility of installation instructions (@appleboy)
  • f47a251: docs: document environment variable configuration in installation guide (@appleboy)
  • 34d0b2b: docs: clarify and improve version documentation in all READMEs (@appleboy)

Others