You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt 96fc4d948d fix(claudbg-eej6,claudbg-80fb): fix two TUI session/agent transcript bugs
fix(claudbg-eej6): wrap Handle::block_on with block_in_place in TUI
load_transcript_for_session and load_transcript_for_agent called
Handle::current().block_on() from within the tokio::main async context,
causing a panic on session selection. Wrap with block_in_place() to
signal the scheduler to move other tasks off the thread before blocking.

fix(claudbg-80fb): add #[serde(rename = "sessionId")] to RawEntry.session_id
The JSONL field is camelCase ("sessionId") but serde matched only the
literal field name, so session_id always deserialized as None. This made
AgentRef.session_id default to "", and since any_str.starts_with("") is
always true, load_transcript_for_agent matched the wrong session and
found no agent, leaving sub-agent transcripts permanently empty.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
commands feat(claudbg-horp): add --filter flag to sessions/agents list commands 2 months ago
db feat(db): implement database & caching layer [claudbg-goc1, claudbg-umrv, claudbg-hskl, claudbg-edmr] 2 months ago
models fix(claudbg-eej6,claudbg-80fb): fix two TUI session/agent transcript bugs 2 months ago
output feat(claudbg-d8ht): color-coded transcript label prefixes in CLI 2 months ago
parser fix(discovery): correct subagent directory path structure 2 months ago
tui fix(claudbg-eej6,claudbg-80fb): fix two TUI session/agent transcript bugs 2 months ago
cli.rs feat(claudbg-horp): add --filter flag to sessions/agents list commands 2 months ago
error.rs feat(wave1): App error type and Result alias [claudbg-i09w] 2 months ago
filter.rs feat(claudbg-4bms): filter query parser with AND/OR and key:value syntax 2 months ago
lib.rs feat(claudbg-4bms): filter query parser with AND/OR and key:value syntax 2 months ago
main.rs feat(claudbg-horp): add --filter flag to sessions/agents list commands 2 months ago
util.rs feat(wave1): Short UUID display utility and xml_escape helper [claudbg-x7wb] 2 months ago