diff --git a/docs/docs/.claude/worktrees/condescending-ishizaka b/docs/docs/.claude/worktrees/condescending-ishizaka new file mode 160000 index 0000000..359611f --- /dev/null +++ b/docs/docs/.claude/worktrees/condescending-ishizaka @@ -0,0 +1 @@ +Subproject commit 359611f763668a75e26d21da1b4f7828a2d1707b diff --git a/docs/docs/.claude/worktrees/gracious-blackburn b/docs/docs/.claude/worktrees/gracious-blackburn new file mode 160000 index 0000000..359611f --- /dev/null +++ b/docs/docs/.claude/worktrees/gracious-blackburn @@ -0,0 +1 @@ +Subproject commit 359611f763668a75e26d21da1b4f7828a2d1707b diff --git a/docs/docs/.claude/worktrees/hungry-wilson b/docs/docs/.claude/worktrees/hungry-wilson new file mode 160000 index 0000000..cdcd816 --- /dev/null +++ b/docs/docs/.claude/worktrees/hungry-wilson @@ -0,0 +1 @@ +Subproject commit cdcd8168d72ce50a5d41664de1a786647282a493 diff --git a/docs/docs/.claude/worktrees/jolly-mclaren b/docs/docs/.claude/worktrees/jolly-mclaren new file mode 160000 index 0000000..477c3e2 --- /dev/null +++ b/docs/docs/.claude/worktrees/jolly-mclaren @@ -0,0 +1 @@ +Subproject commit 477c3e20a1e66e9e8a08e2f498b812727a696f3a diff --git a/docs/docs/.claude/worktrees/recursing-banach b/docs/docs/.claude/worktrees/recursing-banach new file mode 160000 index 0000000..359611f --- /dev/null +++ b/docs/docs/.claude/worktrees/recursing-banach @@ -0,0 +1 @@ +Subproject commit 359611f763668a75e26d21da1b4f7828a2d1707b diff --git a/docs/docs/.claude/worktrees/strange-jackson b/docs/docs/.claude/worktrees/strange-jackson new file mode 160000 index 0000000..d540c90 --- /dev/null +++ b/docs/docs/.claude/worktrees/strange-jackson @@ -0,0 +1 @@ +Subproject commit d540c9038674a6bc0a12ea0dbc6cce03bfd7c999 diff --git a/docs/docs/.claude/worktrees/xenodochial-payne b/docs/docs/.claude/worktrees/xenodochial-payne new file mode 160000 index 0000000..ee8ccd6 --- /dev/null +++ b/docs/docs/.claude/worktrees/xenodochial-payne @@ -0,0 +1 @@ +Subproject commit ee8ccd626278f1a52fb47881077c930b7dc83d41 diff --git a/docs/docs/legal/licensing.md b/docs/docs/legal/licensing.md index 8cf4a39..48864a5 100644 --- a/docs/docs/legal/licensing.md +++ b/docs/docs/legal/licensing.md @@ -3,7 +3,7 @@ title: 'License acknowledgements' description: 'Third-party software licenses used in PolyAI ADK.' --- -PolyAI ADK uses several third-party open source software packages. We gratefully acknowledge the contributions of the open source community. The packages and licensing can be found in [licenses.json](https://github.com/polyai/adk/blob/main/licenses.json). +PolyAI ADK uses several third-party open source software packages. We gratefully acknowledge the contributions of the open source community. ## Full license texts @@ -539,4 +539,4 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -``` \ No newline at end of file +``` diff --git a/docs/docs/reference/cli.md b/docs/docs/reference/cli.md index cbeabbd..db55a41 100644 --- a/docs/docs/reference/cli.md +++ b/docs/docs/reference/cli.md @@ -53,6 +53,10 @@ poly pull --force poly pull --format ~~~ +If the branch you are currently on no longer exists in Agent Studio, `poly pull` automatically switches to the `main` branch and displays a warning message with the new branch name. + +When using JSON output (`--json`), the response includes `new_branch_name` and `new_branch_id` fields if a branch switch occurred. + ### `poly push` Push local changes to Agent Studio. @@ -67,6 +71,10 @@ poly push --force poly push --format ~~~ +When pushing creates a new branch (for example, when pushing to Agent Studio for the first time on a branch), the CLI displays a message with the new branch name. + +When using JSON output (`--json`), the response includes `new_branch_name` and `new_branch_id` fields if a new branch was created. + ### `poly status` View changed, new, and deleted files in your project. diff --git a/docs/requirements.txt b/docs/requirements.txt index 8782856..a95c902 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ mkdocs==1.6.1 mkdocs-material==9.6.20 pymdown-extensions==10.14.3 +pygments==2.18.0