Logo
Explore
Register Sign In
agent/Understand-Anything
Watch 2
Star 0
Fork 0
mirror of https://github.com/Egonex-AI/Understand-Anything.git synced 2026-06-22 10:58:03 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
89b50006245777e28770dd4ead2af01cdcfab332
Understand-Anything/understand-anything-plugin
T
History
Pablo Speciale ee2c9c8dd7 fix: use POSIX-compatible pipe instead of bash herestring in hooks
The PostToolUse hook used `<<<` (bash herestring) which fails when
Claude Code runs hooks under `/bin/sh`. Replace with `echo | grep`
for POSIX compatibility.
2026-03-31 12:12:02 +02:00
..
agents
fix: normalize LLM-generated type aliases before schema validation
2026-03-25 09:25:42 +08:00
hooks
fix: use POSIX-compatible pipe instead of bash herestring in hooks
2026-03-31 12:12:02 +02:00
packages
fix: hide redundant bottom bar (CodeViewer) on node click, closes #55
2026-03-29 15:09:15 +00:00
skills
fix: address comprehensive code review findings for PR #51
2026-03-28 21:55:20 +08:00
src
fix: normalize LLM-generated type aliases before schema validation
2026-03-25 09:25:42 +08:00
package.json
chore: bump version to 2.0.0
2026-03-28 23:30:34 +08:00
pnpm-lock.yaml
feat(core): add 12 custom parsers for non-code file types
2026-03-28 18:38:25 +08:00
pnpm-workspace.yaml
fix: resolve plugin installation failures for workspace resolution and missing dependencies
2026-03-15 19:12:55 +08:00
tsconfig.json
fix: resolve plugin installation failures for workspace resolution and missing dependencies
2026-03-15 19:12:55 +08:00