Commit Graph

1370 Commits

Author SHA1 Message Date
Ogulcan Celik fa1adf1a26 feat: add onboarding and toast notification preferences 2026-03-28 21:13:41 +03:00
Ogulcan Celik d05ba2ea9f feat: restore workspace numbers in expanded sidebar 2026-03-28 16:38:04 +03:00
Ogulcan Celik 42e9aec481 refine sidebar workspace badges and agent summaries
- make workspace rows use a more consistent marker/name/state order
- simplify multi-pane state presentation in the sidebar
- switch agent summaries from plus-separated to comma-separated wording
2026-03-28 15:55:32 +03:00
Ogulcan Celik ebd8007558 add config diagnostics and split configuration docs 2026-03-28 15:44:31 +03:00
Ogulcan Celik 7380e0ed16 refactor workspace identity and configurable navigate actions 2026-03-28 15:28:13 +03:00
Ogulcan Celik f18f26d1c0 fix prefix key defaults and binding parsing 2026-03-28 04:29:37 +03:00
Ogulcan Celik 6a4315c4ee fix: use annotated release tags 2026-03-28 02:03:34 +03:00
Ogulcan Celik a100c9d014 release: v0.1.1 2026-03-28 02:00:11 +03:00
Ogulcan Celik 17e5dc6ee9 feat: automate changelog-backed releases 2026-03-28 01:59:52 +03:00
Ogulcan Celik c0fe95235f fix: stabilize claude state detection 2026-03-28 01:18:03 +03:00
Ogulcan Celik e719c6517d fix sound request alerts in active workspace 2026-03-28 01:02:10 +03:00
Ogulcan Celik 380778a928 docs: clarify test workflow 2026-03-28 00:42:14 +03:00
Ogulcan Celik 042938772f chore: add check task 2026-03-28 00:35:05 +03:00
Ogulcan Celik f8c4d6a5f1 feat: add per-agent sound overrides 2026-03-28 00:32:35 +03:00
Ogulcan Celik 787786c620 fix wrapped foreground job agent detection 2026-03-28 00:20:12 +03:00
Ogulcan Celik 0403775fd2 feat: sound notifications for agent state changes
play a chime when an agent finishes work and an alert when one needs
input. only triggers for background workspaces. configurable via
sound = true/false under [ui] in config.
2026-03-27 23:53:37 +03:00
Ogulcan Celik 1d867053fc fix: move vt100 back to main dependencies (was accidentally under macos-only) 2026-03-27 22:55:48 +03:00
Ogulcan Celik 4955dd6024 harden release workflow: musl builds, --locked, version check, portable sed 2026-03-27 22:51:25 +03:00
Ogulcan Celik 9aa50f04a9 fix: use KERN_PROCARGS2 for macOS process name resolution
proc_name() fails on macOS Sequoia due to undersized buffer
(MAXCOMLEN+1 = 17 bytes). Even with a larger buffer, it returns
the kernel comm name ('node') rather than the effective process
title ('pi') set via Node.js process.title.

Replace with sysctl(KERN_PROCARGS2) which reads argv[0] and
reflects runtime title changes, matching what ps(1) displays.
Falls back to pbi_comm from proc_pidinfo if sysctl fails.
2026-03-27 22:43:29 +03:00
Ogulcan Celik a57b97285c initial release
terminal workspace manager for AI coding agents.
single rust binary, runs inside your existing terminal.
workspaces, tiled panes, intelligent agent state detection.

https://herdr.dev
2026-03-27 21:37:05 +03:00