Skip to content

feat(tmux): add bell script + misc fixes#180

Open
odsod wants to merge 4 commits into
mainfrom
bell-script-and-fixes
Open

feat(tmux): add bell script + misc fixes#180
odsod wants to merge 4 commits into
mainfrom
bell-script-and-fixes

Conversation

@odsod
Copy link
Copy Markdown
Owner

@odsod odsod commented May 19, 2026

Summary

  • Bell script: Add tmux/bell — a POSIX sh script that rings the terminal bell
    resilient to missing /dev/tty (SSH sessions). Falls back to writing to the
    tmux pane pty. All agent hooks (Claude, Gemini, Codex) now call bell instead
    of printf '\a' > /dev/tty.
  • Llama: Enable flash attention + quantized KV cache for chat model, move
    embedding to CPU with reduced ctx-size (2048). Updates AGENTS.md with VRAM
    budget corrections and roadmap.
  • Neovim: Update fzf-lua plugin lock.
  • Recorder: Remove U+FE0E (VS15) suffix from emoji literals that caused
    display issues.

Test plan

  • make -C tmux ~/.local/bin/bell installs symlink
  • bell exits 0 (tmux fallback path works)
  • No stderr noise from the script

odsod added 4 commits May 19, 2026 20:47
The U+FE0E (VS15) suffix caused display issues in some terminals.
Drop it — the speech balloon emoji renders correctly without it.
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.

1 participant