cli/pkg/agentic
Snider f2bbb71875 fix(agentic): use context.TODO instead of nil Context (#94)
Replace nil Context parameters with context.TODO() to comply with
staticcheck SA1012: "do not pass a nil Context, even if a function
permits it; pass context.TODO if you are unsure about which Context
to use"

Closes #78

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-01 15:58:26 +00:00
..
prompts feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
client.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
client_test.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00
completion.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
completion_test.go fix(agentic): use context.TODO instead of nil Context (#94) 2026-02-01 15:58:26 +00:00
config.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
config_test.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00
context.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
context_test.go feat(agentic): add AI collaboration features 2026-01-28 20:04:45 +00:00
embed.go feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
service.go feat(framework): add QUERY/QUERYALL/PERFORM dispatch patterns 2026-01-30 10:18:54 +00:00
types.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00