You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@
11
11
12
12
- Updated [Robot](examples/robot.sudo) to improve command dispatching success rate and give the robot a more human-like personality and emotes.
13
13
14
+
### Deprecated
15
+
16
+
- The `cup` and `cap` operators are deprecated in favor of `union` and `intersection` due to instability in Claude 3.5. The new `union` and `intersection` keywords were tested in GPT-4o, Claude 3.5, and Llama 3.1 with 100% accuracy.
constwarningMessage="Class inheritance is not a recommended code reuse pattern due to the fragile base class and gorilla banana problems. Prefer interfaces, modules, functions, factory functions, or composition to avoid duplication by necessity.";
15
+
constcapWarningMessage="The keyword 'cap' is deprecated in favor of 'intersection' due to instability in Claude 3.5.";
16
+
constcupWarningMessage="The keyword 'cup' is deprecated in favor of 'union' due to instability in Claude 3.5.";
0 commit comments