We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update existing GUI panel documentation for v8.0 Replace old GitHub asset screenshot URLs with local images, rewrite descriptions to match current v8.0 UI, remove obsolete v5.x/v6.x version-specific sections. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
fix: rename GUI:-*.md and Howto:-*.md to remove colon from filenames Windows NTFS does not allow ':' in filenames, causing 'git clone' to fail with 'invalid path' errors on Windows. Rename all affected pages: GUI:-*.md -> GUI-*.md (25 pages) Howto:-Enable-Integer-Scaling.md -> Howto-Enable-Integer-Scaling.md Also update all internal cross-references in _Sidebar.md and 8 other pages to use the new filenames. Page content and URLs are otherwise unchanged — GitHub Wiki resolves both old and new URL slugs.