@posthog/agent 2.3.519 → 2.3.520

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,33 +1,21 @@
1
- Business Source License 1.1
2
-
3
- Parameters
4
-
5
- Licensor: PostHog Inc.
6
- Licensed Work: PostHog Code & PostHog Agent package
7
- The Licensed Work is © 2025 PostHog Inc.
8
-
9
- Change Date: None (the Licensed Work will remain under this License indefinitely unless Licensor specifies otherwise)
10
- Change License: At Licensor's discretion
11
-
12
- Additional Use Grant:
13
- You may use, modify, and self-host this software for personal purposes.
14
- You may also submit contributions (e.g., pull requests) to the Licensed Work under this License.
15
- Commercial redistribution, resale, or offering as a managed/hosted service requires a separate commercial agreement with the Licensor.
16
- Using the Licensed Work to build or offer a competing product or service is prohibited without explicit written permission from the Licensor.
17
-
18
- Terms
19
-
20
- The Licensor hereby grants you the right to copy, modify, create derivative works, redistribute, and make use of the Licensed Work for personal purposes. The Licensor may make an Additional Use Grant, above, permitting limited production use.
21
-
22
- Effective on the Change Date (if one is ever designated by the Licensor), the Change License will apply to the Licensed Work.
23
-
24
- Any use of the Licensed Work not explicitly permitted by this License is prohibited.
25
- This License applies separately to each version of the Licensed Work released by the Licensor.
26
-
27
- THE LICENSED WORK IS PROVIDED "AS IS". THE LICENSOR MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
28
-
29
- This License does not grant trademark rights, and no license is granted for use of the Licensor's trademarks, trade names, or logos.
30
-
31
- License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
32
-
33
- "Business Source License" is a trademark of MariaDB Corporation Ab.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 PostHog Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/agent.js CHANGED
@@ -4030,7 +4030,7 @@ import { v7 as uuidv7 } from "uuid";
4030
4030
  // package.json
4031
4031
  var package_default = {
4032
4032
  name: "@posthog/agent",
4033
- version: "2.3.519",
4033
+ version: "2.3.520",
4034
4034
  repository: "https://github.com/PostHog/code",
4035
4035
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
4036
4036
  exports: {
@@ -4120,7 +4120,7 @@ var package_default = {
4120
4120
  "typescript"
4121
4121
  ],
4122
4122
  author: "PostHog",
4123
- license: "SEE LICENSE IN LICENSE",
4123
+ license: "MIT",
4124
4124
  scripts: {
4125
4125
  build: "node ../../scripts/rimraf.mjs dist && tsup",
4126
4126
  dev: "tsup --watch",