Commit 6a7c30a
Show actual Python script output when smart match fails or succeeds
Instead of generic "possible causes", the terminal now shows the exact
output from the Python script:
- On empty results: full script log (shows which step failed and why)
- On success: script log shown below the match results
- On error: raw error output shown directly
The __log field is attached to the JSON result so the renderer always
has access to the script's diagnostic output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ec26da9 commit 6a7c30a
2 files changed
Lines changed: 16 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
1073 | | - | |
1074 | | - | |
| 1073 | + | |
1075 | 1074 | | |
1076 | 1075 | | |
1077 | 1076 | | |
1078 | | - | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
1079 | 1081 | | |
1080 | | - | |
| 1082 | + | |
1081 | 1083 | | |
1082 | 1084 | | |
1083 | 1085 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | | - | |
1514 | | - | |
1515 | | - | |
1516 | | - | |
1517 | | - | |
1518 | | - | |
1519 | | - | |
1520 | | - | |
1521 | | - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
1522 | 1521 | | |
1523 | 1522 | | |
1524 | 1523 | | |
1525 | 1524 | | |
1526 | 1525 | | |
1527 | 1526 | | |
1528 | | - | |
| 1527 | + | |
1529 | 1528 | | |
1530 | 1529 | | |
1531 | 1530 | | |
1532 | 1531 | | |
| 1532 | + | |
1533 | 1533 | | |
1534 | 1534 | | |
1535 | 1535 | | |
| |||
0 commit comments