SIGN IN SIGN UP

An open-source AI agent that brings the power of Gemini directly into your terminal.

0 0 76 TypeScript

fix: resolve typescript lint errors and test failures

- Remove unnecessary `any` casts and unsafe type assertions in `useAgentStream.ts`.
- Introduce `MinimalTrackedToolCall` to safely type mock tool calls for inactivity monitors.
- Fix arrow-body-style lint errors in `AppContainer.tsx` and `useAgentStream.ts`.
- Update `nonInteractiveCli.test.ts` to include a required `build` method in mock tools to prevent TypeErrors during stream initialization.
- Remove redundant non-null assertion in `legacy-agent-session.ts`.
M
Michael Bleigh committed
3c6a3a83e2f8fc9399e741aa8933a06ba025fc4b
Parent: f11f895