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
fix: only enable 12 core actions by default, rest are on-demand
Fresh installs had all 38 actions enabled, injecting ~1200 tokens of tool
definitions into every system prompt. This consumed ~30% of the 4096-token
context window, leaving less room for conversation history.
Now only 12 frequently-used actions are enabled by default:
open_app, create_note, create_reminder, get_battery, get_now_playing,
get_wifi, next_track, play_on_spotify, play_pause_music, search_web,
set_volume, toggle_dark_mode
The remaining 26 actions are registered but disabled — users can enable
them via the TUI actions panel or rcli action commands. Existing users
with ~/.rcli/actions.json preferences are unaffected.
This frees ~800 tokens of context for conversation history on fresh installs.
Made-with: Cursor
{"open_settings", "Open System Settings (optionally to a specific pane: wifi, bluetooth, sound, display, battery, keyboard, privacy, notifications, general, appearance, etc.)",
0 commit comments