[v1.0.0]

INITIAL RELEASE - EXECPROMPT

Codename: "Execute Your Thoughts"

Features

  • ✓ Local Ollama support (localhost:11434)
  • ✓ Ollama Cloud API integration
  • ✓ CyberTerm design system (5 themes)
  • ✓ Conversation export/import (JSON)
  • ✓ Offline-first architecture
  • ✓ Zero telemetry / privacy-respecting

Technical Details

├── Flutter 3.x
├── Riverpod state management
├── Drift (SQLite) for local storage
├── GoRouter for navigation
└── Freezed for immutable models

Breaking Changes

  • Renamed from OllamaCX to ExecPrompt
  • Package ID changed: com.zervin.ollamacxcom.dayofgeek.execprompt
  • Database filename changed (existing data not migrated)

Known Issues

  • iOS build not yet available (pending Apple Developer Program)
  • Linux desktop build requires ld linker (toolchain issue)
  • Theme persistence requires manual selection (no system detection yet)
[v0.9.0-rc1]

RELEASE CANDIDATE - WEB SEARCH & TOOL SYSTEM

Added

  • ✓ Web search integration (Tavily API)
  • ✓ Tool execution framework
  • ✓ Source citation UI
  • ✓ Tool toggle in settings

Changed

  • Database schema v2 (added toolCalls column)
  • ChatMessage model updated for tool support
[v0.8.0]

BETA - CORE CHAT FUNCTIONALITY

Added

  • ✓ Local Ollama client implementation
  • ✓ Model management UI
  • ✓ Conversation persistence (SQLite)
  • ✓ CyberTerm theme system (P1 Green, P3 Amber, P4 White)
[v0.1.0]

ALPHA - PROOF OF CONCEPT

Initial Flutter app scaffold. Terminal UI experiments.