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: .roo/rules/rules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ The full API is defined in custom.d.ts as type ElectronApi.
93
93
-**CRITICAL** - useAtomValue and useAtom are React HOOKS. They cannot be used inline in JSX code, they must appear at the top of a component in the hooks area of the react code.
94
94
- for simple functions, we prefer `if (!cond) { return }; functionality;` pattern overn `if (cond) { functionality }` because it produces less indentation and is easier to follow.
95
95
- It is now 2026, so if you write new files, or update files use 2026 for the copyright year
96
+
- React.MutableRefObject is deprecated, just use React.RefObject now (current is now always mutable)
| term:shiftenternewline | bool | when enabled, Shift+Enter sends escape sequence + newline (\u001b\n) instead of carriage return, useful for claude code and similar AI coding tools (default false) |
71
71
| term:macoptionismeta | bool | on macOS, treat the Option key as Meta key for terminal keybindings (default false) |
72
+
| term:cursor <VersionBadgeversion="v0.14" /> | string | terminal cursor style. valid values are `block` (default), `underline`, and `bar`|
| term:bellsound <VersionBadgeversion="v0.14" /> | bool | when enabled, plays the system beep sound when the terminal bell (BEL character) is received (default false) |
73
75
| term:bellindicator <VersionBadgeversion="v0.14" /> | bool | when enabled, shows a visual indicator in the tab when the terminal bell is received (default false) |
74
76
| term:durable <VersionBadgeversion="v0.14" /> | bool | makes remote terminal sessions durable across network disconnects (defaults to false) |
@@ -145,6 +147,8 @@ For reference, this is the current default configuration (v0.14.0):
0 commit comments