-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTHIRD-PARTY-NOTICES
More file actions
127 lines (87 loc) · 3.14 KB
/
THIRD-PARTY-NOTICES
File metadata and controls
127 lines (87 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Third-Party Licenses
HolyCode includes third-party software distributed within the Docker image.
Each component retains its original license. HolyCode's own source code is
licensed under MIT (see LICENSE).
## OpenCode (opencode-ai)
- License: MIT
- Copyright: Anomaly
- Source: https://github.com/anomalyco/opencode
- npm: https://www.npmjs.com/package/opencode-ai
- Website: https://opencode.ai
OpenCode is the core AI coding agent bundled in HolyCode. It is installed
via npm as a global package and runs as an s6-overlay supervised process.
HolyCode does not modify OpenCode's source code.
## opencode-claude-auth (optional plugin)
- License: MIT
- Copyright: Griffin Martin
- Source: https://github.com/griffinmartin/opencode-claude-auth
Optional OpenCode plugin that bridges Claude Code OAuth credentials into
OpenCode. Not installed by default. Enabled via ENABLE_CLAUDE_AUTH=true
environment variable. Auto-installed by OpenCode's plugin system at
container startup when enabled. HolyCode does not modify this plugin.
Note: This plugin impersonates the Claude CLI at the HTTP level to pass
Anthropic OAuth validation. Use at your own risk regarding Anthropic's
Terms of Service.
## oh-my-openagent (optional plugin)
- License: MIT
- Copyright: Yeongyu Kim
- Source: https://github.com/code-yeongyu/oh-my-openagent
- npm: oh-my-opencode
Optional OpenCode plugin for multi-agent orchestration. Not installed by
default. Enabled via ENABLE_OH_MY_OPENAGENT=true environment variable.
Auto-installed by OpenCode's plugin system at container startup when
enabled. HolyCode does not modify this plugin.
## s6-overlay
- License: ISC
- Source: https://github.com/just-containers/s6-overlay
## Node.js
- License: MIT
- Source: https://github.com/nodejs/node
## Chromium
- License: BSD-3-Clause
- Source: https://chromium.googlesource.com/chromium/src
Installed via Debian's apt package manager. Used for headless browser
automation via Playwright and Puppeteer.
## Playwright
- License: Apache-2.0
- Copyright: Microsoft Corporation
- Source: https://github.com/microsoft/playwright
Installed via pip. Uses the system Chromium binary, not Playwright's
bundled browsers.
## GitHub CLI (gh)
- License: MIT
- Copyright: GitHub, Inc.
- Source: https://github.com/cli/cli
## lazygit
- License: MIT
- Copyright: Jesse Duffield
- Source: https://github.com/jesseduffield/lazygit
## delta
- License: MIT
- Copyright: Dan Davison
- Source: https://github.com/dandavison/delta
## eza
- License: MIT
- Copyright: eza community
- Source: https://github.com/eza-community/eza
## ripgrep
- License: MIT / Unlicense (dual)
- Copyright: Andrew Gallant
- Source: https://github.com/BurntSushi/ripgrep
## fd
- License: MIT / Apache-2.0 (dual)
- Copyright: David Peter
- Source: https://github.com/sharkdp/fd
## fzf
- License: MIT
- Copyright: Junegunn Choi
- Source: https://github.com/junegunn/fzf
## bat
- License: MIT / Apache-2.0 (dual)
- Copyright: David Peter
- Source: https://github.com/sharkdp/bat
## tmux
- License: ISC
- Source: https://github.com/tmux/tmux
For a complete list of installed packages and their licenses, inspect the
Docker image directly or refer to the Dockerfile.