Subagent: markdown rendering in expanded view, chain streaming shows all steps

- Export getMarkdownTheme() from coding-agent for custom tools
- Chain/parallel modes now use Markdown component in expanded view
- Chain streaming updates include all previous steps (not just current)
- Strip {previous} placeholder from task preview in renderCall
This commit is contained in:
Mario Zechner 2025-12-19 04:39:03 +01:00
parent 4fb3af93fb
commit 320556dbf5
2 changed files with 108 additions and 32 deletions

View file

@ -122,6 +122,7 @@ export {
type TruncationResult,
writeTool,
} from "./core/tools/index.js";
// Main entry point
export { main } from "./main.js";
// Theme utilities for custom tools
export { getMarkdownTheme } from "./modes/interactive/theme/theme.js";