Skip to content

fix(code): drop redundant /restart hint from restart prompt - #5083

Merged
Mason Daugherty (mdrxy) merged 1 commit into
mainfrom
open-swe/restart-prompt-copy
Jul 27, 2026
Merged

fix(code): drop redundant /restart hint from restart prompt#5083
Mason Daugherty (mdrxy) merged 1 commit into
mainfrom
open-swe/restart-prompt-copy

Conversation

@mdrxy

@mdrxy Mason Daugherty (mdrxy) commented Jul 27, 2026

Copy link
Copy Markdown
Member

The post-install restart prompt already tells the user "Enter to restart, Esc to defer", so the body line's ", or defer with /restart" was redundant/confusing. This trims the default body to just "Restart the server to load it now."

Made by Open SWE

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
@github-actions github-actions Bot added dcode Related to `deepagents-code` fix A bug fix (PATCH) internal User is a member of the `langchain-ai` GitHub organization open-swe size: XS < 50 LOC labels Jul 27, 2026
@mdrxy
Mason Daugherty (mdrxy) marked this pull request as ready for review July 27, 2026 16:08
@mdrxy
Mason Daugherty (mdrxy) merged commit b34899f into main Jul 27, 2026
76 checks passed
@mdrxy
Mason Daugherty (mdrxy) deleted the open-swe/restart-prompt-copy branch July 27, 2026 16:08
Mason Daugherty (mdrxy) pushed a commit that referenced this pull request Jul 27, 2026
> [!CAUTION]
> Merging this PR will automatically publish to **PyPI** and create a
**GitHub release**.

For the full release process, see
[`.github/RELEASING.md`](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md).

---

_Release notes preview: keep this section in sync with the package
`CHANGELOG.md`. Publish reads the merged CHANGELOG via `release.yml`,
not this PR description — keep them aligned anyway so the PR stays an
accurate historical record for reviewers and anyone returning later._

---


##
[0.1.48](deepagents-code==0.1.47...deepagents-code==0.1.48)
(2026-07-27)

### Features

- Added Fireworks `kimi-k3`, GLM-5.2-Fast, and Kimi-K3 to model
selection and recommended models.
([#5082](#5082),
[#5072](#5072))
- Migrated legacy hooks to v2 events.
([#4971](#4971))

### Bug Fixes

- Require an `AGENTS.md` marker for `/agent` discovery, resolving
unintended discovery behavior.
([#5076](#5076), closes
[#4991](#4991))
- Removed the redundant `/restart` hint from the restart prompt.
([#5083](#5083))
- Removed the caret flash in plugin type-to-search.
([#5078](#5078))

_End release notes preview._

---

> [!NOTE]
> A **New Contributors** section is appended to the GitHub release notes
automatically at publish time (see [Release
Pipeline](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md#release-pipeline),
step 2).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: langchain-oss-automated-triage[bot] <248757908+langchain-oss-automated-triage[bot]@users.noreply.github.com>

@open-swe open-swe Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Open SWE Review: No issues found

Open SWE reviewed this PR and found no potential bugs to report.

Open in WebView Open SWE trace

Marcelo5444 pushed a commit to Marcelo5444/deepagents that referenced this pull request Jul 30, 2026
…ain-ai#5083)

The post-install restart prompt already tells the user "Enter to
restart, Esc to defer", so the body line's ", or defer with `/restart`"
was redundant/confusing. This trims the default body to just "Restart
the server to load it now."

Made by [Open
SWE](https://openswe.vercel.app/agents/06c3fe48-99a5-50e8-eeba-ae3b65ab8949)

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
Marcelo5444 pushed a commit to Marcelo5444/deepagents that referenced this pull request Jul 30, 2026
> [!CAUTION]
> Merging this PR will automatically publish to **PyPI** and create a
**GitHub release**.

For the full release process, see
[`.github/RELEASING.md`](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md).

---

_Release notes preview: keep this section in sync with the package
`CHANGELOG.md`. Publish reads the merged CHANGELOG via `release.yml`,
not this PR description — keep them aligned anyway so the PR stays an
accurate historical record for reviewers and anyone returning later._

---


##
[0.1.48](langchain-ai/deepagents@deepagents-code==0.1.47...deepagents-code==0.1.48)
(2026-07-27)

### Features

- Added Fireworks `kimi-k3`, GLM-5.2-Fast, and Kimi-K3 to model
selection and recommended models.
([langchain-ai#5082](langchain-ai#5082),
[langchain-ai#5072](langchain-ai#5072))
- Migrated legacy hooks to v2 events.
([langchain-ai#4971](langchain-ai#4971))

### Bug Fixes

- Require an `AGENTS.md` marker for `/agent` discovery, resolving
unintended discovery behavior.
([langchain-ai#5076](langchain-ai#5076), closes
[langchain-ai#4991](langchain-ai#4991))
- Removed the redundant `/restart` hint from the restart prompt.
([langchain-ai#5083](langchain-ai#5083))
- Removed the caret flash in plugin type-to-search.
([langchain-ai#5078](langchain-ai#5078))

_End release notes preview._

---

> [!NOTE]
> A **New Contributors** section is appended to the GitHub release notes
automatically at publish time (see [Release
Pipeline](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md#release-pipeline),
step 2).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: langchain-oss-automated-triage[bot] <248757908+langchain-oss-automated-triage[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dcode Related to `deepagents-code` fix A bug fix (PATCH) internal User is a member of the `langchain-ai` GitHub organization open-swe size: XS < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant