Skip to content

Merge vk/a724-ui-show-ai-think#3

Merged
abgyjaguo merged 1 commit into
mainfrom
vk/a724-ui-show-ai-think
Jan 11, 2026
Merged

Merge vk/a724-ui-show-ai-think#3
abgyjaguo merged 1 commit into
mainfrom
vk/a724-ui-show-ai-think

Conversation

@abgyjaguo

Copy link
Copy Markdown
Owner

Auto-created by Codex: merge $branch into main.

**TDD loop**
1. Add/adjust a test to reproduce the bug or define the new behavior
2. Run `uv run pytest` (confirm it fails)
3. Implement the minimal change
4. Run `uv run pytest` (confirm it passes)
5. Run `uv run black .`
6. Commit test + implementation (+ docs) together
**Project commands**
- Run tests: `uv run pytest`
- Format: `uv run black .`
- Run CLI (dev): `uv run claude-code-transcripts --help`
**PR checklist**
- [ ] Tests pass: `uv run pytest`
- [ ] Formatted: `uv run black .`
- [ ] README/docs updated if behavior changed
- [ ] Keep changes focused (no drive-by refactors)

Goal
- Render "thinking/reasoning" blocks (Claude `thinking` and Codex CLI `reasoning`) in the generated HTML (like the red boxed section).

Notes
- Only show what exists in the source transcript (no model-inferred thoughts).
- For Codex CLI JSONL, map `reasoning`-style blocks to Claude-style `{type: "thinking", thinking: ...}` during normalization.

Acceptance criteria
- [ ] Claude `thinking` shows in output (already supported) and remains stable
- [ ] Codex CLI `reasoning` (if present) is converted + rendered
- [ ] Snapshots/tests updated and `uv run pytest` passes
@abgyjaguo abgyjaguo force-pushed the vk/a724-ui-show-ai-think branch from 5bd3600 to 37c7176 Compare January 11, 2026 09:17
@abgyjaguo abgyjaguo merged commit c4ca5bf into main Jan 11, 2026
abgyjaguo pushed a commit that referenced this pull request Jan 11, 2026
…Augment) (vibe-kanban 7894c989)

@cct_issue_binding
Issue: #4
Context:
- Track progress for #1/#2/#3

Acceptance criteria:
- [ ] Parsing works for real exports
- [ ] Tests/fixtures added
- [ ] HTML output renders correctly

@cct_new_format_support
@cct_tdd
@cct_dev_commands
@cct_pr_checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants