agent-ecosystem/src/main
matt cf61a78bea feat(sessions): enhance session retrieval with metadata options
- Updated the session retrieval API to include an optional `SessionsByIdsOptions` parameter, allowing clients to specify the desired metadata depth (light or deep) when fetching sessions by IDs.
- Modified the `ProjectScanner` and related services to support this new option, improving flexibility in session data retrieval.
- Enhanced the HTTP client and renderer components to accommodate the new options, ensuring consistent behavior across the application.

This commit improves session management by providing users with more control over the metadata returned, optimizing performance for various use cases.
2026-02-12 22:42:06 +09:00
..
constants 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
http feat(sessions): enhance session retrieval with metadata options 2026-02-12 22:42:06 +09:00
ipc feat(sessions): enhance session retrieval with metadata options 2026-02-12 22:42:06 +09:00
services feat(sessions): enhance session retrieval with metadata options 2026-02-12 22:42:06 +09:00
types feat(sessions): enhance session retrieval with metadata options 2026-02-12 22:42:06 +09:00
utils feat(sessions): enhance session retrieval with metadata options 2026-02-12 22:42:06 +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
index.ts feat(ipc): refactor context switching and event handling 2026-02-12 17:08:05 +09:00