This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
OpenQode
Watch
1
Star
0
Fork
0
You've already forked OpenQode
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
94
Commits
1
Branch
0
Tags
main
Commit Graph
40 Commits
Release v1.01 Enhanced: Vi Control, TUI Gen5, Core Stability
Gemini AI
·
2025-12-20 01:12:45 +04:00
142aaeee1e
feat: Integrated Vision & Robust Translation Layer, Secured Repo (removed keys)
Gemini AI
·
2025-12-15 04:53:51 +04:00
2407c42eb9
feat: enhance AI communication with dynamic system prompts, robust retry, and TUI formatters
Gemini AI
·
2025-12-14 22:16:52 +04:00
a8436c91a3
New: Message renderer (OpenCode-style code boxes) + Retry handler (exponential backoff)
Gemini AI
·
2025-12-14 22:00:45 +04:00
61b72bcd5f
Integrate: Agent-prompt module imported into TUI with formatters
Gemini AI
·
2025-12-14 21:51:47 +04:00
2ecf3a01d4
Fix: Separated /skills (list in chat) from /skill (opens selector)
Gemini AI
·
2025-12-14 21:43:05 +04:00
f09a5604f2
Fix: Skill selector height increased to show all 24 skills
Gemini AI
·
2025-12-14 21:34:40 +04:00
2f5c6e0f0d
Fix: React hooks error - moved skill selector ESC handler to main useInput
Gemini AI
·
2025-12-14 21:28:27 +04:00
5ae382a461
TUI5: Added scrollable Skill Selector modal - /skill and /skills now open SelectInput picker
Gemini AI
·
2025-12-14 21:25:58 +04:00
764696a25e
Fix: Settings panel - removed separators causing display issues, all 22 items now showing correctly
Gemini AI
·
2025-12-14 21:12:55 +04:00
6f4ac75806
TUI5: Redesigned settings panel with SelectInput navigation, grouped sections, and direct toggle actions
Gemini AI
·
2025-12-14 21:06:12 +04:00
79d118e09e
TUI5: Wired all command handlers - /remember /memory /skills /skill /debug /help now work
Gemini AI
·
2025-12-14 21:00:34 +04:00
f8663edf98
TUI5: Added new features to settings panel - /remember /memory /skills /skill /debug /help
Gemini AI
·
2025-12-14 20:54:09 +04:00
f4d1161467
TUI5: Added command processor with /remember /memory /skills /skill /debug /help commands
Gemini AI
·
2025-12-14 20:48:48 +04:00
ac1d48e0dd
TUI5: Added 4 new feature modules - Session Memory, Context Manager, Skills Library, Debug Logger
Gemini AI
·
2025-12-14 20:35:11 +04:00
d252957dd2
TUI5: Enhanced typewriter with batching, fixed infinite loop, premium streaming feel
Gemini AI
·
2025-12-14 18:44:59 +04:00
9e83d9d2c2
Fix: AgentCard - removed inline contentTypes object causing infinite loop
Gemini AI
·
2025-12-14 18:20:45 +04:00
2854f65cfd
Fix: Simplified streaming handlers - removed setTimeout batching causing infinite loops
Gemini AI
·
2025-12-14 18:16:36 +04:00
816fd5ccae
Fix: Maximum update depth error in ProfessionalTypewriter - stable refs
Gemini AI
·
2025-12-14 18:07:42 +04:00
4a5a89b042
Fix: Null safety in flattenMessagesToBlocks regex match
Gemini AI
·
2025-12-14 13:19:35 +04:00
d7a6de329b
SmartX: Moved toggle higher in command list for visibility
Gemini AI
·
2025-12-14 12:46:20 +04:00
6eeaf94a51
SmartX: Fixed static COMMANDS display to show /smartx
Gemini AI
·
2025-12-14 12:42:53 +04:00
1531d7b688
SmartX: Updated command labels to /smartx in filtered list
Gemini AI
·
2025-12-14 12:40:00 +04:00
0a84b8a4c5
Renamed SOLO Mode to SmartX Engine
Gemini AI
·
2025-12-14 12:32:10 +04:00
956b177200
TUI: Added SOLO mode, Auto-Approve toggle, sidebar indicators, settings menu integration
Gemini AI
·
2025-12-14 12:22:26 +04:00
784c664c36
TUI Gen 5: Major overhaul - Todo List, improved streaming, ESC to abort, cleaner UI
Gemini AI
·
2025-12-14 04:02:03 +04:00
63de8fc2d1
feat: auto-approve commands in SOLO mode
Gemini AI
·
2025-12-14 02:58:05 +04:00
e23a2a5efc
feat: complete SOLO Mode implementation with state and toggle
Gemini AI
·
2025-12-14 02:52:55 +04:00
d59028a262
feat: implement SOLO Mode for auto-healing command failures
Gemini AI
·
2025-12-14 02:50:14 +04:00
53933e115c
feat: add 'open' command and Docker troubleshooting instructions
Gemini AI
·
2025-12-14 02:43:03 +04:00
22bc03484f
feat: add 'uiclick' smart action and visibility filters to input.ps1
Gemini AI
·
2025-12-14 02:37:36 +04:00
98dc79f2a1
feat: add UI Automation 'find' command for true textual vision
Gemini AI
·
2025-12-14 02:31:53 +04:00
fb2991ba1a
fix(syntax): escape backticks in system prompt to prevent JS evaluation error
Gemini AI
·
2025-12-14 02:29:12 +04:00
ce4f0036c2
fix(ai): clarify text-based vision vs user-based screenshot
Gemini AI
·
2025-12-14 02:27:42 +04:00
3928340543
feat: enforce Vision First protocol in system prompt
Gemini AI
·
2025-12-14 02:25:18 +04:00
52fc883403
feat: enhance computer use with Vision (screenshot/apps) and Accuracy (resolution check)
Gemini AI
·
2025-12-14 02:22:41 +04:00
193b41042e
feat: add Input Bridge (input.ps1) and fix execution path resolution
Gemini AI
·
2025-12-14 02:13:09 +04:00
f12615ea56
fix(tui): restore exec for shell commands, fix qwen input splitting, fix fs imports
Gemini AI
·
2025-12-14 02:01:40 +04:00
dc4d7cbef2
feat: System Access & Auto-Versioning (v1.2.0)
Gemini AI
·
2025-12-14 01:30:51 +04:00
4481895678
Initial Release: OpenQode Public Alpha v1.3
Gemini AI
·
2025-12-14 00:40:14 +04:00
8e8d80c110