Skip to content

Terminal race condition with TUI - #59

Merged
ajmyyra merged 2 commits into
mainfrom
fix/terminal-race-condition
Aug 18, 2026
Merged

Terminal race condition with TUI#59
ajmyyra merged 2 commits into
mainfrom
fix/terminal-race-condition

Conversation

@ajmyyra

@ajmyyra ajmyyra commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Description

Previously introduced changes triggered a terminal race condition that was not matched due to skipped error check. This adds the error check and fixes the issue.

We're also adding some guard rails for agents to prevent accidentally rewriting a config in the home directory.

Type of Change

  • feat: New feature
  • fix: Bug fix
  • refactor: Code refactoring
  • docs: Documentation
  • test: Tests
  • chore: Maintenance
  • ci: CI/CD changes

Checklist

  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally (make test)
  • Pre-commit checks pass (make pre-commit)
  • My changes generate no new warnings or errors

@ajmyyra
ajmyyra force-pushed the fix/terminal-race-condition branch from eba811e to 0abc56b Compare August 18, 2026 16:23

@jaakkovarjo jaakkovarjo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looking good!

@jaakkovarjo jaakkovarjo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looking good!

@ajmyyra
ajmyyra merged commit e4112ce into main Aug 18, 2026
12 checks passed
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