@makerbi/openclaude 0.13.0 → 0.14.2
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 +29 -29
- package/README.md +373 -373
- package/bin/import-specifier.mjs +13 -13
- package/bin/import-specifier.test.mjs +13 -13
- package/bin/openclaude +97 -32
- package/dist/cli.mjs +14552 -9030
- package/dist/sdk.mjs +8806 -5158
- package/package.json +170 -170
- package/src/entrypoints/sdk/coreTypes.generated.ts +2355 -2355
- package/src/entrypoints/sdk.d.ts +555 -555
package/LICENSE
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
NOTICE
|
|
2
|
-
|
|
3
|
-
This repository contains code derived from Anthropic's Claude Code CLI.
|
|
4
|
-
|
|
5
|
-
The original Claude Code source is proprietary software:
|
|
6
|
-
Copyright (c) Anthropic PBC. All rights reserved.
|
|
7
|
-
Subject to Anthropic's Commercial Terms of Service.
|
|
8
|
-
|
|
9
|
-
Modifications and additions by OpenClaude contributors are offered under
|
|
10
|
-
the MIT License where legally permissible:
|
|
11
|
-
|
|
12
|
-
MIT License
|
|
13
|
-
Copyright (c) 2026 OpenClaude contributors (modifications only)
|
|
14
|
-
|
|
15
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
16
|
-
a copy of the modifications made by OpenClaude contributors, to deal
|
|
17
|
-
in those modifications without restriction, including without limitation
|
|
18
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
19
|
-
and/or sell copies, subject to the following conditions:
|
|
20
|
-
|
|
21
|
-
The above copyright notice and this permission notice shall be included
|
|
22
|
-
in all copies or substantial portions of the modifications.
|
|
23
|
-
|
|
24
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
25
|
-
|
|
26
|
-
The underlying derived code remains subject to Anthropic's copyright.
|
|
27
|
-
This project does not have Anthropic's authorization to distribute
|
|
28
|
-
their proprietary source. Users and contributors should evaluate their
|
|
29
|
-
own legal position.
|
|
1
|
+
NOTICE
|
|
2
|
+
|
|
3
|
+
This repository contains code derived from Anthropic's Claude Code CLI.
|
|
4
|
+
|
|
5
|
+
The original Claude Code source is proprietary software:
|
|
6
|
+
Copyright (c) Anthropic PBC. All rights reserved.
|
|
7
|
+
Subject to Anthropic's Commercial Terms of Service.
|
|
8
|
+
|
|
9
|
+
Modifications and additions by OpenClaude contributors are offered under
|
|
10
|
+
the MIT License where legally permissible:
|
|
11
|
+
|
|
12
|
+
MIT License
|
|
13
|
+
Copyright (c) 2026 OpenClaude contributors (modifications only)
|
|
14
|
+
|
|
15
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
16
|
+
a copy of the modifications made by OpenClaude contributors, to deal
|
|
17
|
+
in those modifications without restriction, including without limitation
|
|
18
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
19
|
+
and/or sell copies, subject to the following conditions:
|
|
20
|
+
|
|
21
|
+
The above copyright notice and this permission notice shall be included
|
|
22
|
+
in all copies or substantial portions of the modifications.
|
|
23
|
+
|
|
24
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
25
|
+
|
|
26
|
+
The underlying derived code remains subject to Anthropic's copyright.
|
|
27
|
+
This project does not have Anthropic's authorization to distribute
|
|
28
|
+
their proprietary source. Users and contributors should evaluate their
|
|
29
|
+
own legal position.
|