@nockdev/awf 6.2.9 → 6.3.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/.agent/core/VERSION.yaml +16 -5
- package/package.json +1 -1
package/.agent/core/VERSION.yaml
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
# =============================================================================
|
|
13
13
|
|
|
14
14
|
system:
|
|
15
|
-
version: "6.
|
|
16
|
-
version_short: "v6.
|
|
17
|
-
codename: "
|
|
18
|
-
release_date: "2026-02-
|
|
15
|
+
version: "6.3.0"
|
|
16
|
+
version_short: "v6.3.0" # Dùng cho footer: "_DOMYH Awesome Code "
|
|
17
|
+
codename: "Dashboard Resilience"
|
|
18
|
+
release_date: "2026-02-14"
|
|
19
19
|
|
|
20
20
|
# Identity comes from BRANDING.yaml
|
|
21
21
|
_identity_ref: "core/BRANDING.yaml"
|
|
@@ -74,13 +74,24 @@ components:
|
|
|
74
74
|
web_perf: "5.0" # Web Performance
|
|
75
75
|
|
|
76
76
|
# Default for unlisted
|
|
77
|
-
default_skill_version: v6.
|
|
77
|
+
default_skill_version: v6.3.0
|
|
78
78
|
|
|
79
79
|
# =============================================================================
|
|
80
80
|
# VERSION HISTORY
|
|
81
81
|
# =============================================================================
|
|
82
82
|
|
|
83
83
|
changelog:
|
|
84
|
+
"6.3.0":
|
|
85
|
+
date: "2026-02-14"
|
|
86
|
+
codename: "Dashboard Resilience"
|
|
87
|
+
changes:
|
|
88
|
+
- "HSA Dashboard: Explorer cache 60s TTL — eliminates 504 timeouts"
|
|
89
|
+
- "HSA Dashboard: Client exponential backoff (5s→30s) on errors"
|
|
90
|
+
- "HSA Dashboard: Fetch timeout 8s→15s to match server 10s timeout"
|
|
91
|
+
- "Codex IDE: Optimized AGENTS.md with inline rules + disabled unused workflows/personas"
|
|
92
|
+
- "Cline fix: EEXIST error in copyRules when .clinerules exists as file"
|
|
93
|
+
- "HSA v1.2.3, AWF v6.3.0"
|
|
94
|
+
|
|
84
95
|
"6.2.7":
|
|
85
96
|
date: "2026-02-12"
|
|
86
97
|
codename: "Ecosystem Expansion"
|