You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.7.5 — Network Proxy, Webhooks & Community Fixes
Features
Network proxy support — configure HTTP/HTTPS proxies with bypass rules directly from App Settings. The proxy engine routes traffic through undici ProxyAgent instances, respects NO_PROXY rules, and configures both Node and Electron browser sessions. (46049d2, 0ed01c4, 81d1b1c, 0da3f26) - inspired by [@berwinjoule]
Webhook actions for automations — automations can now fire HTTP webhooks with configurable auth, form payloads, response capture, replay, and persistent retry with exponential backoff. (993c75c, 588aab6)
Gemini 3.1 Flash Lite — added to Google AI Studio preferred defaults. Thanks to @naishyadav for the suggestion in #357. (e36e9a2)
Dismiss working directory history items — hover-visible X button on each recent directory entry to remove it from history. Thanks to @jjjrmy (#346) and @jonzhan (#391) for requesting this. (3bd55d6)
Improvements
History truncation — consolidated all history field truncation to a single HISTORY_FIELD_MAX_LENGTH constant instead of scattered hardcoded limits (8689a1d)
Craft source docs — added Collections section to guide with emphasis on the nested title + properties item format (0837afa)
Bug Fixes
MiniMax CN authentication — removed incorrect minimax-cn → minimax alias, added lightweight direct HTTP test for Pi providers, and stripped MiniMax-prefix for CN API compatibility. Thanks to @Kathie-yu (#396) and @RimuruW (#386) for reporting. Fixes #396. (612c0e7)
Inline code in messages — text between inline badges (sources, skills, files) now renders through the Markdown component, restoring inline code, bold, italic, and links. Thanks to @linusrogge for reporting #378. Fixes #378. (e7f88a3)
Zod/JSON Schema passthrough — default Zod object schemas to .passthrough() to match JSON Schema semantics where additionalProperties defaults to true. Also preserved additionalProperties in MCP proxy tool schema round-trip. Fixes tools with loosely-typed schemas silently losing fields. (cf4b6ac, 42c173c)
Self-signed TLS certificates — accept self-signed certificates for the configured remote server origin, fixing ERR_CERT_AUTHORITY_INVALID on wss:// connections (7148ebe)
File attachment in thin client mode — paperclip button now uses browser-native FileReader API instead of server-side fs.readFile(), fixing silent failures when client and server filesystems differ (680cd19)
URL linkification — strip trailing markdown characters (**, etc.) from linkified URLs that were producing broken links (24385e7, 65b8f35)
Automation action badges — sidebar now shows correct "Prompt" / "Webhook" badges based on actual action types instead of hardcoding "Prompt" (dc42257)
Packaged server path fallback — added dist/resources fallback for builds where extraResources output layout differs (edc5f61)
$CRAFT_EVENT_DATA missing labels — all automation event payloads now include the session's current labels array, so webhooks and scripts can access label data. Fixes #406. (0f98f09)
Multi-select non-adjacent sessions — Cmd-click now always toggles selection (standard OS behavior); opening in a new panel moves to Cmd-Shift-click. Fixes #404. (d4d7aff)
@ mention autocomplete with spaces — spaces are now allowed in file mention queries (e.g. @app availability.md). The menu auto-closes Slack-style when a space produces no matches. Thanks to @alexzadeh for reporting #398. Fixes #398. (1d06317)