desktop@1.0.0
leejet/stable-diffusion.cppdesktop@1.0.0Apr 24, 2026by github-actions[bot]
AI Summary
First stable release of the Dev Tools Desktop app introducing new protocols, flow nodes, and delta system.
Key Highlights
- First stable release
- New protocols: GraphQL and WebSocket
- Flow engine overhaul with improved error propagation
- Delta system for GraphQL snapshots
New Features
- GraphQL request editor with dark theme and delta support
- WebSocket connection and message capture
- Wait and Sub-flow nodes
- Expression editor autocomplete for built-in functions
- Delta system for GraphQL name, URL, and query overrides
Full Release Notes
# 1.0.0 (2026-04-24)
### 🚀 Features
- First stable release. ([f31075cf](https://github.com/the-dev-tools/dev-tools/commit/f31075cf))
### New protocols and flow nodes
- **GraphQL requests**: full request editor with query/variables, dark theme tokens, CLI support, YAML export/import, response history, and delta overrides with assertions.
- **WebSocket**: connection and send flow nodes, request panel, and tables for persisting messages and headers.
- **Wait node**: pause flow execution for a configurable duration.
- **Sub-flow**: new Run Sub Flow node plus SubFlowTrigger and SubFlowReturn, enabling flows to invoke other flows with typed inputs/outputs.
### Flow engine
- Flow runner overhaul with improved node execution and error propagation.
- Flow-level error field and node ID mapping for more precise failure attribution.
- Copy/paste support extended to GraphQL, WebSocket, and sub-flow nodes.
### Expression editor
- Autocomplete for built-in functions inside `{{ }}`: `uuid()`, `uuid("v4")`, `uuid("v7")`, `ulid()`, `now()`.
- Dot-chain completion on `now()`: `.Unix()`, `.UnixMilli()`, `.UnixMicro()`, `.UnixNano()`.
- New `faker` namespace for fake data — type `faker.` to browse 35 generators including `name()`, `email()`, `phoneNumber()`, `url()`, `ipv4()`, `ipv6()`, `macAddress()`, `username()`, `password()`, `word()`, `sentence()`, `paragraph()`, `date()`, `timestamp()`, `uuid()`, `randomInt(min, max)`.
### Delta system
- GraphQL delta support with snapshot/override semantics for name, URL, query, variables, description, headers, and assertions.
### ❤️ Thank You
- moosebay