Skip to content

Commit efdf4d8

Browse files
committed
fix: agent permissions
1 parent 41ae57f commit efdf4d8

File tree

19 files changed

+1075
-97
lines changed

19 files changed

+1075
-97
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can set these environment variables instead of entering credentials in the a
5252
## Project Structure
5353

5454
```
55-
mission-control/
55+
array/
5656
├── src/
5757
│ ├── main/ # Electron main process
5858
│ ├── renderer/ # React app

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"wait-on": "^7.2.0"
5050
},
5151
"dependencies": {
52+
"@posthog/code-agent": "^0.2.0",
5253
"@radix-ui/react-tabs": "^1.0.4",
5354
"axios": "^1.6.7",
5455
"clsx": "^2.1.0",

0 commit comments

Comments
 (0)