[PR #962] [MERGED] refactor(cli): rename folder to cli/ #1015

Closed
opened 2026-02-16 09:17:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/962
Author: @mdrxy
Created: 1/30/2026
Status: Merged
Merged: 1/30/2026
Merged by: @mdrxy

Base: masterHead: mdrxy/rename-cli


📝 Commits (3)

📊 Changes

92 files changed (+17 additions, -17 deletions)

View changed files

📝 .github/pr-file-labeler.yml (+1 -1)
📝 .github/workflows/ci.yml (+3 -3)
📝 .github/workflows/release-please.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .gitignore (+1 -1)
📝 .pre-commit-config.yaml (+2 -2)
📝 .release-please-manifest.json (+1 -1)
📝 libs/cli/Makefile (+1 -1)
📝 libs/cli/README.md (+0 -0)
📝 libs/cli/da-cli-cover-photo.png (+0 -0)
📝 libs/cli/deepagents_cli/__init__.py (+0 -0)
📝 libs/cli/deepagents_cli/__main__.py (+0 -0)
📝 libs/cli/deepagents_cli/_version.py (+0 -0)
📝 libs/cli/deepagents_cli/agent.py (+0 -0)
📝 libs/cli/deepagents_cli/app.py (+0 -0)
📝 libs/cli/deepagents_cli/app.tcss (+0 -0)
📝 libs/cli/deepagents_cli/clipboard.py (+0 -0)
📝 libs/cli/deepagents_cli/config.py (+0 -0)
📝 libs/cli/deepagents_cli/default_agent_prompt.md (+0 -0)
📝 libs/cli/deepagents_cli/file_ops.py (+0 -0)

...and 72 more files

📄 Description

from deepagents-cli/ -> cli/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagents/pull/962 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `master` ← **Head:** `mdrxy/rename-cli` --- ### 📝 Commits (3) - [`ac504e3`](https://github.com/langchain-ai/deepagents/commit/ac504e3f431b6de42a78ef63a7e889bb68202d66) refactor(cli): rename folder to `cli/` - [`4c21f55`](https://github.com/langchain-ai/deepagents/commit/4c21f55726a675d7ff242678e02e47dff95f89be) fix deps/infra - [`6ec5d11`](https://github.com/langchain-ai/deepagents/commit/6ec5d11b315f3b7cf8c99cad484bc6d04733de23) fix version ### 📊 Changes **92 files changed** (+17 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.github/pr-file-labeler.yml` (+1 -1) 📝 `.github/workflows/ci.yml` (+3 -3) 📝 `.github/workflows/release-please.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.gitignore` (+1 -1) 📝 `.pre-commit-config.yaml` (+2 -2) 📝 `.release-please-manifest.json` (+1 -1) 📝 `libs/cli/Makefile` (+1 -1) 📝 `libs/cli/README.md` (+0 -0) 📝 `libs/cli/da-cli-cover-photo.png` (+0 -0) 📝 `libs/cli/deepagents_cli/__init__.py` (+0 -0) 📝 `libs/cli/deepagents_cli/__main__.py` (+0 -0) 📝 `libs/cli/deepagents_cli/_version.py` (+0 -0) 📝 `libs/cli/deepagents_cli/agent.py` (+0 -0) 📝 `libs/cli/deepagents_cli/app.py` (+0 -0) 📝 `libs/cli/deepagents_cli/app.tcss` (+0 -0) 📝 `libs/cli/deepagents_cli/clipboard.py` (+0 -0) 📝 `libs/cli/deepagents_cli/config.py` (+0 -0) 📝 `libs/cli/deepagents_cli/default_agent_prompt.md` (+0 -0) 📝 `libs/cli/deepagents_cli/file_ops.py` (+0 -0) _...and 72 more files_ </details> ### 📄 Description from `deepagents-cli/` -> `cli/` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:17:55 -05:00
yindo closed this issue 2026-02-16 09:17:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1015