Releases: zhangl1001/civil-ai
Release list
Civil AI v1.2.0 - adaptive learning preview
Civil AI v1.2.0 - adaptive learning preview
Civil AI v1.2.0 strengthens the personal learning loop and makes the public project easier to install, evaluate, and contribute to.
Highlights
- Daily plans now allocate learning, practice, review, and accumulation work from the candidate's exam cycle and current learning evidence.
- Daily knowledge, lectures, essay prompts, monthly reviews, and objective questions use bounded recent-content context to reduce repeated output.
- Duplicate detection can request one alternative teaching angle without turning content diversity into an unbounded retry loop.
- Grading and error diagnosis remain deterministic and evidence-driven.
- Public roadmap, contribution workflow, Issue templates, changelog, and upgrade documentation are now part of the repository.
Download
civil-ai-web-v1.2.0.zip: browser-ready production bundle. Extract and serve it through a static HTTP server.SHA256SUMS.txt: SHA-256 checksum for the downloadable bundle.
An iOS IPA is not published publicly because development signing is tied to an Apple Developer Team and registered devices. Build the iOS application with your own signing identity using the documented Xcode workflow.
Upgrade
No destructive migration is expected. Export a local backup before upgrading and review the v1.2.0 upgrade guide.
Verification
The release candidate must pass:
- locked dependency installation and production dependency audit;
- architecture, database, provider, generation, enrichment, agent, planning, and learning-policy verifiers;
- TypeScript type checking and Vite production build;
- design-system checks and mobile smoke verification.
Known limitations
- The project remains a development preview and still needs broader physical-device coverage.
- Users provide their own supported model-provider credentials.
- No third-party or copyrighted question bank is bundled.
- AI-generated learning content is not official exam guidance and should be reviewed critically.
See the changelog, public roadmap, security policy, and content policy for details.
Civil AI v1.1.1 — development preview
Overview
This development preview establishes the current local-first iOS/Web baseline for Civil AI. It is intended for contributors and device testing, not as an official exam service.
Highlights
- Vue 3 + TypeScript mobile application packaged with Capacitor for iOS;
- SQLite on iOS and IndexedDB as the Web development adapter;
- provider-neutral Agent runtime with tool/skill registries, cancellation, recovery and bounded concurrency;
- structured generation, grading, error diagnosis and content-enrichment workflows;
- candidate profile, daily plan, practice, wrong-book, learning evidence and review-loop foundations;
- native transport, document input and lifecycle recovery hardening.
Verification
The repository CI installs locked dependencies, audits production dependencies and runs the project verification gate. Focused verifiers cover architecture boundaries, SQLite migrations, provider adapters, Agent runtime, content generation and learning reliability.
Known limitations
- The project remains under active development and requires additional iOS device validation;
- users must provide their own supported model-provider credentials;
- no third-party or copyrighted exam bank is bundled;
- AI-generated learning content must be reviewed and is not official exam guidance.
See README, SECURITY, PRIVACY and LEGAL_AND_CONTENT_POLICY for setup and project boundaries.