picoclaw/pkg/utils
David Siewert bcc3d447a1 feat(agent): add pretty_print and disable_escape_html options for tool feedback
- Add PrettyPrint and DisableEscapeHTML config options to ToolFeedbackConfig
- Add FormatArgsJSON helper function with configurable pretty printing and HTML escaping
- Add toolFeedbackArgsPreviewWithOptions to pass formatting options
- Update pipeline_execute.go to use new formatting options for tool feedback

This fixes the issue where '&&' would be displayed as '\u0026' in tool
feedback messages and provides optional pretty-printing for better
readability.
2026-04-25 20:46:16 +06:00
..
bm25.go perf: precompute BM25 index for repeated searches (#2177) 2026-03-30 16:30:25 +08:00
bm25_test.go perf: precompute BM25 index for repeated searches (#2177) 2026-03-30 16:30:25 +08:00
context.go refactor: improve code readability and consistency across multiple files 2026-03-21 17:12:45 +08:00
context_test.go refactor: improve code readability and consistency across multiple files 2026-03-21 17:12:45 +08:00
download.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
http_client.go enhance skill installer (#1252) 2026-03-13 14:04:02 +08:00
http_client_test.go enhance skill installer (#1252) 2026-03-13 14:04:02 +08:00
http_retry.go utils: gofumpt http retry formatting 2026-03-30 22:08:21 +08:00
http_retry_test.go utils: make retry-after numeric clamp overflow-safe 2026-03-30 22:02:16 +08:00
markdown.go fix lint 2026-03-15 22:30:02 +01:00
markdown_test.go feat(tool): markdown format in output web_fetch tool 2026-03-15 22:12:03 +01:00
media.go Fix lint 2026-03-23 07:13:43 +08:00
skills.go Feature: Implement Skill Discovery - With Clawhub Integration and Caching (#332) 2026-02-20 18:55:04 +08:00
string.go fix typo 2026-03-09 23:56:59 +01:00
string_test.go Update test case for unicode letters preservation 2026-02-27 20:20:58 +08:00
tool_feedback.go feat(agent): add pretty_print and disable_escape_html options for tool feedback 2026-04-25 20:46:16 +06:00
tool_feedback_test.go fix(tool-feedback): format tool args as JSON code blocks 2026-04-24 18:07:48 +02:00
zip.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00