Hunter Bown
Hunter Bown
## Review notes from v0.8.12 integration Reviewed the cache-aware resident file sub-agents as part of merging into v0.8.12. One finding: ### Lease table has no cleanup The global ownership table...
## Triple-check: clean Verified: `try_dispatch_user_command` is called from `commands/mod.rs:471` before built-in commands (user-defined commands override built-ins). `apply_template` substitutes `$1`/`$2`/`$ARGUMENTS` placeholders. User commands are loaded from `~/.deepseek/commands/` directory. Autocomplete hooks into...
## v0.8.12 fix applied The lease cleanup leak has been fixed on `feat/v0.8.12`: - Moved `RESIDENT_LEASES` from block-scoped static to module level so it's accessible from all lifecycle hooks -...