You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(sdk): drop variable-sized payloads from info logs
Strip full state/agent model dumps and tool / skill / MCP-server name
lists out of info logs. The accompanying counts are still logged so
'how many X were loaded' remains visible without dumping the contents.
- conversation/state: 'Resumed conversation <id>' and 'Created new
conversation <id>' no longer append `state.model_dump(...)` and
`agent.model_dump_succint()` — those dump the entire ConversationState
(including workspace, persistence info, etc.) and the agent config
across many wrapped log lines on startup.
- mcp/utils: 'Created N MCP tools' no longer enumerates every tool name.
- agent/base: 'Loaded N tools from spec' / 'Filtered to N tools after
applying regex filter' no longer enumerate every tool name.
- skills/skill: 'Loaded N public skills' no longer enumerates every
skill name.
- plugin/plugin: 'Loaded MCP config from <path> with N server(s)' no
longer enumerates every server name.
Co-authored-by: openhands <openhands@all-hands.dev>
0 commit comments