feat: dual-edition distribution + AI commit (v0.13.0)#22
Merged
Conversation
- tls feature gates native-tls (optional) - default = [tag, tls] for full build - lite: --no-default-features -F tag (no TLS, pure local) - [profile.release]: LTO, strip, size optimization - HTTPS in lite build returns clear error message
- build-linux-musl: x86_64-unknown-linux-musl static binary - build-macos: macOS x86_64 release artifact - build-linux: add .deb package via cargo-deb - test-lite: run tests without TLS feature - release: collect all 4 platform artifacts
- src/ai/llm.rs: OpenAI-compatible chat completion API - LlmConfig: AGIT_LLM_API_KEY/URL/MODEL env vars - commit --ai: auto-generate message from staged diff via LLM - Fallback to template-based message when no API key set - Gated behind 'ai' Cargo feature (reqwest + blocking)
- Dockerfile: multi-stage alpine musl build - TODO: Phase 4 → 93%, Phase 9 → 83%, overall → 90% - CHANGELOG: add v0.13.0 entry (dual-dist + AI commit)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.13.0: Dual-edition distribution (lite/full), musl static build, multi-platform packages, Docker, and AI-powered commit message generation.
Changes (5 commits)
Quality Gate
🤖 Generated with Claude Code