AI-Repo-Commander/src
rob 956deb114a Update src/ai-repo-commander.user.js
1. Fixed Outdated Regex (2 locations)

Before: /No complete \^%\$bridge/ (looking for old delimiter)
After: /No complete @bridge@/ (looking for new delimiter)
Impact: Parse errors now properly show "Run again" UI instead of silently failing

2. Removed History Unmarking (2 locations)

Removed: this.history.unmarkElement(el) from both cold start and already-processed branches
Why: Keeps commands marked in history to prevent auto-replay on reload
Behavior: "Run again" button executes immediately but doesn't remove the persistent marker
2025-10-09 17:52:17 +00:00
..
ai-repo-commander.user.js Update src/ai-repo-commander.user.js 2025-10-09 17:52:17 +00:00