The evolution of AINative, tracking every version update, feature, and fix since our public debut.
This timeline reflects the real framework history from \`v0.1.0\` to \`v0.2.4\`. GitHub is already on \`v0.2.4\`, while npm may still lag behind on some packages.
v0.2.4
Version Display FixLatest
April 19, 2026
The final release pass fixed the CLI init banner version display and aligned generated dependency manifests with the release.
FixedUpdated the CLI init banner to display v0.2.4 consistently.
FixedAligned generated project dependency versions and package manifests with the 0.2.4 release.
Fix
Version 0.2.4
v0.2.3
Banner Compile Fix
April 19, 2026
The refreshed CLI branding was finally compiled into the shipped output so new installs actually received the updated banner.
FixedCompiled the refreshed CLI banner into the distributed init command so new installs show the latest branding.
FixedAligned workspace and starter template package versions for the 0.2.3 release.
Banner v0.2.3
v0.2.2
CLI Banner Refresh
April 19, 2026
A visual release centered on a refreshed CLI startup experience and a complete workspace version alignment for the new tag.
ChangedRefreshed the CLI init banner and startup presentation.
ChangedCompleted the version bump across the workspace and starter template for v0.2.2.
CLI Refresh
0.2.2
v0.2.1
Release Hardening
April 19, 2026
This release tightened up publishing and package quality with fixes across templates, README coverage, and streaming TypeScript types.
FixedAdded publishConfig to scoped packages to support public npm publishing.
FixedCleaned temporary release artifacts before publishing.
Hardening 0.2.1
v0.2.0
Advanced Prompt Template
April 4, 2026
AINative's UI story took a leap forward with multimodal prompt input, interaction modes, and a more polished starter template experience.
AddedAdvanced AI prompt box template with multimodal text, image, and voice input.
AddedSearch, Think, and Canvas interaction modes in the starter experience.
AddedRadix UI and Framer Motion powered template polish plus improved template documentation.
FixedResolved template linting issues before npm release.
Advanced v0.2.0
v0.1.1
Starter and Example Refresh
April 4, 2026
The starter template and the basic-chat example were refreshed into a stronger modern chat layout with better onboarding and stronger validation coverage.
ChangedRefreshed the CLI starter template with a modern responsive chat workspace.
ChangedUpgraded the basic-chat example to match the new visual direction.
ChangedImproved starter ergonomics with a stronger default layout and onboarding copy.
FixedPreserved streaming state updates and cleaned up stream listeners correctly.
FixedImproved Windows and pnpm compatibility across build and test scripts.
FixedAdded CLI test coverage and validated the full monorepo build, test, and E2E flow.
Refresh 0.1.1
v0.1.0
Foundation Release
April 3, 2026
The first public release established the full monorepo foundation: client runtime, server adapters, CLI, examples, and documentation.
AddedFramework foundation and monorepo structure.
AddedCore packages: client, server-node, server-python, and CLI.