pikakit 1.0.47 → 1.0.49
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.
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
document.getElementById('totalTasks').textContent = dashboard.summary.totalTasks || 0;
|
|
976
976
|
document.getElementById('patternsLearned').textContent = dashboard.summary.patternsLearned || 0;
|
|
977
977
|
|
|
978
|
-
// Always show onboarding banner (unified UI)
|
|
978
|
+
// Always show onboarding banner (unified dashboard UI)
|
|
979
979
|
const onboardingBanner = document.getElementById('onboardingBanner');
|
|
980
980
|
onboardingBanner.classList.add('show');
|
|
981
981
|
}
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
refreshData();
|
|
1120
1120
|
|
|
1121
1121
|
// Auto-refresh every 30 seconds
|
|
1122
|
-
setInterval(
|
|
1122
|
+
setInterval(refreshData000);
|
|
1123
1123
|
</script>
|
|
1124
1124
|
</body>
|
|
1125
1125
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
4
4
|
"description": "Enterprise-grade Agent Skill Manager with Antigravity Skills support, Progressive Disclosure detection, and semantic routing validation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pikakit <pikakit@gmail.com>",
|