chore: update agent harness and config

This commit is contained in:
Rasyidan Akbar F. 2026-05-06 15:15:00 +07:00
commit db7d6638d9
4 changed files with 20 additions and 22 deletions

View file

@ -26,9 +26,11 @@
exec-on-workspace-change = [ "flatten-workspace-tree" ];
on-window-detected = [
# Default: force all windows to tile
# Codex /pet opens an auxiliary window that should not enter the tiling tree.
{
run = "layout tiling";
"if".app-id = "com.openai.codex";
"if".window-title-regex-substring = "pet|hatch";
run = "layout floating";
}
# Exception: Kitty on workspace 5 floats
{