Tags give the ability to mark specific points in history as being important
-
v2.8.0-mobile-phase2
82312bc0 · ·Mobile Responsive Design - Phase 2 Page Adaptations Features: - HomePage mobile responsive (vitals, stats, orb, projects) - ChatPage mobile sidebar overlay - Global mobile CSS utilities - Safe area insets for notched devices - Responsive grid and spacing classes All pages now adapt to mobile viewports.
-
v2.8.0-mobile-phase1
d2410880 · ·Mobile Responsive Design - Phase 1 Foundation Features: - useMediaQuery and useBreakpoint hooks - MobileDrawer component with slide-in navigation - NavSidebar mobile support (hamburger menu) - AppShell mobile state management - Unit tests for all components Mobile: < 768px shows hamburger menu + drawer Desktop: >= 768px shows collapsible sidebar (unchanged)
-
-
v0.9.0-stage0
f0bf412d · ·Last iteration before self-hosting bootstrap. All code from this point was built manually (Tony + Claude). Everything after this tag is built through Pronetheia's Engineering Discipline Squad pipeline.
-
-
v3.4.0v3.4.0
64e1f8d6 · · -
v3.3.0
ca54f2c1 · ·Release v3.3.0 - GitHub Integration & Enhanced File Management - GitHub PAT support for cloning private repositories - Browse and select from your GitHub repos when cloning - Searchable repo list with instant filtering - Secure token storage in settings - Folder tree structure with expandable directories - Project persistence survives server restarts - Auto-discovery of existing projects - Lazy content loading for better performance - Added /github-repos API endpoint - JSON-backed project storage - On-demand file content fetching - Improved file viewer modal Full Changelog: https://github.com/drtonylove1963/pronetheia-os/compare/v3.2.0...v3.3.0
-
v3.2.2
43b2f3d9 · ·v3.2.2 - File Viewer Modal & README Update - **File Viewer Modal**: Click any file in the Files tab to view contents - Line numbers for easy reference - Copy button to copy content to clipboard - Download button to save file locally - Escape key or click outside to close - Projects now include `.pronetheia/` and `.claude/` directories - Auto-generated config files for agents and workflows - Comprehensive README update with all v3.2 features - Theme system documentation (8 color palettes) - 98 specialized agents documented - Letta-style memory system - RBAC authentication - Subscription & billing - Sprint board integration - Universal Agent V3
-
v3.2.1
60a16c47 · ·v3.2.1 - Z.AI/GLM Model Routing Fix - Add Z.AI provider routing for GLM models (glm-4.5, glm-4.6, etc.) - Fix Settings UI integration for Z.AI API key storage - API keys stored via Settings now work correctly with chat - Add model parameter to chat endpoints for provider detection - get_zai_token() now reads from user_api_keys table (Settings UI storage) - Falls back to provider_connections table for legacy compatibility - Frontend sends selected model to backend for correct routing
-
-
-
-
-
-
-
-
-
-
v3.1.0
abf8d2a9 · ·Universal Agent V3.1 - Skill Runtime Integration Major Features: - Semantic skill discovery (pgvector) - Dual-phase discovery (pre/post Ex Nihilo) - Unified HITL (pipeline + skill level) - Hybrid token budget (3 levels) - Tier-gated access control - 6 execution types via ExecutionRouter New Components: - src/integration/* - V3 integration layer - Migration 009 - V3 analytics tables Backward Compatible: - V2 endpoints still available - File-based skills as fallback