Skip to content

feat(app): new session progress indicator#32662

Merged
Hona merged 3 commits into
anomalyco:devfrom
arvsrn:session-progress-indicator
Jun 23, 2026
Merged

feat(app): new session progress indicator#32662
Hona merged 3 commits into
anomalyco:devfrom
arvsrn:session-progress-indicator

Conversation

@arvsrn

@arvsrn arvsrn commented Jun 17, 2026

Copy link
Copy Markdown
Member

Issue for this PR

Closes #118

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Implements the new agent running dot matrix radar animation.

How did you verify your code works?

  • Ran the app locally and verified the updated UI manually
  • Ran type checks locally (bun turbo typecheck)

Screenshots / recordings

Screen.Recording.2026-06-17.at.14.42.16.mov

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title session progress indicator doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@arvsrn arvsrn changed the title session progress indicator Jun 17, 2026
animation-fill-mode: both;
}

@keyframes session-progress-indicator-v2-dot-0 {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we explore tailwind animations here cc @Brendonovich

@Hona Hona merged commit d248483 into anomalyco:dev Jun 23, 2026
9 checks passed
markjaquith pushed a commit to markjaquith/opencode that referenced this pull request Jun 23, 2026
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
BenGu3 pushed a commit to BenGu3/opencode that referenced this pull request Jun 27, 2026
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants