nexorasim

Changelog

All notable changes to the Nexora AI Agent Mode project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-01-24

Added

Core Agent

Desktop GUI

Web Front-End

MCP-Style CLI

Documentation

CI/CD

Repository Structure

Features

Developer Experience

Known Issues

Future Enhancements

Release Process

Creating a New Release

  1. Update version numbers:
    • /agent/nexora_agent/__init__.py
    • /web/package.json
    • /gui/main.py
  2. Update this changelog with new changes

  3. Commit changes:
    git add .
    git commit -m "Release vX.Y.Z"
    git push origin main
    
  4. Create and push tag:
    git tag -a vX.Y.Z -m "Release version X.Y.Z"
    git push origin vX.Y.Z
    
  5. GitHub Actions will automatically:
    • Run tests
    • Build binaries for all platforms
    • Create GitHub Release
    • Upload artifacts

Versioning Strategy

Support

For issues, questions, or contributions:

Contributors

License

See LICENSE file for details.