Release v1.3.220 #108
factory-ben
announced in
Factory Official
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings HTTP MCP server support, a
/compresscommand to optimize your context usage and droid exec for CDE.HTTP MCP Server Support
Factory now supports streamable HTTP-based Model Context Protocol (MCP) servers in addition to stdio-based servers. This enables you to connect to MCP servers running as web services, making it easier to integrate with cloud-hosted tools and services.
When adding an MCP server, Factory automatically detects whether it's HTTP or stdio-based:
HTTP MCP servers support streaming responses and all standard MCP capabilities including tools, resources, and prompts. This makes it possible to build MCP servers that scale horizontally and can be shared across teams.
/compressCommandCompact long conversation threads eating up your context. The new
/compresscommand summarizes your conversation history while preserving all the important details.Droid Exec for CDE Sessions
Cloud Development Environment (CDE) sessions now use
droid execunder the hood. This architectural change provides better performance, more reliable command execution, and improved session management when working in cloud-based environments.If you're using Factory's CDE features, you'll notice faster response times and more stable connections.
Premium Model Usage Simplified
Premium model usage is simpler. Premium tokens are gone; usage now falls under your standard quota with clear multipliers, so billing stays accurate without extra math. Check out our pricing docs for more details.
Additional Features
droid execnow supports using pre-created session IDs, enabling better session management in programmatic workflowsFixes & Improvements
CLI
Platform
$characters in file contentThis release includes contributions from the Factory team. Special thanks to everyone who reported issues and provided feedback.
Beta Was this translation helpful? Give feedback.
All reactions