Commit Graph

12 Commits

Author SHA1 Message Date
Pedram Amini
e37f98047f MAESTRO: Fix Settings tab documentation in configuration.md
- Changed "Appearance: Font size, UI density" to "Themes" (there is no
  Appearance tab - themes have their own tab, fonts are in General)
- Changed "SSH Remotes" to "SSH Hosts" to match actual tab name
- Updated General tab description to include all settings (font family,
  terminal width, log buffer, shell config, stats, document graph, etc.)

Verified accurate: storage paths, cross-device sync, sleep prevention,
notifications, and pre-release channel sections.
2026-01-22 12:29:20 -06:00
Pedram Amini
0b2fbe57a5 MAESTRO: Add user documentation for sleep prevention feature (Phase 2, Task 5)
Added comprehensive "Sleep Prevention" section to docs/configuration.md with:
- Feature overview and how to enable
- Activation triggers (busy sessions, Auto Run, Group Chat)
- Platform support table (macOS, Windows, Linux)
- Linux desktop environment compatibility notes
- Updated Settings Overview table to include power management
2025-12-30 09:25:38 -06:00
Pedram Amini
43df1a42a6 docs: Add SSH Remote Execution documentation
Add comprehensive documentation for the SSH remote execution feature:
- New ssh-remote-execution.md with full guide
- Update configuration.md with SSH Remotes section reference
- Update features.md with feature highlight
- Add to docs.json navigation
2025-12-29 17:22:06 -06:00
Pedram Amini
becfc97f42 merge: resolve conflicts with main (gist publishing + openspec) 2025-12-28 12:50:19 -06:00
Pedram Amini
a1b8b44724 feat: add beta opt-in setting for pre-release updates
Allow users to opt into receiving beta, release candidate, and alpha
updates via a new toggle in Settings → General. When enabled, the
update checker includes pre-release versions alongside stable releases.

- Add enableBetaUpdates setting with persistence
- Extend update-checker to filter/include prereleases based on flag
- Configure electron-updater allowPrerelease via new IPC handler
- Add FlaskConical icon toggle in Settings modal
- Document pre-release channel in configuration docs
2025-12-28 08:35:10 -06:00
Pedram Amini
61cb0b5048 docs(openspec): update documentation links and remove missing screenshot reference 2025-12-28 08:34:57 -06:00
Pedram Amini
bfa54195e8 ## CHANGES
- Added configurable OS notifications for completed tasks and attention needs 🔔
- Introduced optional text-to-speech summaries with custom piped TTS commands 🗣️
- Added in-app toast notifications with flexible durations, including “Never” ⏱️
- Greatly expanded output filtering docs: global, per-response, regex modes 🔎
- Documented full agent lifecycle: create, edit, delete, and advanced options 🤖
- Added sidebar power features: search, bookmarks, grouping, drag-and-drop 🧲
- Improved keyboard-driven navigation tips across settings and quick actions ⌨️
- Refreshed README screenshots to showcase new Group Chat experience 👥
- Replaced hand-drawn achievement wand with crisp bundled icon asset 
2025-12-28 04:52:44 -06:00
Pedram Amini
2cc87ee0e0 ## CHANGES
- Refreshed docs icon set across pages for a cleaner UI feel 🔧
- Reorganized docs navigation to surface Configuration under Core features 🧭
2025-12-28 04:26:55 -06:00
Pedram Amini
7e31924fd1 ## CHANGES
- Added Settings Overview with tab breakdown and quick-access shortcuts ⚙️
- Introduced manual update checking plus configurable startup update checks 🔄
- Expanded File Preview with search, line numbers, and markdown toggle 🔍
- Added breadcrumb navigation to quickly jump between recently viewed files 🧭
- Enabled in-preview file editing with automatic save-on-navigate behavior ✍️
- Clarified `@` file mentions workflow with autocomplete context injection 🧩
- Added Onboarding Wizard to auto-configure agents and Auto Run setup 🪄
- Added optional Introductory Tour launchable anytime from Quick Actions 🧠
- Documented System Log Viewer with filtering, search, and log levels 📜
- Added Process Monitor to inspect PIDs and kill stuck processes 🛠️
- Improved tab context menus: hide impossible actions, keep Close active 🧷
2025-12-27 19:47:53 -06:00
Pedram Amini
2a195dba80 ## CHANGES
- Added context window warnings with one-click “Compact & Continue” compression 🚦
- Introduced per-tab input toggles for History, Read-only, and Thinking modes 🎛️
- Enabled configurable default toggle states for new AI tabs in Settings 🧩
- Added flexible send-key configuration for AI and terminal modes ⌨️
- Shipped Image Carousel for managing multi-image attachments fast 🖼️
- Expanded Git docs with built-in log viewer and commit navigation 🌿
- Documented syntax-highlighted diff viewer with side-by-side comparisons 🔍
- Upgraded worktree workflows: manage, watch changes, PRs, safe removal 🧰
- Added comprehensive AI tab shortcut table for all toggle actions 🗂️
- Documented shortcut remapping flow, conflict behavior, and restoration tips 🧠
2025-12-27 11:59:12 -06:00
Pedram Amini
27677f596d docs: improve Mintlify documentation quality and consistency
- Fix logo/favicon paths (build/ → assets/) and copy icons to docs/assets/
- Add page-level metadata (description, icon) to all 19 documentation pages
- Fix broken numbered list formatting in about/overview.md
- Embed YouTube walkthrough videos in index.md
- Standardize terminology: Agent (Maestro workspace), Provider (Claude/Codex/OpenCode), Session/Tab (conversation)
- Update Key Concepts table with clear definitions
- Redistribute screenshots to relevant pages (git, keyboard shortcuts, general usage)
- Transform screenshots.md into Themes Gallery page
- Add git diff/logs screenshots to git-worktrees.md
- Add command palette screenshot to keyboard-shortcuts.md
- Add session management screenshot to general-usage.md

Claude ID: ad65a8b7-fc6f-4ebc-86be-ec86f66a0120
Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
2025-12-27 03:05:48 -06:00
Pedram Amini
921b3c974f docs: scaffold Mintlify docs 2025-12-27 01:20:52 -06:00