Commit Graph

  • 01da8fe907 UI Integration: Logout button in Sidebar & Inline Qwen Auth Dialog main Gemini AI 2025-12-20 19:00:54 +04:00
  • b6f2c68243 Feature: Secret Key User System & Inline Qwen OAuth Gemini AI 2025-12-20 18:31:50 +04:00
  • f35f7bd6c5 Fix syntax error: re-introduce 'if' statement in LayoutComponents after backend logic removal Gemini AI 2025-12-20 17:33:52 +04:00
  • a4b12251fd UI Debugging & Docs: Fix React error #130, update README, and cleanup dead backend logic Gemini AI 2025-12-20 17:23:19 +04:00
  • 600aaa937c docs: Update Ollama Cloud Models list in README - Refreshed the list of available free models to match the application's source code. - Added new models like Qwen3 Next, Gemma 3, and Mistral Large 3. Gemini AI 2025-12-20 16:44:11 +04:00
  • a1936c7c53 docs: Update README with UX Package Generator feature - Added section on 'UX Package Generator' to README.md. - Explained how the feature creates portable frontend payloads for external backend development. Gemini AI 2025-12-20 16:38:21 +04:00
  • 071078baf1 fix(ui): define missing Package icon to resolve crash - Added Icons.Package to constants.tsx to fix Minified React error #130 caused by undefined component rendering in Views.tsx. Gemini AI 2025-12-20 16:25:10 +04:00
  • 4cdb320144 feat: Add 'Generate UX Package' button to Preview Toolbar - Replaced 'Build Backend' feature with a frontend exporter. - Clicking the button now creates and downloads a 'ux_package.json' containing all frontend assets (HTML, CSS, JS) and metadata. - This package is intended to be loaded into external coding AIs for backend development. Gemini AI 2025-12-20 16:18:35 +04:00
  • 64449e2343 fix(automation): Ensure backend build requests bypass modification mode - Updated LayoutComponents.tsx to correctly set 'requestKind' to 'plan' for backend requests. - Excluded backend requests from 'isModificationMode' logic to prevent incorrect prompt routing. Gemini AI 2025-12-20 16:10:42 +04:00
  • c1b5adbde8 fix(automation): Switch to Build Mode for Backend Generation - Modified Views.tsx to keep the user in GlobalMode.Build instead of switching to Chat when generating a backend. - Added intelligent system prompt routing in LayoutComponents.tsx for [BACKEND_REQUEST] to ensure the AI knows how to generate a server.js file. Gemini AI 2025-12-20 16:05:22 +04:00
  • 71c27fb060 feat: Add backend generation capability - Added 'Build Backend' button to Preview toolbar in Views.tsx - Defined BACKEND_GENERATOR_PROMPT in automationService.ts - Implemented specific prompt logic to infer API endpoints from frontend code Gemini AI 2025-12-20 15:59:56 +04:00
  • 5954b091c0 feat: Add Retry button to chat plans and Cancel AI button to build screen Gemini AI 2025-12-20 15:52:29 +04:00
  • 7785feed1d fix: Robust patch generation and safety timeouts Gemini AI 2025-12-20 15:03:13 +04:00
  • 0c76288d01 feat: Implement Canvas Isolation Architecture for surgical code precision Gemini AI 2025-12-20 14:43:03 +04:00
  • 4230159036 fix: Enable Ollama models for code generation Gemini AI 2025-12-20 13:56:21 +04:00
  • 20aef0fd89 fix: Ollama click handler and stream completion Gemini AI 2025-12-20 13:29:30 +04:00
  • 94ae6fa8c5 fix: Fix Ollama API key storage - keytar ESM import and file fallback Gemini AI 2025-12-20 13:07:09 +04:00
  • e52098f3a8 feat: Add Ollama Cloud integration with 20+ free AI models Gemini AI 2025-12-20 13:01:52 +04:00
  • 33261fdc56 Add Game Dev Mode screenshot to README Gemini AI 2025-12-20 03:47:26 +04:00
  • 6c68956c35 Add macOS and Linux Full-Auto installation commands Gemini AI 2025-12-20 02:49:08 +04:00
  • 293fd5d6f0 Add official screenshot and Full-Auto installation command Gemini AI 2025-12-20 02:45:11 +04:00
  • 142aaeee1e Release v1.01 Enhanced: Vi Control, TUI Gen5, Core Stability Gemini AI 2025-12-20 01:12:45 +04:00
  • 2407c42eb9 feat: Integrated Vision & Robust Translation Layer, Secured Repo (removed keys) Gemini AI 2025-12-15 04:53:51 +04:00
  • a8436c91a3 feat: enhance AI communication with dynamic system prompts, robust retry, and TUI formatters Gemini AI 2025-12-14 22:16:52 +04:00
  • 61b72bcd5f New: Message renderer (OpenCode-style code boxes) + Retry handler (exponential backoff) Gemini AI 2025-12-14 22:00:45 +04:00
  • 2ecf3a01d4 Integrate: Agent-prompt module imported into TUI with formatters Gemini AI 2025-12-14 21:51:47 +04:00
  • b50421dd8d New: Agent prompt module with OpenCode/Mini-Agent communication patterns Gemini AI 2025-12-14 21:46:13 +04:00
  • f09a5604f2 Fix: Separated /skills (list in chat) from /skill (opens selector) Gemini AI 2025-12-14 21:43:05 +04:00
  • 2f5c6e0f0d Fix: Skill selector height increased to show all 24 skills Gemini AI 2025-12-14 21:34:40 +04:00
  • 5ae382a461 Fix: React hooks error - moved skill selector ESC handler to main useInput Gemini AI 2025-12-14 21:28:27 +04:00
  • 764696a25e TUI5: Added scrollable Skill Selector modal - /skill and /skills now open SelectInput picker Gemini AI 2025-12-14 21:25:58 +04:00
  • b8596ed8a7 Skills: Imported 24 skills (16 Anthropic + 8 dev) - Updated README intelligent features Gemini AI 2025-12-14 21:20:15 +04:00
  • 6f4ac75806 Fix: Settings panel - removed separators causing display issues, all 22 items now showing correctly Gemini AI 2025-12-14 21:12:55 +04:00
  • 1c56410e41 README: Added new features section - Settings Panel, Session Memory, Skills Library, Debug Logging Gemini AI 2025-12-14 21:09:46 +04:00
  • 79d118e09e TUI5: Redesigned settings panel with SelectInput navigation, grouped sections, and direct toggle actions Gemini AI 2025-12-14 21:06:12 +04:00
  • f8663edf98 TUI5: Wired all command handlers - /remember /memory /skills /skill /debug /help now work Gemini AI 2025-12-14 21:00:34 +04:00
  • f4d1161467 TUI5: Added new features to settings panel - /remember /memory /skills /skill /debug /help Gemini AI 2025-12-14 20:54:09 +04:00
  • ac1d48e0dd TUI5: Added command processor with /remember /memory /skills /skill /debug /help commands Gemini AI 2025-12-14 20:48:48 +04:00
  • 83c035b56d Fix: context-manager import error - use QwenOAuth class correctly Gemini AI 2025-12-14 20:40:59 +04:00
  • d252957dd2 TUI5: Added 4 new feature modules - Session Memory, Context Manager, Skills Library, Debug Logger Gemini AI 2025-12-14 20:35:11 +04:00
  • 9e83d9d2c2 TUI5: Enhanced typewriter with batching, fixed infinite loop, premium streaming feel Gemini AI 2025-12-14 18:44:59 +04:00
  • 2854f65cfd Fix: AgentCard - removed inline contentTypes object causing infinite loop Gemini AI 2025-12-14 18:20:45 +04:00
  • 816fd5ccae Fix: Simplified streaming handlers - removed setTimeout batching causing infinite loops Gemini AI 2025-12-14 18:16:36 +04:00
  • 4a5a89b042 Fix: Maximum update depth error in ProfessionalTypewriter - stable refs Gemini AI 2025-12-14 18:07:42 +04:00
  • 5195cef00d README: Added Launcher Menu Options guide with grouped categories Gemini AI 2025-12-14 14:08:14 +04:00
  • 4fada08c69 README: Added Smart Repair Agent section with screenshot Gemini AI 2025-12-14 14:07:01 +04:00
  • eff08949b8 Remove debug logs from QwenOAuth for clean Smart Repair UI Gemini AI 2025-12-14 14:01:44 +04:00
  • 6fa26d4431 Smart Repair: Natural AI conversation, removed debug logs Gemini AI 2025-12-14 13:58:18 +04:00
  • a55df865ff Auth: Auto-run qwen auth in launcher, shows URL for manual auth Gemini AI 2025-12-14 13:55:59 +04:00
  • 165cf8ae2e Auth fix: Use QwenOAuth.sendMessage like TUI, simplify auth-check to verify qwen CLI Gemini AI 2025-12-14 13:53:20 +04:00
  • 5bc8e467ac Smart Repair: Check all token locations including .qwen-tokens.json Gemini AI 2025-12-14 13:49:08 +04:00
  • 6b6629daba OAuth fix: Use correct startDeviceFlow/pollForTokens methods Gemini AI 2025-12-14 13:45:08 +04:00
  • c29975f23f Auth: Added launcher auth check, triggers OAuth before menu if not authenticated Gemini AI 2025-12-14 13:40:48 +04:00
  • f4a0e49002 Smart Repair v2.0: AI-powered with 3 Qwen models, offline fallback, OAuth trigger Gemini AI 2025-12-14 13:37:06 +04:00
  • e26aa43ef9 Launchers: Added Smart Repair option to Windows and Linux/Mac menus Gemini AI 2025-12-14 13:27:47 +04:00
  • 02b11d5397 Add Smart Repair Agent + null safety fix Gemini AI 2025-12-14 13:25:22 +04:00
  • d7a6de329b Fix: Null safety in flattenMessagesToBlocks regex match Gemini AI 2025-12-14 13:19:35 +04:00
  • 1d9057812a Installers: Force clean npm install to apply React overrides (bug fix) Gemini AI 2025-12-14 13:12:32 +04:00
  • 2e6602d6d4 Fix: React version overrides to resolve hooks conflict with ink-syntax-highlight Gemini AI 2025-12-14 13:10:06 +04:00
  • 375d78803f Installers: Noob-proof auto-install of Git and Node.js for all platforms Gemini AI 2025-12-14 13:00:40 +04:00
  • 17b052a913 README: New screenshot with SmartX branding (cache bust) Gemini AI 2025-12-14 12:55:31 +04:00
  • f652b4b61b README: Comprehensive feature documentation with professional descriptions Gemini AI 2025-12-14 12:50:45 +04:00
  • 6eeaf94a51 SmartX: Moved toggle higher in command list for visibility Gemini AI 2025-12-14 12:46:20 +04:00
  • 1531d7b688 SmartX: Fixed static COMMANDS display to show /smartx Gemini AI 2025-12-14 12:42:53 +04:00
  • 0a84b8a4c5 SmartX: Updated command labels to /smartx in filtered list Gemini AI 2025-12-14 12:40:00 +04:00
  • 956b177200 Renamed SOLO Mode to SmartX Engine Gemini AI 2025-12-14 12:32:10 +04:00
  • 48dbf79879 README: Added SOLO Mode & Auto-Approve documentation with screenshot Gemini AI 2025-12-14 12:29:03 +04:00
  • 784c664c36 TUI: Added SOLO mode, Auto-Approve toggle, sidebar indicators, settings menu integration Gemini AI 2025-12-14 12:22:26 +04:00
  • 63de8fc2d1 TUI Gen 5: Major overhaul - Todo List, improved streaming, ESC to abort, cleaner UI Gemini AI 2025-12-14 04:02:03 +04:00
  • e23a2a5efc feat: auto-approve commands in SOLO mode Gemini AI 2025-12-14 02:58:05 +04:00
  • d59028a262 feat: complete SOLO Mode implementation with state and toggle Gemini AI 2025-12-14 02:52:55 +04:00
  • 53933e115c feat: implement SOLO Mode for auto-healing command failures Gemini AI 2025-12-14 02:50:14 +04:00
  • 22bc03484f feat: add 'open' command and Docker troubleshooting instructions Gemini AI 2025-12-14 02:43:03 +04:00
  • 98dc79f2a1 feat: add 'uiclick' smart action and visibility filters to input.ps1 Gemini AI 2025-12-14 02:37:36 +04:00
  • 597a68fc05 fix(ps1): restore corrupted file structure for input.ps1 Gemini AI 2025-12-14 02:35:03 +04:00
  • fb2991ba1a feat: add UI Automation 'find' command for true textual vision Gemini AI 2025-12-14 02:31:53 +04:00
  • ce4f0036c2 fix(syntax): escape backticks in system prompt to prevent JS evaluation error Gemini AI 2025-12-14 02:29:12 +04:00
  • 3928340543 fix(ai): clarify text-based vision vs user-based screenshot Gemini AI 2025-12-14 02:27:42 +04:00
  • 52fc883403 feat: enforce Vision First protocol in system prompt Gemini AI 2025-12-14 02:25:18 +04:00
  • 193b41042e feat: enhance computer use with Vision (screenshot/apps) and Accuracy (resolution check) Gemini AI 2025-12-14 02:22:41 +04:00
  • 6efed32a40 fix(tui): correct input.ps1 argument parsing Gemini AI 2025-12-14 02:18:36 +04:00
  • f12615ea56 feat: add Input Bridge (input.ps1) and fix execution path resolution Gemini AI 2025-12-14 02:12:10 +04:00
  • 47dfbddabb Fix Markdown link formatting in README.md Roman | RyzenAdvanced 2025-12-14 02:10:23 +04:00
  • c2e22aac73 Update README.md Roman | RyzenAdvanced 2025-12-14 02:10:05 +04:00
  • c8787ad43f docs: update features table with command execution & custom paths Gemini AI 2025-12-14 02:03:23 +04:00
  • dc4d7cbef2 fix(tui): restore exec for shell commands, fix qwen input splitting, fix fs imports Gemini AI 2025-12-14 02:01:40 +04:00
  • 4481895678 feat: System Access & Auto-Versioning (v1.2.0) Gemini AI 2025-12-14 01:30:06 +04:00
  • f3ea21966c Update README.md Roman | RyzenAdvanced 2025-12-14 01:12:21 +04:00
  • 68d5cadd14 Fix: Installers now force dependency install with --legacy-peer-deps on every run Gemini AI 2025-12-14 01:04:49 +04:00
  • fe417afbe2 Fix: Installers use --legacy-peer-deps to resolve Ink conflict Gemini AI 2025-12-14 01:03:50 +04:00
  • edfb8628c2 Fix: Installers now auto-update (git pull) to prevent stale directory errors Gemini AI 2025-12-14 01:00:42 +04:00
  • 4d999fdc5c Enhancement: 1-Click Installers & Zero-Config Auth Prep Gemini AI 2025-12-14 00:56:30 +04:00
  • 1b3edad0d2 Hotfix: Prevent crash on missing config.cjs & Graceful fallback Gemini AI 2025-12-14 00:48:56 +04:00
  • 8e8d80c110 Initial Release: OpenQode Public Alpha v1.3 Gemini AI 2025-12-14 00:40:14 +04:00