entireio / entireio/cli

Feature: Improve session transcript readability on entire.io dashboard

Open
#933 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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
Image
Alternatives or workarounds

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.