Skip to content

Conversation

@ulivz
Copy link
Member

@ulivz ulivz commented Sep 24, 2025

Summary

Remove complex GenericResultRenderer and replace with simple TerminalRenderer using CodeEditor for cleaner tool output display.

Problem: The generic tool renderer was overly complex with too much code and poor visual design.

Solution:

  • Removed entire generic directory with all complex components (~1000 lines)
  • Added simple TerminalRenderer that formats tool inputs/outputs in terminal style
  • Created minimal MessageContent and ToggleSwitch replacement components
  • Updated all imports and component references

Result: Cleaner codebase with terminal-style fallback renderer for tool outputs.

Checklist

  • Added or updated necessary tests (Optional).
  • Updated documentation to align with changes (Optional).
  • Verified no breaking changes, or prepared solutions for any occurring breaking changes (Optional).
  • My change does not involve the above items.

- Remove entire generic renderer directory and complex components
- Add simple TerminalRenderer using CodeEditor for tool output
- Create minimal MessageContent and ToggleSwitch components
- Update imports and fix component references
- Use terminal-style display for tool inputs/outputs as fallback
@netlify
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for agent-tars-docs ready!

Name Link
🔨 Latest commit 7dae378
🔍 Latest deploy log https://app.netlify.com/projects/agent-tars-docs/deploys/68d3d00091f7bc00080e5f4f
😎 Deploy Preview https://deploy-preview-1635--agent-tars-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for tarko ready!

Name Link
🔨 Latest commit 7dae378
🔍 Latest deploy log https://app.netlify.com/projects/tarko/deploys/68d3d0009470650008564466
😎 Deploy Preview https://deploy-preview-1635--tarko.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ulivz
Copy link
Member Author

ulivz commented Sep 24, 2025

Duplicate of #1594

@ulivz ulivz marked this as a duplicate of #1594 Sep 24, 2025
@ulivz ulivz closed this Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants