cc-agent-ui 0.2.6 → 0.2.7
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/package.json +1 -1
- package/public/index.html +1 -1
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -1670,7 +1670,7 @@ document.addEventListener('click', e => {
|
|
|
1670
1670
|
});
|
|
1671
1671
|
|
|
1672
1672
|
function linkifyPaths(text) {
|
|
1673
|
-
const PATH_RE = /(\/(
|
|
1673
|
+
const PATH_RE = /(?<![:/])(\/(var|Users|home|tmp|workspace|root)\/[^\s"'`,;()[\]<>]{3,})/g;
|
|
1674
1674
|
const parts = [];
|
|
1675
1675
|
let last = 0;
|
|
1676
1676
|
let m;
|