[Bug] Agent output formatting degraded to sparse text rendering
Resolved 💬 4 comments Opened Dec 19, 2025 by smaugho Closed Dec 19, 2025
Bug Description
The agent started outputting the text completely sparse suddenly, and even after restarting it continues doing the same. I have to ask to the agent to write to a text file to be able to understand. See an example:
When you tried to take over a locked WorkItem, the system gave you confirmation codes (EBAC34, then D92123), but entering them didn't work. The system kept generating new codes instead of accepting them.
rmation codes in .rk/state/agent-replacements.json, but two different components use different locations:
ements.json
nel\ (package folder)
r-Tertiary\packages\...\.rk\state\agent-replacements.json
s are written to one file but looked up in a different file. The hooks never find the codes, so takeover never happens.
Both MCP server and hooks need to use the same absolute path for the state directory, not relative paths that resolve differently based on working directory.
- packages/.../src/core/container/registrations/hooks.ts (line 68)
Environment Info
- Platform: win32
- Terminal: windows-terminal
- Version: 2.0.73
- Feedback ID: 59adf750-45ff-4416-b941-801aeb99b147
Errors
[]This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗