flowise@3.1.1
tobias-kirschstein/ggheadflowise@3.1.1Mar 23, 2026by HenryHengZJ
AI Summary
This release focuses on AgentFlow development, introducing a rich text editor with markdown support, additional input types (JSON, code, select), and support for list flows. It also includes model updates such as new OpenAI models and deprecation fixes for Cerebras models, alongside general bug fixes and testing improvements.
Key Highlights
- AgentFlow Rich Text editor with Markdown support and Edit/Source toggle.
- New input types: JSON, code, and SelectVariable in NodeInputHandler.
- New OpenAI models: gpt-5.4-mini and gpt-5.4-nano.
- Weaviate client migration to version 3.
- Support for additional load methods and listFlows in AgentFlow.
New Features
- Rich Text editor for content editing
- Markdown support in RichInput
- JSON, code, and SelectVariable input types
- ListFlows support
- New OpenAI models (gpt-5.4-mini, gpt-5.4-nano)
Full Release Notes
## What's Changed * Traversal env var by @christopherholland-workday in https://github.com/FlowiseAI/Flowise/pull/5962 * Fix/agentflow model parameters by @j-sanaa in https://github.com/FlowiseAI/Flowise/pull/5967 * fix: migrate Weaviate to weaviate-client v3 for agentKnowledgeVSEmbeddings compatibility (#5991) by @aayushbaluni in https://github.com/FlowiseAI/Flowise/pull/5993 * feat(agentflow): add Rich Text editor for Content Editing (FLOWISE-342) by @jocelynlin-wd in https://github.com/FlowiseAI/Flowise/pull/5988 * chore: bump @flowiseai/agentflow to 0.0.0-dev.4 by @github-actions[bot] in https://github.com/FlowiseAI/Flowise/pull/5997 * update README and remove mocks in dist by @jocelynlin-wd in https://github.com/FlowiseAI/Flowise/pull/6000 * fix (AgentFlow) - generate ArrayInput item keys synchronously to prevent missing React keys by @j-sanaa in https://github.com/FlowiseAI/Flowise/pull/6001 * chore: bump @flowiseai/agentflow to 0.0.0-dev.5 by @github-actions[bot] in https://github.com/FlowiseAI/Flowise/pull/6002 * Feat/agentflow Support for Additional Load Methods by @j-sanaa in https://github.com/FlowiseAI/Flowise/pull/6003 * feat(agentflow): implement deduplication for API client by @jocelynlin-wd in https://github.com/FlowiseAI/Flowise/pull/6004 * feat(agentFlow) - Add support for listFlows by @j-sanaa in https://github.com/FlowiseAI/Flowise/pull/6005 * Bugfix/Update qdrant dep by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/6014 * Replace zai-glm-4.6 (deprecated) with zai-glm-4.7 cerebras by @sunnymodi21 in https://github.com/FlowiseAI/Flowise/pull/6020 * fix(components): add missing opik key to returnIds in AnalyticHandler.onLLMStart by @wishhyt in https://github.com/FlowiseAI/Flowise/pull/6006 * chore: Co-locate server / components unit tests and update Contributing.MD for testing by @jchui-wd in https://github.com/FlowiseAI/Flowise/pull/6017 * FLOWISE-262 Add ConditionAgent ScenariosInput with dynamic output ports by @jocelynlin-wd in https://github.com/FlowiseAI/Flowise/pull/6018 * chore: bump @flowiseai/agentflow to 0.0.0-dev.6 by @github-actions[bot] in https://github.com/FlowiseAI/Flowise/pull/6022 * chore: update contributing.md with additional test options by @jchui-wd in https://github.com/FlowiseAI/Flowise/pull/6023 * Feat/agentflow Add JSON, code, and SelectVariable input types to NodeInputHandler by @j-sanaa in https://github.com/FlowiseAI/Flowise/pull/6016 * Feat/Add Markdown support to RichInput with Edit/Source toggle by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/6021 * feat(agentflow): update behaviour for Start node, Http Node, and validation fixes (FLOWISE-265, FLOWISE-264) by @jocelynlin-wd in https://github.com/FlowiseAI/Flowise/pull/6027 * chore: add OpenAI gpt-5.4-mini and gpt-5.4-nano models by @AsharibAli in https://github.com/FlowiseAI/Flowise/pull/6028 * fix: disable Generate button when required fields are not filled by @mykh-hailo in https://github.com/FlowiseAI/Flowise/pull/5927 * release/3.1.1 by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/6037 ## New Contributors * @aayushbaluni made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5993 * @wishhyt made their first contribution in https://github.com/FlowiseAI/Flowise/pull/6006 * @jchui-wd made their first contribution in https://github.com/FlowiseAI/Flowise/pull/6017 * @mykh-hailo made their first contribution in https://github.com/FlowiseAI/Flowise/pull/5927 **Full Changelog**: https://github.com/FlowiseAI/Flowise/compare/flowise@3.1.0...flowise@3.1.1