Skip to content

feat(tui): add goal badge in transcript header, simplify to 'goal set' - #376

Closed
alecuba16 wants to merge 3 commits into
Kuberwastaken:mainfrom
alecuba16:feat/goal-completed-header
Closed

feat(tui): add goal badge in transcript header, simplify to 'goal set'#376
alecuba16 wants to merge 3 commits into
Kuberwastaken:mainfrom
alecuba16:feat/goal-completed-header

Conversation

@alecuba16

@alecuba16 alecuba16 commented Aug 2, 2026

Copy link
Copy Markdown

Summary

Adds goal badge in transcript header showing active goal status. Badge simplified from verbose "active · 5m · 3 turns" to clean "set" indicator.

Changes

  • render.rs: Goal badge rendered in footer as [goal: set] (yellow bold)
  • cli/src/main.rs: Badge format simplified from format!("active · {} · {} turns", ...) to format!("set")
  • app.rs: active_goal_badge and goal_completed fields on App struct

Testing

  • cargo check --workspace clean (pre-existing errors unrelated to this change)
  • cargo fmt --all clean

@alecuba16
alecuba16 force-pushed the feat/goal-completed-header branch from e08dd60 to b5792dc Compare August 2, 2026 09:55
@alecuba16 alecuba16 changed the title feat(tui): show GOAL COMPLETED header when goal is marked complete feat(tui): add goal badge in transcript header, simplify to 'goal set' Aug 2, 2026
@alecuba16
alecuba16 force-pushed the feat/goal-completed-header branch from b5792dc to acf7ecd Compare August 2, 2026 15:27
alecuba16 and others added 2 commits August 7, 2026 09:02
@alecuba16
alecuba16 force-pushed the feat/goal-completed-header branch from acf7ecd to 95d706d Compare August 8, 2026 14:56
@alecuba16
alecuba16 force-pushed the feat/goal-completed-header branch from 95d706d to 042bf5d Compare August 8, 2026 14:57
@alecuba16

Copy link
Copy Markdown
Author

Closing in favor of consolidated group branches. The changes from this PR have been merged into a functional group branch.

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.

1 participant