cli@1.0.0
KoljaB/RealtimeSTTcli@1.0.0Apr 24, 2026by github-actions[bot]
AI Summary
First stable release of the CLI tool featuring GraphQL and WebSocket support, an AI agent, and a comprehensive flow engine.
Key Highlights
- First stable release
- GraphQL requests with YAML export/import
- WebSocket connection and message capture
- AI agent with multi-provider support
- Flow runner overhaul with error propagation
New Features
- GraphQL requests (query/variables, assertions, response history, YAML export/import)
- WebSocket (connection and send flow nodes with message capture)
- Wait node for configurable pauses
- Sub-flow support with triggers and returns
- Flow engine overhaul with improved execution and error mapping
- Expression editor with uuid, now, and faker helpers
- AI agent with tool execution and streaming
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**: query/variables, assertions, response history, YAML export/import.
- **WebSocket**: connection and send flow nodes with message capture.
- **Wait node**: pause flow execution for a configurable duration.
- **Sub-flow**: Run Sub Flow node plus Sub-Flow Trigger and Sub-Flow Return for composing flows.
### 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.
### Expression editor
- Built-in `uuid()`, `uuid("v4")`, `uuid("v7")`, `ulid()`, `now()` helpers inside `{{ }}`.
- Dot-chain on `now()`: `.Unix()`, `.UnixMilli()`, `.UnixMicro()`, `.UnixNano()`.
- `faker.*` namespace (35 generators — `name()`, `email()`, `phoneNumber()`, `url()`, `ipv4()`, `word()`, `sentence()`, `paragraph()`, `date()`, `timestamp()`, `uuid()`, `randomInt(min, max)`, ...) for fake test data.
### AI
- AI agent with tool execution, streaming, and multi-provider support (OpenAI, Anthropic, Gemini), credential vault encryption, and variable introspection.
### ❤️ Thank You
- moosebay