- ~/clawd
+ ~/echo-core
@@ -1277,7 +1277,7 @@
const breadcrumb = document.getElementById('breadcrumb');
const parts = currentPath.split('/').filter(p => p);
- let html = `~/clawd`;
+ let html = `~/echo-core`;
let buildPath = '';
for (let i = 0; i < parts.length; i++) {
@@ -1866,7 +1866,7 @@
if (changedPaths.length === 0) {
document.getElementById('breadcrumb').innerHTML = `
- ~/clawd
+ ~/echo-core
✓ Git curat
`;
@@ -1877,7 +1877,7 @@
// Update breadcrumb
document.getElementById('breadcrumb').innerHTML = `
- ~/clawd
+ ~/echo-core
🔸 Git Changes (${changedPaths.length})
`;
diff --git a/dashboard/index.html b/dashboard/index.html
index dd2ccbd..7bb9967 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -2100,7 +2100,7 @@
subtitle.textContent = `${git.branch} · ${git.lastCommit.time}`;
- const GITEA_URL = 'https://gitea.romfast.ro/romfast/clawd';
+ const GITEA_URL = 'https://gitea.romfast.ro/romfast/echo-core';
let html = `
@@ -2120,7 +2120,7 @@
}
html += ``;
details.innerHTML = html;