Skip to content

Commit 44621ef

Browse files
Update license; add limitations callout
1 parent 89760f5 commit 44621ef

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 GitHub
3+
Copyright GitHub, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ In this sample, each user gets an isolated session with its own virtual filesyst
88

99
The agent can manage its own files, write and execute Python code, and use `curl` to access only pre-approved web resources.
1010

11+
⚠️ This is a sample to demonstrate a possible app architecture. It's not an app you could deploy as-is, since it lacks important security features such as auth, and the filesystem isolation is limited. See [limitations](#limitations) for more details.
12+
1113
## Running the sample
1214

1315
You need a GitHub token (a fine-grained PAT with no special permissions, or the output of `gh auth token`). This token is used by Copilot SDK to perform AI inferencing using a model approved for your account.

0 commit comments

Comments
 (0)