Skip to content

Fix misc bugs: asyncio deprecation, double stat, missing /kill handler - session.py: Replace deprecated asyncio.get_event_loop() with asyncio.get_running_loop() (Python 3.12+ compat) - session.py: Remove redundant pass statements - session_monitor.py: Consolidate double stat() call into one - screenshot.py: Add explicit parens in _font_tier() for clarity - bot.py: Add /kill command handler — kills tmux window, unbinds thread, cleans up state, and best-effort deletes the topic. Previously the /kill bot command was registered in the menu but had no handler, falling through to forward_command_handler. https://claude.ai/code/session_01Vn1pxPc8KahAYpofYGhLjY#3

Merged
JanusMarko merged 1 commit intomainfrom
claude/add-browse-root-config-56kvZ
Feb 28, 2026

Conversation

@JanusMarko
Copy link
Copy Markdown
Owner

No description provided.

- session.py: Replace deprecated asyncio.get_event_loop() with
  asyncio.get_running_loop() (Python 3.12+ compat)
- session.py: Remove redundant pass statements
- session_monitor.py: Consolidate double stat() call into one
- screenshot.py: Add explicit parens in _font_tier() for clarity
- bot.py: Add /kill command handler — kills tmux window, unbinds
  thread, cleans up state, and best-effort deletes the topic.
  Previously the /kill bot command was registered in the menu but
  had no handler, falling through to forward_command_handler.

https://claude.ai/code/session_01Vn1pxPc8KahAYpofYGhLjY
@JanusMarko JanusMarko merged commit bdcde13 into main Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants