agent-ecosystem/src
Cesar Augusto Fonseca 4ec272758c
fix: collect tool results from subagent messages with absent isMeta field (#23)
User messages in subagent JSONLs lack the isMeta field, defaulting to false.
An unconditional `continue` in the !isMeta branch skipped tool result
collection for these messages, causing all subagent tools to show
"No result received". Now we check for tool_result blocks before continuing,
allowing them to fall through to the result collection logic.
2026-02-19 14:07:30 +09:00
..
main feat(sessions): add API endpoints for hiding and unhiding sessions 2026-02-16 23:33:56 +09:00
preload feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09:00
renderer fix: collect tool results from subagent messages with absent isMeta field (#23) 2026-02-19 14:07:30 +09:00
shared feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00