* Fix auto-lookback trigger and add version tracking - Trigger on stdin inactivity instead of render time - Only dump when new output exists since last dump - Default timeout 5s -> 15s - Embed git hash in version output - Document macOS config path
11 lines
152 B
TOML
11 lines
152 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/claude-chill",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
authors = ["David Beesley"]
|