agent-ecosystem/src/main
iliya a212171faa feat: accumulate and display assistant output during provisioning
- Added `provisioningOutputParts` to `ProvisioningRun` for accumulating assistant text during the provisioning phase.
- Updated `updateProgress` and `emitLogsProgress` functions to include the new `assistantOutput` in the progress state.
- Enhanced `ProvisioningProgressBlock` to display live assistant output using `MarkdownViewer`.
- Modified `TeamProvisioningBanner` to pass the new `assistantOutput` prop for rendering in the UI.
2026-02-24 14:32:51 +02: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: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
ipc fix: improve error handling and logging in message sending process 2026-02-24 14:17:03 +02:00
services feat: accumulate and display assistant output during provisioning 2026-02-24 14:32:51 +02:00
types feat: use agent teams 2026-02-22 15:41:18 +02:00
utils feat: enhance team message handling and UI components 2026-02-23 17:34:30 +02: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 refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +02:00
standalone.ts feat: use agent teams 2026-02-22 15:41:18 +02:00