Commit Graph

  • 942582e981 feat(ui): Enhanced agent thinking detection for Ollama models dev Gemini AI 2025-12-30 02:53:21 +04:00
  • eb863bdde7 fix: update all installers to robust ASCII-only versions for maximum compatibility main Gemini AI 2025-12-29 03:53:27 +04:00
  • f84b02d910 debug: add password string logging to diagnose special character issues Gemini AI 2025-12-29 03:47:28 +04:00
  • 4a6878b77b fix: isolate guest user data directory to prevent seeing other users' data Gemini AI 2025-12-29 03:35:30 +04:00
  • 92352c5936 feat: add user registration, password reset, and guest login to LoginView Gemini AI 2025-12-29 03:31:38 +04:00
  • 626e00b78d debug: add detailed logging to password verification Gemini AI 2025-12-29 03:16:39 +04:00
  • de2b54b50b debug: add detailed JSON logging to login result Gemini AI 2025-12-29 03:07:58 +04:00
  • 98970af6fb fix: use correct preload API methods (listUsers, loginUser, getActiveUser) Gemini AI 2025-12-29 03:04:14 +04:00
  • 127b6da6ff debug: add extensive logging to login flow Gemini AI 2025-12-29 02:52:36 +04:00
  • 52720b2e84 fix: robust login flow with toaster at root level and password reset Gemini AI 2025-12-29 02:46:53 +04:00
  • 0e540f2dd6 fix: resolve ReferenceError and strengthen IPC invocation in login flow Gemini AI 2025-12-29 02:33:50 +04:00
  • 87b2595189 fix: change login identity field to standard text input Gemini AI 2025-12-29 02:23:22 +04:00
  • 0ee6903a8e fix: mandatory login enforcement and robust electron detection Gemini AI 2025-12-29 02:11:21 +04:00
  • 97620aaaef fix: ReferenceError join in user-store.ts Gemini AI 2025-12-29 02:04:57 +04:00
  • 57720e6c5b fix: ensure all API requests use user ID and fix missing data migration for existing users Gemini AI 2025-12-29 01:58:15 +04:00
  • 39d1e03785 fix: resolve JSX closing tag error in App.tsx Gemini AI 2025-12-29 01:32:32 +04:00
  • 97a9b0955b fix: import logoutActiveUser in main.ts Gemini AI 2025-12-29 01:27:39 +04:00
  • dc21ade84e feat: implement mandatory login on startup and set roman password Gemini AI 2025-12-29 01:25:43 +04:00
  • 8474be8559 feat: complete per-user integration config isolation and UI initialization Gemini AI 2025-12-29 01:13:31 +04:00
  • 721da6f2ee feat: add API Status Checker tab in Advanced Settings with connection status and navigation Gemini AI 2025-12-29 00:50:27 +04:00
  • 229f86c229 fix: add robust Z.AI config persistence with error handling and logging Gemini AI 2025-12-29 00:13:55 +04:00
  • 2ac7eb12ce fix: ensure Z.AI config directory exists before writing Gemini AI 2025-12-28 12:30:45 +04:00
  • 0d3de9efa7 chore: exclude Dev Chat logs from tracking Gemini AI 2025-12-28 11:28:55 +04:00
  • 0d8913c788 chore: remove sensitive session data and progress logs from tracking Gemini AI 2025-12-28 11:27:09 +04:00
  • 41f38fe4bf chore: minor fixes in session-actions and session-api Gemini AI 2025-12-28 11:19:39 +04:00
  • c66bd68a13 fix: resolve Antigravity token definition error and add validation Gemini AI 2025-12-28 04:01:58 +04:00
  • 6bd329701b fix: correctly track model provider ID for Qwen and all providers Gemini AI 2025-12-28 03:40:56 +04:00
  • 38cb8bcb0c fix: prevent duplicate AI models in selector and fix TypeScript errors Gemini AI 2025-12-28 03:27:31 +04:00
  • babce0e0a9 chore: user modifications Gemini AI 2025-12-28 01:03:54 +04:00
  • 74001c7c3e fix: robust installers for all platforms (Windows, Linux, macOS) Gemini AI 2025-12-28 00:43:08 +04:00
  • 1e991d9ebd fix: complete session persistence overhaul (Codex 5.2) Gemini AI 2025-12-27 20:36:43 +04:00
  • 5022a23aeb fix: flush session persistence on chat unmount to prevent data loss on navigation Gemini AI 2025-12-27 13:10:39 +04:00
  • 802e3ba759 fix: load messages on mount to prevent empty chat and sync valid task persistence types Gemini AI 2025-12-27 13:02:35 +04:00
  • 326825a5fb fix: persistence data loss and better auth error handling Gemini AI 2025-12-27 12:55:57 +04:00
  • 875be6d903 fix(ui): export flushSessionPersistence from sessions barrel file Gemini AI 2025-12-27 12:46:06 +04:00
  • 9fb237e7b8 fix(ui): flush session persistence on close to prevent data loss Gemini AI 2025-12-27 12:41:23 +04:00
  • c5b62f31a8 feat(ui): add back button to session view and auto-clear active session on instance stop Gemini AI 2025-12-27 12:36:25 +04:00
  • 0e5059fc88 feat: implement manual SDK session sync and fix UI crash Gemini AI 2025-12-27 12:11:08 +04:00
  • 251fad85b1 Add auto-sync of SDK sessions: directly read from OpenCode storage and import to Native mode Gemini AI 2025-12-27 11:46:42 +04:00
  • eca090d360 Improve session migration: scan ALL localStorage caches to handle workspace ID changes Gemini AI 2025-12-27 11:35:40 +04:00
  • 6b87882d8d Fix session persistence: deterministic workspace IDs based on folder path, improve Antigravity auth error handling Gemini AI 2025-12-27 11:31:25 +04:00
  • 6fe7367eff Fix session migration: cache SDK sessions to localStorage for auto-import on native mode startup Gemini AI 2025-12-27 11:20:56 +04:00
  • 64c7fb8d47 Add automatic session migration when switching from SDK to Native mode Gemini AI 2025-12-27 11:13:43 +04:00
  • eaf93e2924 Fix TypeScript compilation errors in native mode session management Gemini AI 2025-12-27 11:02:08 +04:00
  • ad76ade6ab Fix Native Mode Sessions: implemented fork, revert, and sync for native sessions Gemini AI 2025-12-27 10:40:45 +04:00
  • 610057c058 feat: Add Google Device Authorization Flow for Antigravity native mode Gemini AI 2025-12-27 04:19:53 +04:00
  • d98a1fc2d0 fix: Replace broken web OAuth with manual token entry for Antigravity Gemini AI 2025-12-27 04:14:51 +04:00
  • bb1c0d81f2 feat: Add Antigravity provider integration + fix native mode startup Gemini AI 2025-12-27 04:01:38 +04:00
  • 4aa4795d4b fix: MCP connection - Added explicit connectAll() method with timeout - Updated mcp-connect endpoint to use connectAll - Enhanced UI feedback for connection errors Gemini AI 2025-12-26 11:05:11 +04:00
  • c6152cb3ea fix: Update Launch-Dev-Windows.bat with same fixes Gemini AI 2025-12-26 10:35:07 +04:00
  • 9980225be2 fix: Fixed Windows launcher and installer batch scripts - Use goto for OpenCode check to avoid nested if/else issues - Replace deprecated wmic with PowerShell for arch detection - Consistent use of delayed expansion Gemini AI 2025-12-26 10:21:42 +04:00
  • 4bd2893864 v0.5.0: Binary-Free Mode - No OpenCode binary required Gemini AI 2025-12-26 02:08:13 +04:00
  • 8dddf4d0cf Optimize message handling to prevent UI freezing Gemini AI 2025-12-24 23:24:22 +04:00
  • fb33e2ebe0 Fix initialization order: Define filteredMessageIds before lastAssistantIndex Gemini AI 2025-12-24 22:54:20 +04:00
  • 6c63bb7d7d Fix UI freeze: Optimize reactive memos and remove trigger loops Gemini AI 2025-12-24 22:49:31 +04:00
  • 961c8743d3 Fix UI freeze: Remove high-frequency logging and throttle scroll effects Gemini AI 2025-12-24 22:27:27 +04:00
  • 743d0367e2 Integrate Context-Engine RAG service for enhanced LLM responses Gemini AI 2025-12-24 22:20:13 +04:00
  • e17e7cd32e Fix UI freeze by adding yield to SSE streaming loop Gemini AI 2025-12-24 22:08:04 +04:00
  • 2cb9fea514 Add server-side timeout handling to Ollama Cloud streaming Gemini AI 2025-12-24 21:53:00 +04:00
  • fd6c563f71 Fix TypeScript errors in mcp-manager and instance-shell2 Gemini AI 2025-12-24 21:46:13 +04:00
  • 3501c20471 Add custom agent creator, Zread MCP, fix model change context continuity Gemini AI 2025-12-24 21:34:16 +04:00
  • e8c38b0add Backup before continuing from Codex 5.2 session - User storage, compaction suggestions, streaming improvements Gemini AI 2025-12-24 21:27:05 +04:00
  • f9748391a9 Add skills catalog and sidebar tooling Gemini AI 2025-12-24 14:23:51 +04:00
  • d153892bdf Add model offline badge and streaming safeguards Gemini AI 2025-12-24 13:52:33 +04:00
  • 68b6c39934 feat: integrate Z.AI, Ollama Cloud, and OpenCode Zen free models Gemini AI 2025-12-23 14:26:03 +04:00
  • cdd31feead feat: add APEX PRO mode combining SOLO + APEX Gemini AI 2025-12-23 14:10:25 +04:00
  • 3cd44dd0c2 feat: add API Key Manager button, fix overflow, update branding Gemini AI 2025-12-23 14:04:11 +04:00
  • 37ff96f849 feat: add hover preview tooltips to message sidebar Gemini AI 2025-12-23 13:50:44 +04:00
  • 55f5945b61 feat: add enhanced MULTIX UI features Gemini AI 2025-12-23 13:49:17 +04:00
  • 00bee04867 feat: add enhanced MULTIX UI features Gemini AI 2025-12-23 13:42:49 +04:00
  • 9c6d92efcd feat: restore GLM 4.7 fixes - auto-scroll and retry logic Gemini AI 2025-12-23 13:33:39 +04:00
  • c4ac079660 restore: bring back all custom UI enhancements from checkpoint Gemini AI 2025-12-23 13:18:37 +04:00
  • 157449a9ad restore: recover deleted documentation, CI/CD, and infrastructure files Gemini AI 2025-12-23 13:03:48 +04:00
  • b448d11991 fix: restore complete source code and fix launchers Gemini AI 2025-12-23 12:57:55 +04:00
  • f365d64c97 feat: restore and update installer/launcher scripts Gemini AI 2025-12-23 12:39:50 +04:00
  • 5846126170 feat: SEO optimize README and add GLM 4.7 integration Gemini AI 2025-12-23 12:15:58 +04:00