Skip to content

feat(tui): include project directory name in terminal title - #12645

Open
F0Rextasy wants to merge 2 commits into
can1357:mainfrom
F0Rextasy:feat/12600-terminal-title-project-dir
Open

F0Rextasy wants to merge 2 commits into
can1357:mainfrom
F0Rextasy:feat/12600-terminal-title-project-dir

Conversation

@F0Rextasy

Copy link
Copy Markdown

What

I reviewed the full diff; every tab showed only the session title so repos were indistinguishable, so the terminal title now appends the project directory name while the run-state separator keeps working.

Why

Fixes #12600

Testing

  • bun test packages/coding-agent/test/terminal-title-state.test.ts (22 pass, 3 new: suffix appended, deduped when equal, fallback stays bare)
  • bun --cwd=packages/coding-agent run check:types (pass)
  • oxlint on both changed files (pass)

  • bun check passes
  • Tested locally
  • CHANGELOG updated with the required attribution (if user-facing; internal issue fixes use issue links, external contributions add the PR link and contributor credit after creation)

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

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.

feat(tui): include project directory name in terminal title

1 participant