flowmind 1.4.7 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [Unreleased]
4
+
5
+ ## [1.5.0] - 2026-07-01
6
+
7
+ ### Added
8
+ - `resource --sync-sdd-agent` now imports local `sdd-agent` bindings, scenes, and component state into FlowMind without touching remote services
9
+ - Passive learning can now auto-promote repeated resource-binding choices into reusable skill preferences after enough successful local runs
10
+ - Passive scene learning can now turn repeated successful scene executions into reusable default scene preferences
11
+ - `resource-bind` can now save business-specific MCP, address, token, namespace, and project bindings into local learning files
12
+ - Runtime context now injects matched learned bindings so follow-up skills can reuse the saved business connection automatically
13
+
14
+ ### Changed
15
+ - The CLI now treats direct text input as `process`, so `flowmind "..."` works without manually adding the subcommand
16
+ - Resource overview output now exposes synced bindings, scene counts, and component activation state more clearly
17
+ - Default config bootstrapping now seeds built-in values before reading local files, including passive learning thresholds
18
+
19
+ ### Fixed
20
+ - Binding-style requests such as `绑定发布平台 mcp=friday-auto-flow token=xxx env=uat` now route through `resource-bind` reliably instead of being swallowed by execution skills
21
+ - Startup now avoids a false `Missing required field: version` warning when local config files do not exist yet
22
+ - `flowmind tui` and `flowmind dashboard` now refuse to start inside managed Codex/Claude-style CLI hosts where nested fullscreen input can terminate the outer session
23
+
24
+ ## [1.4.8] - 2026-06-30
25
+
26
+ ### Changed
27
+ - Simplified the npm homepage README into a short entry page focused on positioning, quick start, and next-step links
28
+ - Moved the longer product explanation into dedicated guide documents for English and Chinese readers
29
+ - Added packaged detailed guide documents so linked deep-dive docs resolve from the published npm package
30
+
3
31
  ## [1.4.7] - 2026-06-30
4
32
 
5
33
  ### Added