Commit Graph

4 Commits

Author SHA1 Message Date
chr1syy
565636674e fix: Windows PATH issues and SSH remote execution improvements
- Fix Windows agent execution by using buildExpandedEnv for proper PATH expansion
- Add PowerShell support for SSH commands to handle long command lines (32K+ chars)
- Implement here document support for large OpenCode prompts over SSH
- Add raw stdin prompt sending for agents without stream-json support
- Restrict inline wizard to Claude, Claude Code, and Codex (OpenCode incompatible)
- Improve argument escaping for both cmd.exe and PowerShell shells
- Update tsconfig.main.json to include shared files for proper compilation
- Enhance agent path resolution for packaged Electron applications
- Add read-only mode for OpenCode in wizard conversations
- Update tests and UI components for better SSH remote configuration
2026-01-31 18:06:23 -05:00
chr1syy
795c37c20f fix: resolve Windows test failures for cross-platform compatibility
- Fix locale formatting issues in AgentSessionsModal and AgentPromptComposerModal tests
- Update path normalization in stats-db tests for Windows compatibility
- Correct mock signatures in AutoRun and agent-spawner tests
- Make agent detection tests platform-aware (powershell.exe vs bash)
- Fix PATH expansion test to handle platform-specific delimiters
- Ensure consistent 'en-US' locale usage across components and tests

All tests now pass on both Windows and Unix systems.
2026-01-31 18:06:23 -05:00
Raza Rauf
231fe2fd88 chore: format entire codebase with prettier
Run `npm run format` across all TypeScript/TSX files
for consistent code formatting throughout the project.
2026-01-20 02:21:36 +05:00
Pedram Amini
0caa0a4a27 MAESTRO: add autorun-folder-validation.test.ts (Task 4.3)
Add comprehensive test coverage for Auto Run folder validation:
- 76 tests covering folder path validation, directory traversal
  prevention, path normalization, subfolder scanning, hidden file
  filtering, and symlink handling
- Completes Phase 4 of Testing-II plan (238 total tests)
2025-12-14 04:32:33 -06:00