We resolved an issue where pressing Enter during skill loading would inadvertently insert a newline instead of executing the command. This was fixed by making the injection delay configurable and increasing the default from 300ms to 5 seconds to provide adequate time for skills to initialize. Both asynchronous and synchronous tmux execution methods were updated to support this new delay parameter, ensuring commands are safely fired off once the CLI is completely ready.

Fixed tmux injection timing to prevent incorrect Enter key behavior during skill loading - jeffwweee/dev-workspace