Skip to content

[pull] main from CodebuffAI:main#175

Merged
pull[bot] merged 10 commits intoxrettle:mainfrom
CodebuffAI:main
Dec 6, 2025
Merged

[pull] main from CodebuffAI:main#175
pull[bot] merged 10 commits intoxrettle:mainfrom
CodebuffAI:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Dec 6, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

brandonkachen and others added 10 commits December 5, 2025 15:51
- E2E tests: streaming, workflows, custom-agents, features
- Integration tests: event-types, event-ordering, stream-chunks, connection-check
- Unit tests: EventCollector utility class (25 tests)
- Examples: code-reviewer, code-explainer, commit-message-generator, sdk-lint, sdk-refactor, sdk-test-gen
- Add test:e2e, test:integration, test:unit:e2e scripts to package.json
… ordering

- extractLastMessageText now concatenates all assistant message text instead of
  only returning the last message's text. Due to streaming, each text chunk
  becomes a separate assistant message, so we need to join them all.

- Fixed stream-parser to not add text chunks to assistantMessages after tool
  calls have started, which was causing tool_use blocks to be separated from
  their tool_result blocks (Anthropic API violation).

- Updated extractSpawnResults and added extractSelectorResult helpers in
  editor-best-of-n for proper handling of lastMessage and structured outputs.
- Add new /publish command to publish local agents to the agent store -
Create searchable multi-select agent checklist with expandable
dependency trees - Show (+ N subagents) count with click-to-expand
dependency visualization - Add two-step flow: selection -> confirmation
with side-by-side Selected/Dependencies lists - Display success/error UI
after publishing with detailed results - Create usePublishMutation hook
using TanStack Query for proper state management - Add publish-store.ts
for managing publish mode state - Extract shared getSimpleAgentId
utility to reduce code duplication
@pull pull bot locked and limited conversation to collaborators Dec 6, 2025
@pull pull bot added the ⤵️ pull label Dec 6, 2025
@pull pull bot merged commit 6a62466 into xrettle:main Dec 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants