Tonitum

Results 7 comments of Tonitum

Debug Logs ```shell INFO 2025-10-12T01:04:30 +1ms service=tui commands={"agent_cycle":{},"agent_cycle_reverse":{},"agent_list":{},"app_exit":{},"app_help":{},"editor_open":{},"input_clear":{},"input_newline":{},"input_paste":{},"input_submit":{},"messages_copy":{},"messages_first":{},"messages_half_page_down":{},"messages_half_page_up":{},"messages_last":{},"messages_page_down":{},"messages_page_up":{},"messages_redo":{},"messages_undo":{},"model_cycle_recent":{},"model_cycle_recent_reverse":{},"model_list":{},"project_init":{},"session_child_cycle":{},"session_child_cycle_reverse":{},"session_compact":{},"session_export":{},"session_interrupt":{},"session_list":{},"session_new":{},"session_timeline":{},"theme_list":{},"thinking_blocks":{},"tool_details":{}} Loaded commands INFO 2025-10-12T01:04:30 +4ms service=server method=GET path=/config/providers request INFO 2025-10-12T01:04:30 +0ms service=server duration=0 response DEBUG 2025-10-12T01:04:30 +1ms service=tui model=claude-sonnet-4-20250514 provider=anthropic Selected...

I can believe that. I have been seeing this with more than one provider though (such as gpt-4o via OpenAI, grok-code-fast via Opencode Zen). Do you think my local network...

I can check that next time, but it has happened on a fresh launch and fresh session multiple times.

![Image](https://github.com/user-attachments/assets/ad584325-a8d8-4aa6-b6e3-8848528d0ae9) Context from most recent issue. I looked at some other sessions and it ranges from 12.7k/4% to 20.1k/7%. I feel like that's too small of a context to really...

So, digging into this a little bit. It appears that `` (which also happens to be the tab keycode, see stackoverflow post [here](https://stackoverflow.com/questions/23258920/what-is-the-reason-that-ctrli-and-tab-keys-send-same-codes)) is bound to the method `paste_link`. It...

we could probably add a check to see if the current buffer is modifiable before attempting to insert, but that still wouldn't let you use the TAB key to cycle...