Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 22:51
cf85c9e

0.1.0 (2026-04-29)

Features

  • add AI power tools (markitdown, tesseract, ffmpeg, ast-grep, yq) (#23) (94304fd), closes #16 #13
  • add GitHub Copilot CLI and Gemini CLI support (#5) (b9a4021)
  • add non-interactive mode and BATS tests for shell config logic (#35) (9ed2945), closes #30 #28
  • add scripts/update-tools.sh for batch tool updates (#26) (0501ac8), closes #19 #13
  • add shellcheck to dev helper tools (#24) (706b20f), closes #17 #13
  • doctor: add doctor subcommand for environment diagnostics (#92) (2b37eeb)
  • generalize OS support (mise-first, macOS + non-WSL Linux canary) (#55) (9077ba0)
  • install.sh エントリーポイントの追加とブランチ参照の修正 (#3) (0246976)
  • install: add bubblewrap to bootstrap tools (f87e2b3)
  • integrate dev-config multi-agent architecture (#8) (73cc9c1)
  • replace git-secrets with gitleaks via mise (#22) (eca6538), closes #15 #13
  • replace Volta with mise for unified runtime management (#21) (63ed0ca), closes #14 #13
  • skills-sync: migrate to adapter-aware sync via @ozzylabs/skills (#61) (64ae78b)
  • WSL2/Ubuntu開発環境セットアップスクリプトの初回リリース (#2) (c5575e6)

Bug Fixes

  • add || true to npm update commands to prevent set -e exit (#9) (d764967)
  • add timeout to copilot CLI commands to prevent shim hangs (#11) (bb9c6bf)
  • copilot: restore @ozzylabs/skills markers in copilot-instructions.md (#101) (1f1a0ac)
  • curl|bash 経由実行時の unbound variable / read EOF を修正 (#48) (139b018)
  • detect VS Code copilot shim and skip it (#12) (4e7f6c9)
  • install: avoid set -e exit when no cloud / AI agent CLIs install (#100) (86d2029)
  • install: pin pnpm to v10 to work around aqua registry lag (#98) (a40c92f)
  • mise --global 操作の override WARN を抑制 (#50) (59f8a0b)
  • prevent update commands from hanging on interactive prompts (#10) (61bc15b)
  • setup-local-ubuntu.sh も pipe 経由で対話プロンプトを受け付ける (#49) (798f2e6)
  • wslu が Ubuntu 26.04 で見つからない問題にフォールバック実装 (#44) (55c13c5), closes #39

Refactoring

  • make Azure CLI and Google Cloud CLI opt-in (#25) (ab9ec39), closes #18 #13
  • scripts: split setup-local-linux.sh into lib modules (#91) (9524225)

Documentation

  • add multi-agent instruction files for Codex, Copilot, and Gemini (#7) (56bfd66)
  • adr: add ADR-0004 to reaffirm Bash-based architecture (#90) (776eac9)
  • modernize README and changelog for dual-mode AI-driven setup (#27) (15544bf), closes #20 #13
  • readme: publish-readiness — TLS hardening, SHA256 verification, doctor section (#95) (8192e7b)
  • サポート Ubuntu 一覧(26.04 対応状況含む)を README に明記 (#47) (0e94822)
  • 内部成果物を日本語優先にする言語ポリシーを明文化 (#40) (2165c6f)

Continuous Integration

  • add GitHub Actions workflows for lint / smoke / unit / integration (#37) (a66c44e), closes #32 #28
  • add weekly canary workflow against ubuntu:devel and rolling (#38) (d9463a7), closes #33 #28
  • apply mise canonical pattern per handbook#84 (#69) (a43db63)
  • canary の重複起票防止と ci:integration ラベル自動付与を導入 (#46) (faef46b)
  • infra: apply canonical pattern to CI workflows (#70) (87a4d5c), closes #68
  • release: add release-please for CHANGELOG + GitHub Release automation (#93) (5086075)
  • ワークフロー使用 actions を Node.js 24 対応版へ更新 (#45) (248fbca)

Tests

  • 22.04 統合テストを修正し L1 のローカル実行手順を追記 (#43) (353ea30)
  • add Docker-based integration tests for Ubuntu 22.04 / 24.04 (#36) (0743bff), closes #31 #28
  • add smoke tests for CLI entry points (#34) (94b0f76), closes #29 #28