Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.72 KB

File metadata and controls

64 lines (43 loc) · 1.72 KB

Changelog

All notable changes to this public repository are documented here.

v0.1.9

  • clarified that Codex, Claude Code, Gemini CLI, and OpenClaw do not require API-key-only setup
  • updated runtime setup flow to support both auth/login and API key paths
  • changed health checks so empty API key values are treated as optional when auth/login may still be valid

v0.1.8

  • added one-command AI runtime installation for OpenClaw, Gemini CLI, Codex CLI, and Claude Code
  • added install_ai_runtimes.sh
  • added configure_ai_runtimes.sh
  • added .ai_runtimes.env.example
  • added docs/ai-runtimes.md
  • updated install and health check flows to include AI runtime setup

v0.1.7

  • expanded docs/architecture.md
  • added deeper architecture guidance for group/private bot separation, memory layers, workdirs, and migration concepts

v0.1.6

  • added CHANGELOG.md
  • added GitHub bug report template
  • added GitHub feature request template
  • added GitHub pull request template

v0.1.5

  • added CODE_OF_CONDUCT.md
  • added docs/faq.md
  • linked conduct and FAQ docs from Chinese and English README

v0.1.4

  • added CONTRIBUTING.md
  • added SECURITY.md
  • linked contributing and security docs from Chinese and English README

v0.1.3

  • added Release badge to both README files
  • added 6-bot architecture diagram to both README files

v0.1.2

  • added standalone English install guide INSTALL.en.md
  • added CI badge to both README files

v0.1.1

  • added GitHub Actions CI
  • expanded INSTALL.md into a bilingual Chinese and English guide

v0.1.0

  • initial public release
  • one-command install/configure/apply flow
  • stack generation and migration tooling
  • public documentation and release notes baseline