co-mono/packages
Mario Zechner 4fb3af93fb Refactor subagent tool, fix custom tool discovery, fix JSON mode stdout flush
Breaking changes:
- Custom tools now require index.ts entry point in subdirectory
  (e.g., tools/mytool/index.ts instead of tools/mytool.ts)

Subagent tool improvements:
- Refactored to use Message[] from ai package instead of custom types
- Extracted agent discovery to separate agents.ts module
- Added parallel mode streaming (shows progress from all tasks)
- Added turn count to usage stats footer
- Removed redundant Query section from scout output

Fixes:
- JSON mode stdout flush: Fixed race condition where pi --mode json
  could exit before all output was written, causing consumers to
  miss final events

Also:
- Added signal/timeout support to pi.exec() for custom tools and hooks
- Renamed pi-pods bin to avoid conflict with pi
2025-12-19 04:54:02 +01:00
..
agent Simplify getApiKey pass-through, add changelog entry for #223 2025-12-19 01:37:53 +01:00
ai feat: implement thinking for some more copilot models (#234) 2025-12-19 04:42:23 +01:00
coding-agent Refactor subagent tool, fix custom tool discovery, fix JSON mode stdout flush 2025-12-19 04:54:02 +01:00
mom Skills standard compliance 2025-12-19 00:11:39 +01:00
pods Refactor subagent tool, fix custom tool discovery, fix JSON mode stdout flush 2025-12-19 04:54:02 +01:00
proxy Release v0.23.4 2025-12-18 16:56:50 +01:00
tui Fix Escape key handling for Kitty keyboard protocol 2025-12-19 04:54:02 +01:00
web-ui Fix expired OAuth tokens in long-running agent loops (#223) 2025-12-19 01:36:25 +01:00