v0.14.11 — October 21, 2025
Improvements- Automated liveness/readiness checks for services
- Stats caching for container CPU metrics
- Ingress TLS certificate configuration enhancements
v0.14.10 — October 10, 2025
Improvements- Performance: exclude build artifacts and temporary directories from indexing for faster, cleaner search
- Consistency: normalized ignored path handling across workspaces
- Billing & subscriptions:
- Hide trial when user already has an active subscription
v0.14.9 — October 7, 2025
Improvements- Subscription & billing polish:
- Better subscription status handling and trial visibility
- Fixed links and labels for external billing pages
v0.14.8 — October 2, 2025
Improvements- Updated README with comprehensive feature descriptions and clearer value proposition
- Better documentation of Monk’s autonomous capabilities and integrations
v0.14.7 — September 30, 2025
UI Improvements- Made status bar icons larger for better visibility
- Fixed cluster switching to prevent accidental resource removal
v0.14.4 — September 26, 2025
Major Features- Cluster Switching: You can now easily switch between multiple clusters using the status bar or command palette. Your cluster credentials and selections are saved across workspaces.
- Improved billing transparency with centralized usage tracking
- Added real-time status updates in the chat interface
- Better status reporting showing current cluster, workloads, and secrets
v0.14.3 — September 19, 2025
Improvements- Log retrieval now has better defaults and won’t hang indefinitely
- Fixed chat reloading - no more duplicate messages after refreshing with Ctrl/Cmd+R
- Chat conversations now restore properly when reopening
- Fixed issue where new chat messages could appear in the wrong conversation
v0.14.2 — September 11, 2025
Major Features- Unread Notifications: Background conversations now show a green dot when complete, so you know when responses are ready
- Multiple Concurrent Chats: You can now run multiple conversations simultaneously without interference
- Better handling of streaming messages across multiple conversations
- Improved chat history management
v0.14.1 — September 9, 2025
Major Features- GPT-5 Integration: Monk now uses Azure GPT-5 models for better performance and accuracy
- AWS SQS Support: You can now work with AWS SQS queues
- Custom Domains: Set custom domains for Netlify and Vercel deployments
- Enhanced Documentation Access: Monk can now search and retrieve documentation to better answer your questions
- Improved Template Editing: Better YAML editing with automatic validation and error fixing
- Better Project Analysis: Improved understanding of Docker images, Dockerfiles, and build contexts in your project
- New command to copy registry credentials from workspace to global scope
- Better credential management with workspace and global scopes
- Registry credentials created during cluster setup are now saved globally for reuse
- Fixed credential deletion to work correctly across different scopes
- Better validation of configuration files with helpful suggestions
- Improved workspace analysis for more reliable builds
- Monk can create or adopt SQS queues (standard or FIFO), set encryption, redrive and dead-letter policies, and return queue URLs and ARNs
- Monk can send and receive SQS messages, purge queues, and report queue statistics
- Monk can edit Monk YAML templates and iterate until all diagnostics are resolved to zero
- Monk can answer documentation questions about Monk concepts, CLI, and templates with enhanced semantic search
v0.13.2 — September 6, 2025
Features- Social Login: Sign in quickly with GitHub or Google
- Improved Onboarding: Better first-run experience with provider-first authentication
- Simplified authentication - you can now sign up directly via email
- More streamlined login/signup process
- Fixed issues with task history loading
- Better handling of authentication errors with clearer guidance
v0.13.0 — September 3, 2025
Features- Task Board Access: New button in chat to quickly open the Task Board
- Task History Persistence: Task board now remembers your jobs and tasks across sessions
- Archive Management: Clear archived tasks with a new clear button
- Better task timing displays showing local timestamps
- Task board continues collecting events even when closed
- Improved handling of workload deletion with options for volumes, backups, and images
- Fixed task board data corruption issues
v0.12.7 — August 31, 2025
Improvements- More readable job names in the Task Board
- Task board now groups archived jobs for better organization
- Fixed issues with task board timing and display
v0.12.4 — August 25, 2025
Major Features- Managed Services: You can now use managed databases from DigitalOcean and S3/Spaces storage for Redis, MongoDB, Postgres, and MinIO
- Better session management - active sessions won’t timeout while you’re working
- Fixed task status display to correctly show errors instead of false successes
- Improved GPU support for DigitalOcean deployments
- Monk can create DigitalOcean managed database clusters (Postgres/MySQL/Redis/MongoDB/Kafka/OpenSearch), resize clusters, list databases, create and delete databases, and provide connection strings and credentials
- Monk can create DigitalOcean Spaces (S3-compatible), configure versioning, CORS, lifecycle, and tagging, and provide regional endpoints and URLs
- Monk can create and delete DigitalOcean Spaces access keys and store them in secrets for programmatic access
- Monk can configure existing components to use managed services instead of self-hosted alternatives
v0.12.3 — August 22, 2025
Major Improvements- Automatic Multi-Architecture Deployment: Monk now automatically detects your cluster’s architecture and builds images accordingly - no manual configuration needed!
- Better Build Performance: Fixed unnecessary cross-compilation when deploying from Apple Silicon to Intel clusters
- Smarter Deployments: Only builds for the architectures actually used in your cluster
- Monk can detect cluster peer platforms and select native, cross-platform, or multi-architecture builds autonomously
- Monk can build and push images to the configured registry with platform-aware tagging before deployment
v0.12.2 — August 22, 2025
Improvements- Improved deployment efficiency - fewer redundant operations
- Better error handling when building multi-architecture images
- Significantly faster builds when your local architecture matches your cluster
- Support for insecure (non-TLS) container registries during deployment
- Better compatibility with third-party container registries
- Improved registry reachability detection using standard ports
v0.12.0 — August 15, 2025
Major Features- New Onboarding Wizard: First-time users get a guided setup experience
- Subscription Status: Your subscription status is now displayed on the welcome screen
- Automatic Registry Setup: No more manual registry credential prompts - Monk sets this up automatically
- Smart Deployment Checks: Monk now ensures you have remote cluster nodes before allowing cluster deployments
Improvements
- Registry setup happens automatically after cluster growth
- Better error messages and guidance throughout
- Improved update notifications
- Better handling of AWS Lambda and DynamoDB configurations
v0.10.8 — August 11, 2025
Major Features- AWS Lambda & DynamoDB Support: Monk can now deploy AWS Lambda functions and configure DynamoDB tables
- Improved Budget Management: Chat continuation now costs 0.25 tokens with clearer prompts
- New commands to update and manage registry addresses
- Command to debug registry credentials
- Token balance updates automatically after charges
- Better handling of budget limits with clearer messaging
- Fixed chat interface staying disabled after email verification
- Improved email verification error messages with retry options
- Better registry reliability with automatic reachability checks
- Improved SSL compatibility for registry access
- Fixed budget checking to prevent prompts when you have no tokens
- Better error handling when chat sessions exceed budget
- Fixed issue where chat could hang when budget limits were reached
- Monk can detect AWS Lambda handlers and model them as function components with an AWS Lambda deployment target
- Monk can enrich AWS DynamoDB components with schema details inferred from code and infrastructure-as-code files
- Monk can create DynamoDB tables with key schemas, GSIs/LSIs, billing modes, PITR, SSE, and table classes, and return table ARNs and names
- Monk can put, get, delete, and scan items in DynamoDB tables
- Monk can create and update Lambda functions from ZIPs or ECR images, configure environment variables, VPC networking, layers, logging, and X-Ray, and return function ARNs
- Monk can invoke Lambda functions and update function code and configuration
- Monk can create IAM roles with trust policies, attach and detach managed policies, and expose role ARNs for other services
- Monk can create IAM policies from JSON documents and manage permissions for Lambda functions
v0.10.5 — July 28, 2025
Major Features- CI/CD Automation: New tool generates complete CI/CD configurations for GitHub Actions and CircleCI with automatic secrets management
- Vercel Support: You can now authenticate with Vercel and deploy to their platform
- Hosting Platform Selection: Monk helps you choose and configure Netlify or Vercel for your frontend applications
- Smart Conversation Management: Long conversations are now automatically summarized to keep Monk’s responses relevant and efficient
- Agent Refresh: Monk automatically refreshes its understanding based on conversation length and activity
- Monk now validates SSL certificates and manages secrets automatically for CI/CD pipelines
- Build tool skips reporting non-critical environment issues
- Better analytics tracking
- Fixed chat spinner behavior - it now shows throughout the entire request
- Better visual feedback when Monk asks questions
- Ask prompts show immediate confirmation
- Improved connection reliability and session management
- Fixed task board event handling issues
- Better connection handling after disconnections
- More reliable task display
- Better handling of configuration validation with helpful hints
- Improved secret creation with better validation
- Monk can generate GitHub Actions workflows that build images and deploy using the MANIFEST
- Monk can autonomously detect the repository and trigger branches for the CI/CD pipeline
- Monk can create a short-lived Monk service token and inject it into CI/CD secrets securely
- Monk can inject container registry address, username, and password into CI/CD secrets
- Monk can detect or create a GitHub environment and place secrets there when appropriate
- Monk can create or adopt Vercel projects, configure frameworks, Git repositories, build/install/dev commands, root directories, and custom domains
- Monk can add and remove Vercel project domains and fetch production URLs
- Monk can run Vercel production deployments from any directory using a managed builder image and a token from Monk secrets
- Monk can guide hosting decisions between Netlify and Vercel and configure deployments with correct install, build, and output settings
- Monk can verify Netlify and Vercel builds and provide concise, actionable guidance from build logs
v0.10.0 — July 16, 2025
Major Features- Bug Reporting: New integrated bug reporting system - describe issues right in the chat and optionally include logs, templates, and workspace details
Improvements
- Fixed issues with Monk expert agent reliability
- Better error messages and clearer guidance
v0.9.8 — July 14, 2025
Improvements- Better version checking across all platforms (Linux, macOS, Windows)
- Welcome screen now properly waits for setup to complete
- Workload logs stay open even when containers restart
v0.9.7 — July 8, 2025
Major Features- Full Chat Interface: New dedicated chat panel with message streaming, conversation history, and real-time updates
- Interactive Questions: When Monk asks questions, it now focuses the chat automatically so you don’t miss them
- Build Summaries: Collapsible build summaries show you what happened during builds
- Cross-Interface Sync: Answer questions in either chat or task view, and both stay in sync
- Better text wrapping in chat and task views
- Improved progress indicators with checkmarks
- Better styling and visual consistency
v0.9.6 — July 4, 2025
Improvements- Simplified budget continuation interface with just Yes/No buttons
- Budget questions won’t repeatedly prompt after you decline
- Fixed memory leaks in chat handling
- Fixed compatibility with Netlify and Windsurf
v0.9.5 — July 3, 2025
Improvements- Fixed authentication callbacks
- Better backup scheduling support
- Improved Netlify authentication flow
v0.9.4 — July 2, 2025
Major Update- Published to Open VSX Registry for wider IDE compatibility
- Removed preview flag - Monk is production ready!
v0.8.6 — June 19, 2025
Major Features- Ask Tool with Suggested Answers: Monk can now provide suggested answers when asking questions
- Better Error Recovery: Improved handling of network failures with automatic retry and reconnection
- Fixed empty message handling
- More resilient connection to backend
v0.8.5 — June 12, 2025
Major Features- Template Editor: Monk can now help you fix template errors and issues
- Task Timeline: New timeline view in task cards showing agent reasoning and decision-making process
- Better error messages with more context and helpful hints
- Improved platform compatibility
- Monk can delegate template editing to a specialized editor agent and return a concise summary of fixes
- Monk can edit Monk YAML templates and iterate until all diagnostics are resolved to zero (enhanced with diff preview)
v0.8.3 — June 9, 2025
Major Features- YAML Language Support: Full YAML editing support with syntax highlighting and validation
- New Welcome Screen: Modern React-based welcome screen with interactive setup checklist
- Manifest Language Support: Editor support for MANIFEST files with DIRS directive for better project organization
- Monk now provides diagnostics and auto-completion for manifest files
- Better visual feedback during setup process
- Improved diagnostic accuracy
v0.7.11 — May 21, 2025
Improvements- Improved welcome screen with loading indicators
- Better layout and overflow handling
- Retry buttons for failed setup steps
v0.7.10 — May 19, 2025
Improvements- Monk can now set up Auth0 authentication for your applications
- Welcome screen now allows continuing setup without closing
- Better Auth0 domain handling
- Monk can extract or create Auth0 applications and provide client IDs and secrets
- Monk can configure OAuth flows and return authorization and token endpoints
- Monk can determine the application domain provider (Netlify site or container service) for Auth0 callback URLs
- Monk can configure social login providers and return provider credentials
v0.7.9 — May 12, 2025
Improvements- Better Windows compatibility with platform-specific scripts
- Improved “Retest” functionality in welcome screen
v0.7.8 — April 22, 2025
Major Features- Enhanced Monk Tools: New tools for calculating costs, growing clusters, pricing, and moving workloads
- Support for .gitignore-style blob exclusion patterns
- Better Java handling
- Improved Go project support
- More reliable Monk agent responses
New Agent Capabilities
- Monk can estimate costs for deployments and infrastructure choices
- Monk can scale infrastructure and workloads dynamically to meet demand
- Monk can move workloads between cluster tags or nodes to rebalance placement
v0.7.7 — April 15, 2025
Improvements- Better server URL configuration
- Improved user preferences and tool descriptions
- Updated to GPT-4.1 for better performance
v0.7.6 — April 11, 2025
Features- Delete and Unload Tools: Monk can now help you delete and unload workloads
- Better error handling when operations fail
- More reliable registry credential handling
- Fixed Vercel integration
- Better error notifications
- Better Windows compatibility
- Fixed various connection issues
- Better validation of build configurations
- Connection reliability fixes
- Monk can stop workloads gracefully to free resources without unloading templates
- Monk can delete workloads and remove all runtime resources when cleanup is required
- Monk can unload workloads to remove template definitions from the system
v0.7.0 — April 7, 2025
Major Features- Subscription Support: Full subscription and trial handling
- Production-ready defaults
Improvements
- Better credential management
- Improved connection handling
v0.6.6 — April 4, 2025
Improvements- Better template validation and cleanup
v0.6.5 — March 31, 2025
Features- Monk can now read and understand your existing templates better
Improvements
- Fixed terminal tools for non-running containers
- Better Netlify deployment handling and configuration
- Cancel button for authentication flows
- Improved Vercel support
- Enhanced authentication handling
- Better image registry handling
- Fixed extension activation when no workspace is open
- Fixed startup stability issues
- Better Netlify site naming
v0.6.0 — March 26, 2025
Major Features- Netlify Deployments: Full support for deploying frontend applications to Netlify
- Credential Management: New tool to manage and delete credentials
- Domain Generation: Automatic domain and SSL certificate generation when growing clusters
- Monk can create or adopt Netlify sites, configure custom domains and aliases, enable password protection and force SSL, and return site/admin URLs
- Monk can list, create, get, and restore Netlify deploys for a site
- Monk can run Netlify site deployments from any directory using a managed builder image and a token from Monk secrets
- Monk can configure SPA rewrites for single-page applications on Netlify when frameworks do not handle routing
- Monk can check whether required credentials are present for any provider or service
- Monk can request cloud or service credentials from the user and store them securely
- Monk can delete stored credentials on request to revoke access
v0.5.12 — March 24, 2025
Major Features- Cross-Platform Support: Full Windows support with automated setup checklist
- Welcome Page: New welcome page for macOS with automated remediation
- Blob Storage: Support for distributed blob storage across cluster nodes
- Monk is now aware when you’re not in a workspace
- Progress updates during deployments
- Automatic registry setup with retry support
Improvements
- Better event-driven status updates
- Fixed icon bundling
- Better ARM64 Mac support
- Improved deployment reliability
- Better image rebuilding before deployment
- Enhanced credential management
- Better manifest format for Docker images
- Improved deployment process
- Fixed credential handling
- Better service provider recommendations
- Improved image registry handling
- Welcome screen now shows upgrade recommendations
- Better error tracking and diagnostics
- Improved macOS Podman detection
- More robust welcome screen
- Better Podman machine handling on macOS
- Automatic upgrade support
- Better image registry search
- Better reconnection handling when server connection drops
- Fixed WebSocket event handling
New Agent Capabilities
- Monk can store and retrieve distributed blobs across cluster nodes
- Monk can mount blobs into containers for application data
- Monk can synchronize blobs across cluster peers automatically
v0.5.0 — March 9, 2025
Improvements- Better image push to cluster registries
v0.4.7 — March 8, 2025
Features- SSH machine connections on macOS
- Automatic cluster registry setup
- Better registry push support
- Improved release automation and deployment pipeline
v0.4.2 — February 2025 (Initial Release)
Initial Release Features Monk’s first release established the foundation for AI-powered infrastructure management: Core Chat & AI Capabilities- AI-powered chat interface for natural language infrastructure management
- Monk expert agent with comprehensive documentation knowledge
- Agent reasoning and decision-making transparency
- Custom instructions support
- Cluster creation and growth tools
- Cloud provider integration (AWS, DigitalOcean, Azure)
- Multi-architecture image builds (ARM64/AMD64)
- Container image management
- Workload deployment and management tools
- Template editor functionality
- File search and analysis tools
- Manifest and template validation
- Authentication flow with token management
- Budget management system
- Credential storage and management
- WebSocket-based communication protocol
- Network failure recovery with automatic retry
- Session management
- Monk can analyze a codebase and autonomously identify components, dependencies, and required services
- Monk can discover environment variables, defaults, and service endpoints used by each component
- Monk can infer relationships between variables across components and generate connection mappings
- Monk can suggest safe default values and randomized secrets for configuration
- Monk can operate across monorepos and multi-language stacks while ignoring non-deployable assets
- Monk can containerize services by creating or adapting Dockerfiles specific to each component
- Monk can build container images and run sanity checks, iterating until services start without critical errors
- Monk can generate deployment configurations for projects end-to-end
- Monk can bootstrap new clusters with minimal setup and without requiring an external control plane
- Monk can manage clusters fully inside your cloud accounts (AWS, GCP, Azure, DigitalOcean)
- Monk can autonomously configure networking, including subnets and security groups
- Monk can set up encrypted overlay networks for secure intra-cluster communication
- Monk can provide a built-in container registry for fast image pulls
- Monk can provision a built-in container registry inside the system namespace with TLS and basic auth
- Monk can deploy workloads locally or to a selected cluster using the project MANIFEST
- Monk can create and provision clusters (VMs, networking, registries) as required by a deployment plan
- Monk can deploy workloads by managing containers, secrets, environment variables, firewall rules, and external service wiring
- Monk can update configurations and fix deployment errors autonomously
- Monk can stream logs in real time from any container
- Monk can provide instant shell access to any running container
- Monk can open a shell terminal into a running workload for live debugging
- Monk can stream logs and open a live logs terminal for a selected workload
- Monk can answer natural-language questions about deployments and cluster health
- Monk can select and integrate reusable vendor templates for databases, caches, queues, and other services
- Monk can inject and propagate connection details between components via explicit variable relationships