This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit da609f1
Refactor Ask Socratic Shell to use new sendToActiveTerminal method
- Replace existing Ask Socratic Shell logic with Bus.sendToActiveTerminal() call
- Remove duplicate terminal finding and reference creation code
- Simplify error handling with try-catch pattern
- Maintain same functionality with consolidated implementation
This eliminates ~200 lines of duplicate terminal detection logic by using
the new consolidated method in the Bus class.
Co-authored-by: Claude <[email protected]>1 parent 73d9286 commit da609f1
1 file changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
1079 | 1081 | | |
1080 | 1082 | | |
1081 | 1083 | | |
| |||
0 commit comments