Feature: Improve session transcript readability on entire.io dashboard
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.1k
- Forks
- 475
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 178
Description
Problem or use case
The session transcripts shown on entire.io display raw data including
<environment_context> tags, diffs, and tool calls all jumbled together
in a single block of text.
It would be much better if:
- environment_context was shown as a clean metadata panel (cwd, shell, date, timezone)
- Diffs were syntax-highlighted and collapsible
- Tool calls were shown in a structured/expandable format
- The prompt and AI reasoning were clearly separated
Example of what the raw output currently looks like:
<environment_context> /Users/naveenkrishnagupta/navyn13 zsh <current_date>2026-04-13</current_date> Asia/Kolkata </environment_context>
Proposed solution
Alternatives or workarounds
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the entire.io dashboard's session transcript view and trace how raw environment_context tags, diffs, tool calls, prompts, and reasoning are rendered. Done means these elements are presented as a metadata panel, collapsible highlighted diffs, structured expandable tool calls, and clearly separated prompt and reasoning sections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100