8 Commits
Author SHA1 Message Date
Christian Rocha f32dcffc21 fix(shell): ensure canceling a command stops all child processes 2026-05-15 17:37:04 -04:00
Sean PorterandGitHub 9ec46b8d43 feat(shell): add blocking wait option to job_output tool (#2189) 2026-03-02 17:22:53 -03:00
63e009898a fix: improving shutdown (#2175)
* test: use t.Context() and synctest

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: passing down context to all shutdown funcs

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* perf(lsp): kill all clients on shutdown

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: exit posthog earlier

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* test: fix dirs test

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* test: fix projects test

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* test: fix race

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* Update internal/lsp/manager.go

Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>

* fix: cleanup

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* test: race

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
2026-02-09 11:32:01 -03:00
M1xAandGitHub 3b3a3d78c8 fix: prevent goroutine orphaning in mcp.Close() and shell.KillAll() (#2159) 2026-02-09 09:40:35 -03:00
3fd9d97014 ci(sec): add more security jobs, improve build, enable race detector (#1849)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-13 14:34:19 -03:00
Andrey NeringandGitHub 7fcdf901a1 ci: skip two flacky tests depending on os (#1606) 2025-12-11 18:14:25 +00:00
Kujtim HoxhaandGitHub c38183438c fix: handle google reasoning (#1474) 2025-11-19 13:02:18 +01:00
4401d5b37f feat: background jobs & remove persistent shell (#1328)
Co-authored-by: Christian Rocha <christian@rocha.is>
Co-authored-by: Raphael Amorim <rapha850@gmail.com>
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
2025-11-07 13:11:14 +01:00