28097ae20d
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
MCP: Copilot Agent / Run Copilot Coding Agent (pull_request) Failing after 2s
Universal: Changelog Validation / Validate CHANGELOG.md (pull_request) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Universal: PR Check / Changelog Updated (pull_request) Successful in 4s
Universal: Security Audit / Dependency Audit (pull_request) Successful in 5s
MCP: Standards Compliance / Repository Structure Validation (pull_request) Failing after 5s
MCP: Standards Compliance / Secret Scanning (pull_request) Successful in 7s
MCP: Build & Validate / build (20) (pull_request) Failing after 11s
MCP: Build & Validate / build (22) (pull_request) Failing after 11s
MCP: Standards Compliance / License Header Validation (pull_request) Failing after 8s
MCP: Standards Compliance / Documentation Quality Check (pull_request) Successful in 6s
MCP: Standards Compliance / Workflow Configuration Check (pull_request) Failing after 7s
MCP: Standards Compliance / Coding Standards Check (pull_request) Failing after 9s
MCP: Standards Compliance / README Completeness Check (pull_request) Failing after 6s
MCP: Standards Compliance / Git Repository Hygiene (pull_request) Successful in 6s
MCP: Standards Compliance / File Naming Standards (pull_request) Successful in 5s
MCP: Standards Compliance / Insecure Code Pattern Detection (pull_request) Successful in 6s
MCP: Standards Compliance / File Size Limits (pull_request) Successful in 5s
MCP: Standards Compliance / Line Length Check (pull_request) Failing after 9s
MCP: Standards Compliance / Binary File Detection (pull_request) Successful in 5s
MCP: Standards Compliance / Script Integrity Validation (pull_request) Successful in 12s
MCP: Standards Compliance / TODO/FIXME Tracking (pull_request) Successful in 5s
MCP: Standards Compliance / Dead Code Detection (pull_request) Successful in 10s
MCP: Standards Compliance / Broken Link Detection (pull_request) Successful in 5s
MCP: Standards Compliance / API Documentation Coverage (pull_request) Successful in 5s
MCP: Standards Compliance / Accessibility Check (pull_request) Successful in 4s
MCP: Standards Compliance / Performance Metrics (pull_request) Successful in 4s
Universal: Auto-Assign / Assign unassigned issues and PRs (pull_request_target) Successful in 1s
MCP: Standards Compliance / Terraform Configuration Validation (pull_request) Successful in 13s
MCP: Standards Compliance / Version Consistency Check (pull_request) Successful in 1m9s
MCP: Standards Compliance / Code Complexity Analysis (pull_request) Successful in 1m14s
MCP: Standards Compliance / Code Duplication Detection (pull_request) Successful in 1m13s
MCP: Standards Compliance / Unused Dependencies Check (pull_request) Successful in 1m8s
MCP: Standards Compliance / Repository Health Check (pull_request) Successful in 1m4s
Universal: CodeQL Analysis / Analyze (javascript) (pull_request) Failing after 1m37s
MCP: Standards Compliance / Enterprise Readiness Check (pull_request) Successful in 1m13s
MCP: Standards Compliance / Dependency Vulnerability Scanning (pull_request) Successful in 1m19s
Universal: CodeQL Analysis / Analyze (actions) (pull_request) Failing after 1m41s
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: CodeQL Analysis / Security Scan Summary (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
MCP: Standards Compliance / Compliance Summary (pull_request) Has been cancelled
v3.0 — WSL & Package Management: - tools/wsl.ts: windows_wsl_list, _manage, _exec (#66-68) - tools/winget.ts: windows_winget_search, _manage, _export (#69-71) v3.1 — Storage & System Management: - tools/storage.ts: windows_disk_cleanup, _symlink (#72-73) - tools/system_mgmt.ts: windows_timezone, _features, _smb_shares, _dns_cache (#74-77) v3.2 — Automation & Advanced: - tools/automation.ts: windows_shortcut, _input, _font_list, _sandbox, _screen_capture (#78-82) Version bumped to 3.0.0, CHANGELOG updated, package.json bumped. Test results: 14/14 passed. Authored-by: Moko Consulting
7.3 KiB
7.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[3.0.0] - 2026-05-25
Added
v3.0 -- WSL & Package Management (6 tools)
windows_wsl_list-- List WSL distributions with status and versionwindows_wsl_manage-- Start, stop, shutdown, export, import, remove WSL distroswindows_wsl_exec-- Execute commands inside a WSL distributionwindows_winget_search-- Search winget package repositorywindows_winget_manage-- Install, upgrade, uninstall, list packages via wingetwindows_winget_export-- Export/import winget package lists
v3.1 -- Storage & System Management (6 tools)
windows_disk_cleanup-- Analyze and clean disk space (temp, cache, logs)windows_symlink-- Create and manage symlinks, junctions, hard linkswindows_timezone-- Get/set timezone, list timezones, sync timewindows_features-- Enable/disable Windows optional featureswindows_smb_shares-- List local shares, map/unmap network driveswindows_dns_cache-- View, clear DNS cache, resolve domains
v3.2 -- Automation & Advanced (5 tools)
windows_shortcut-- Create and read .lnk shortcut fileswindows_input-- Simulate keyboard/mouse (keys, combos, text, clicks, moves)windows_font_list-- List installed fonts from registrywindows_sandbox-- Check/launch Windows Sandbox with custom configwindows_screen_capture-- Screen recording via ffmpeg (start/stop/status)
Changed
- Version bumped to 3.0.0 (80 tools total)
[2.0.0] - 2026-05-25
Added
v2.0 -- Connectivity & Hardware (7 tools)
windows_bluetooth_get-- Bluetooth adapter status and paired deviceswindows_bluetooth_control-- Enable/disable Bluetooth, disconnect deviceswindows_wifi_networks-- Scan Wi-Fi networks, list saved profileswindows_wifi_connect-- Connect, disconnect, forget Wi-Fi networkswindows_usb_devices-- List USB devices with safe ejectwindows_printer_list-- List printers, queue, set default, clear queuewindows_hosts_file-- Read/manage Windows hosts file
v2.1 -- Appearance & Desktop (5 tools)
windows_theme_get-- Dark mode, accent color, wallpaper, taskbarwindows_theme_set-- Set dark mode, wallpaper, transparency, taskbarwindows_virtual_desktop-- List, create, switch, remove virtual desktopswindows_focus_mode-- Get/set Focus Assist / Do Not Disturbwindows_default_apps-- Get default file associations
v2.2 -- Security & Maintenance (7 tools)
windows_firewall_get-- Firewall status and ruleswindows_firewall_manage-- Create, enable, disable, delete firewall ruleswindows_updates-- Windows Update status and historywindows_event_log-- Read event log entries with filterswindows_restore_point-- List/create System Restore pointswindows_certificate_list-- List certificates in certificate storewindows_performance_monitor-- Real-time CPU, RAM, disk, network stats
[1.0.0] - 2026-05-25
Added
v1.0 — Core (14 tools)
windows_execute— Execute shell commands (PowerShell, cmd, bash) with timeout and background supportwindows_process_list— List running processes with PID, CPU, memory, window titlewindows_audio_get— Get master volume, mute state, and default audio devicewindows_audio_set— Set volume (0-100), mute/unmute/togglewindows_system_info— Comprehensive system info (OS, CPU, RAM, disk, network, uptime)windows_terminal_start— Start persistent interactive terminal sessions (pwsh, cmd, bash, python, node, wsl)windows_terminal_send— Send input to a running terminal sessionwindows_terminal_read— Read output with line pagination (supports negative offset for tail)windows_terminal_list— List all active terminal sessionswindows_terminal_kill— Terminate a terminal session by PIDwindows_file_read— Read files with line pagination, image base64, binary detectionwindows_file_write— Write/append to files, auto-create parent directorieswindows_file_edit— Surgical find/replace with near-match suggestionswindows_search— Search files by name (glob) or content (regex), uses ripgrep when available
v1.1 — System Control (9 tools)
windows_process_kill— Terminate processes by PID or name with force optionwindows_service_list— List Windows services with status, startup type, descriptionwindows_service_control— Start, stop, restart, enable, disable serviceswindows_audio_app_volumes— List per-application audio sessionswindows_power_get— Battery level, power plan, screen/sleep timeoutswindows_power_action— Sleep, hibernate, lock, shutdown, restart, switch power planwindows_network_info— Adapters, IPs, DNS, gateway, Wi-Fi SSID/signal, connectivitywindows_drives— List drives with type, label, capacity, free space, usage barwindows_file_search— Search files by name or content using PowerShell
v1.2 — Desktop Automation (8 tools)
windows_display_get— Resolution, refresh rate, scaling, multi-monitor layoutwindows_display_set— Change resolution, brightnesswindows_screenshot— Capture screen, window, or region as base64 PNG or filewindows_window_list— List visible windows with title, PID, position, size, state, z-orderwindows_window_control— Minimize, maximize, restore, close, focus, move, resize, topmostwindows_clipboard_get— Read clipboard (text, files, image as base64)windows_clipboard_set— Set clipboard text, file list, or clearwindows_notification_send— Send Windows toast notifications
v1.3 — Admin Tools (9 tools)
windows_task_scheduler_list— List scheduled tasks with status, last/next run, triggerswindows_task_scheduler_manage— Create, delete, enable, disable, run scheduled taskswindows_registry_read— Read registry keys, values, subkeys (HKLM/HKCU/HKCR)windows_registry_write— Write registry values with HKLM safety gatewindows_env_get— Get environment variables with PATH parsing (user/system scope)windows_env_set— Set/remove env vars, append/prepend to PATH persistentlywindows_startup_list— List startup items from registry, startup folder, and task schedulerwindows_startup_manage— Add, remove, enable, disable startup itemswindows_mcp_config— Get/set MCP configuration (blocked commands, allowed dirs, limits)
v1.4 — Advanced (4 tools)
windows_installed_apps— List installed applications from registry and Storewindows_dialog— Show message boxes, input prompts, file/folder pickerswindows_network_connections— Active TCP connections (netstat) with process infowindows_recycle_bin— List, restore, empty, or get size of Recycle Bin
Architecture
src/shell.ts— PowerShell/cmd/bash executor with persistent terminal session manager- Win32 P/Invoke via inline C# for audio COM, window management, display control
- STA subprocess pattern for clipboard/audio COM threading
- Ring buffer (5000 lines) for terminal session output overflow protection
- MCP SDK
@modelcontextprotocol/sdkv1.12.1 with stdio transport