Skip to content

Commit 4e91397

Browse files
committed
Merge remote-tracking branch 'origin/feat/workspace-file-explorer' into feat/tui-design-refresh
2 parents 6722900 + 195206f commit 4e91397

122 files changed

Lines changed: 1435 additions & 482 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/calm-doctors-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pymodel/pythinker-code": patch
3+
---
4+
5+
Make `pythinker doctor` validate `config.toml` with the current schema in every engine mode.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pymodel/pythinker-code": minor
3+
---
4+
5+
Add a sidebar Explorer for browsing and opening workspace files.

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Post or update PR comment
5050
if: steps.check.outputs.SYNC_OK == 'false' && github.event_name == 'pull_request'
51-
uses: actions/github-script@v7
51+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
5252
env:
5353
COMMENT_BODY: ${{ steps.missing.outputs.body }}
5454
with:
@@ -151,7 +151,7 @@ jobs:
151151
152152
- name: Post or update PR comment
153153
if: steps.build.outputs.BUILD_FAILED == 'true' && github.event_name == 'pull_request'
154-
uses: actions/github-script@v7
154+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
155155
env:
156156
COMMENT_BODY: ${{ steps.error.outputs.body }}
157157
with:

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,13 @@ jobs:
160160

161161
- name: Mint release-bot token
162162
id: release-bot
163-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # pinned from v2
163+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pinned from v3.2.0
164164
with:
165165
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
166166
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
167+
permission-contents: write
168+
permission-pull-requests: write
169+
permission-issues: write
167170

168171
- name: Create Release Pull Request or Publish to npm
169172
id: changesets
@@ -507,7 +510,7 @@ jobs:
507510
# Cloning and pushing the tap needs contents and nothing else.
508511
- name: Mint tap token
509512
id: tap-token
510-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # pinned from v2
513+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # pinned from v3.2.0
511514
with:
512515
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
513516
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: DeterminateSystems/nix-installer-action@1d87d45818068401a10cf16bdc5f00b24994a83f # pinned from main
2828

2929
- name: Update flake.lock and open PR
30-
uses: DeterminateSystems/update-flake-lock@5ba4a20ae344a5edd7b97ed3002219974f4d20d7 # pinned from main
30+
uses: DeterminateSystems/update-flake-lock@f21d5f4a9e57815a4941a2e7c3860f4664cb3a96 # pinned from main
3131
with:
3232
pr-title: "chore(nix): monthly flake.lock update"
3333
pr-labels: dependencies
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"sourceHash": "4c25680541a5da27d1f06c12171abdcee797d428d042d4583a4a6ed94d7db4e1",
3-
"sourceFileCount": 410
2+
"sourceHash": "f7cf5febcdf56552c8623ab242e49ecff60f2d3bb0a307d139a04c7225217ed1",
3+
"sourceFileCount": 412
44
}

apps/pythinker-code/dist-web/assets/CodeBlockNode-DoVnw33D.js renamed to apps/pythinker-code/dist-web/assets/CodeBlockNode-iM35AGEM.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/DesignSystemView-D9l3kSFu.js renamed to apps/pythinker-code/dist-web/assets/DesignSystemView-CEgHnNfE.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/Tooltip-BvBSuG3h.js renamed to apps/pythinker-code/dist-web/assets/Tooltip-aeub6uqW.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/abnfDiagram-VCTEODGH-lXl6MMW4.js renamed to apps/pythinker-code/dist-web/assets/abnfDiagram-VCTEODGH-BaFFjvU7.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)