Skip to content

Commit c3a7e87

Browse files
authored
Merge pull request #189 from badaitech/feat/enhance-secret-encrypt
feat: enhance secret encryption handling and update allowed tools in configuration
2 parents 2de55aa + 9bb1aa6 commit c3a7e87

18 files changed

Lines changed: 79 additions & 19 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
5252
Be constructive and helpful in your feedback.
5353
54+
${{ github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' &&
55+
'Welcome! Please review this PR from a first-time contributor. Be encouraging and provide detailed explanations for any suggestions.' ||
56+
'Please provide a thorough code review focusing on our coding standards and best practices.' }}
57+
5458
# Optional: Customize review based on file types
5559
# direct_prompt: |
5660
# Review this PR focusing on:
@@ -66,9 +70,9 @@ jobs:
6670
# 'Please provide a thorough code review focusing on our coding standards and best practices.' }}
6771

6872
# Optional: Add specific tools for running tests or linting
69-
# allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"
73+
allowed_tools: 'Bash(pnpm run test),Bash(pnpm run lint),Bash(pnpm run typecheck)'
7074

7175
# Optional: Skip review for certain conditions
72-
# if: |
73-
# !contains(github.event.pull_request.title, '[skip-review]') &&
74-
# !contains(github.event.pull_request.title, '[WIP]')
76+
if: |
77+
!contains(github.event.pull_request.title, '[skip-review]') &&
78+
!contains(github.event.pull_request.title, '[WIP]')

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# assignee_trigger: "claude-bot"
4646

4747
# Optional: Allow Claude to run specific commands
48-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
48+
allowed_tools: 'Bash(pnpm install),Bash(pnpm run build),Bash(pnpm run test:*),Bash(pnpm run lint:*)'
4949

5050
# Optional: Add custom instructions for Claude to customize its behavior for your project
5151
# custom_instructions: |

apps/chaingraph-backend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-backend
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- feat: enhance secret encryption handling and update allowed tools in configuration
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.2.4
10+
- @badaitech/chaingraph-trpc@0.2.4
11+
- @badaitech/chaingraph-types@0.2.4
12+
313
## 0.2.3
414

515
### Patch Changes

apps/chaingraph-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-backend",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-frontend
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @badaitech/chaingraph-nodes@0.2.4
9+
- @badaitech/badai-api@0.2.4
10+
- @badaitech/chaingraph-trpc@0.2.4
11+
- @badaitech/chaingraph-types@0.2.4
12+
313
## 0.2.4
414

515
### Patch Changes

apps/chaingraph-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-frontend",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",

packages/badai-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/badai-api
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- feat: enhance secret encryption handling and update allowed tools in configuration
8+
39
## 0.2.3
410

511
### Patch Changes

packages/badai-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/badai-api",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"private": false,
66
"description": "Bad AI GraphQL API client",
77
"license": "BUSL-1.1",

packages/chaingraph-nodes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @badaitech/chaingraph-nodes
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- feat: enhance secret encryption handling and update allowed tools in configuration
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.2.4
10+
311
## 0.2.3
412

513
### Patch Changes

packages/chaingraph-nodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-nodes",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"private": false,
66
"description": "Node components for the Chaingraph project",
77
"license": "BUSL-1.1",

0 commit comments

Comments
 (0)