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
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