feat(backend): enhance backend with ripgrep support and RunInBackendGround
-
Refactor GrepRaw and GlobInfo to use ripgrep and doublestar
- agentkit: enhance GrepRaw with full ripgrep support
-
Add pattern validation for GrepRaw to prevent empty patterns
-
Add RunInBackendGround option to execute commands asynchronously
- agentkit.Execute: async execution with immediate response
-
Refactor ExecuteStreaming into smaller, maintainable functions:
- runCmdInBackground: handle background execution logic
-
Add unit tests for new functionality
Full Changelog: adk/backend/local/v0.1.1...adk/backend/agentkit/v0.2.0-alpha.1