co-mono/packages
Mario Zechner 84018b0707 fix(ai): correct Gemini tool result format and improve type safety
- Fix tool result format for Gemini 3 Flash Preview compatibility
  - Use 'output' key for successful results (not 'result')
  - Use 'error' key for error results (not 'isError')
  - Per Google SDK documentation for FunctionResponse.response

- Improve type safety in google.ts provider
  - Add ImageContent import and use proper type guards
  - Replace 'as any' casts with proper typing
  - Import and use Schema type for tool parameters
  - Add proper typing for index deletion in error handler

- Add comprehensive test for Gemini 3 Flash tool calling
  - Tests successful tool call and result handling
  - Tests error tool result handling
  - Verifies fix for issue #213

Fixes #213
2025-12-18 13:43:39 +00:00
..
agent Release v0.23.3 2025-12-17 22:29:46 +01:00
ai fix(ai): correct Gemini tool result format and improve type safety 2025-12-18 13:43:39 +00:00
coding-agent fix(coding-agent): support symlinked tools and hooks in discovery (#219) 2025-12-18 13:07:30 +01:00
mom Release v0.23.3 2025-12-17 22:29:46 +01:00
pods Release v0.23.3 2025-12-17 22:29:46 +01:00
proxy Release v0.23.3 2025-12-17 22:29:46 +01:00
tui Release v0.23.3 2025-12-17 22:29:46 +01:00
web-ui Release v0.23.3 2025-12-17 22:29:46 +01:00