Tags: kitproj/kit
Tags
Upgrade Docker SDK v24→v27 to fix API version 1.43 incompatibility (#117 ) * Initial plan * Upgrade Docker SDK from v24 to v27 to fix API version 1.43 incompatibility Agent-Logs-Url: https://github.com/kitproj/kit/sessions/f1fbf180-bcb3-4df7-8669-82de47bb0eb4 Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> * Update go.mod Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Alex Collins <alexec@users.noreply.github.com> * Fix CI: pin otel deps to Go 1.23-compatible versions, restore go directive Agent-Logs-Url: https://github.com/kitproj/kit/sessions/6960cfd2-2178-412a-bea7-8cbff082c2e5 Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> --------- Signed-off-by: Alex Collins <alexec@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> Co-authored-by: Alex Collins <alexec@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Print "all requested tasks are running" message only once per ready t… …ransition (#115) * Initial plan * Print ready message only once per ready transition Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Add Docker API version negotiation to fix daemon compatibility (#110) * Initial plan * Add Docker API version negotiation to fix image pull errors Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
feat: add recursive directory watching and shell tab completion (#109) * feat: add recursive directory watching and shell tab completion - Watch now recursively watches all subdirectories when given a directory path - Watch properly handles individual files by watching them directly - New directories created after startup are automatically added to the watcher - Added --completion flag for generating bash, zsh, and fish completion scripts - Task name parsing correctly identifies task definitions in tasks.yaml Branch-Creation-Time: 2026-01-28T01:33:20+0000 * test: add tests for recursive watch and shell completion - Add test for watching files in subdirectories - Add tests for bash, zsh, and fish completion output - Add test for task name regex pattern validation - Add test for invalid shell error handling --------- Co-authored-by: arivard <austin_rivard@intuit.com>
PreviousNext