evil-omo 3.11.2 → 3.11.3
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/README.ja.md +2 -2
- package/README.ko.md +2 -2
- package/README.md +21 -2
- package/README.ru.md +2 -2
- package/README.zh-cn.md +1 -1
- package/dist/cli/index.js +3 -2
- package/package.json +2 -2
package/README.ja.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | [Discordコミュニティ](https://discord.gg/PUwSMR9XNk)に参加して、コントリビューターや他の `oh-my-opencode` ユーザーと交流しましょう。 |
|
|
16
16
|
> | :-----| :----- |
|
|
17
17
|
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | `oh-my-opencode` のニュースやアップデートは私のXアカウントで投稿されていましたが、 <br /> 誤って凍結されてしまったため、現在は [@justsisyphus](https://x.com/justsisyphus) が代わりにアップデートを投稿しています。 |
|
|
18
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
18
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/D4ch1au?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/D4ch1au) | さらに多くのプロジェクトを見たい場合は、GitHubで [@D4ch1au](https://github.com/D4ch1au) をフォローしてください。 |
|
|
19
19
|
|
|
20
20
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
21
21
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<div align="center">
|
|
35
35
|
|
|
36
36
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/releases)
|
|
37
|
-
[](https://www.npmjs.com/package/evil-omo)
|
|
38
38
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/graphs/contributors)
|
|
39
39
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/network/members)
|
|
40
40
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/stargazers)
|
package/README.ko.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | [Discord 커뮤니티](https://discord.gg/PUwSMR9XNk)에 가입하여 기여자 및 다른 `oh-my-opencode` 사용자들과 소통하세요. |
|
|
11
11
|
> | :-----| :----- |
|
|
12
12
|
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | `oh-my-opencode`에 대한 소식과 업데이트는 제 X 계정에 올라왔었지만, <br /> 실수로 정지된 이후에는 [@justsisyphus](https://x.com/justsisyphus)가 대신 업데이트를 게시하고 있습니다. |
|
|
13
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
13
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/D4ch1au?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/D4ch1au) | 더 많은 프로젝트를 보려면 GitHub에서 [@D4ch1au](https://github.com/D4ch1au)를 팔로우하세요. |
|
|
14
14
|
|
|
15
15
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
16
16
|
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<div align="center">
|
|
30
30
|
|
|
31
31
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/releases)
|
|
32
|
-
[](https://www.npmjs.com/package/evil-omo)
|
|
33
33
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/graphs/contributors)
|
|
34
34
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/network/members)
|
|
35
35
|
[](https://github.com/D4ch1au/evil-oh-my-openagent/stargazers)
|
package/README.md
CHANGED
|
@@ -13,11 +13,30 @@ The injection ensures all agents operate under the authorized security research
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
+
### Interactive Installer (Recommended)
|
|
17
|
+
|
|
16
18
|
```bash
|
|
17
|
-
|
|
19
|
+
bunx evil-omo@latest install # recommended
|
|
20
|
+
npx evil-omo@latest install # alternative
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
The installer will guide you through subscription configuration and set up everything automatically.
|
|
24
|
+
|
|
25
|
+
### Manual Installation
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm install evil-omo@latest
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Then add `"evil-omo@latest"` to the `plugin` array in your OpenCode config (`~/.config/opencode/opencode.json`):
|
|
32
|
+
|
|
33
|
+
```json
|
|
34
|
+
{
|
|
35
|
+
"plugin": ["evil-omo@latest"]
|
|
36
|
+
}
|
|
18
37
|
```
|
|
19
38
|
|
|
20
|
-
|
|
39
|
+
Using `@latest` ensures you always get the newest version when upstream syncs occur.
|
|
21
40
|
|
|
22
41
|
## Upstream Sync
|
|
23
42
|
|
package/README.ru.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
> | [](https://discord.gg/PUwSMR9XNk) | Вступайте в наш [Discord](https://discord.gg/PUwSMR9XNk), чтобы общаться с контрибьюторами и пользователями `oh-my-opencode`. |
|
|
16
16
|
> | ----------------------------------- | ------------------------------------------------------------ |
|
|
17
17
|
> | [](https://x.com/justsisyphus) | Новости и обновления `oh-my-opencode` раньше публиковались на моём аккаунте X. <br /> После ошибочной блокировки, [@justsisyphus](https://x.com/justsisyphus) публикует обновления вместо меня. |
|
|
18
|
-
> | [](https://github.com/
|
|
18
|
+
> | [](https://github.com/D4ch1au) | Подпишитесь на [@D4ch1au](https://github.com/D4ch1au) на GitHub, чтобы следить за другими проектами. |
|
|
19
19
|
|
|
20
20
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> --> <div align="center">
|
|
21
21
|
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
<div align="center">
|
|
33
33
|
|
|
34
|
-
[](https://github.com/D4ch1au/evil-oh-my-openagent/releases) [](https://github.com/D4ch1au/evil-oh-my-openagent/releases) [](https://www.npmjs.com/package/evil-omo) [](https://github.com/D4ch1au/evil-oh-my-openagent/graphs/contributors) [](https://github.com/D4ch1au/evil-oh-my-openagent/network/members) [](https://github.com/D4ch1au/evil-oh-my-openagent/stargazers) [](https://github.com/D4ch1au/evil-oh-my-openagent/issues) [](https://github.com/D4ch1au/evil-oh-my-openagent/blob/master/LICENSE.md) [](https://deepwiki.com/D4ch1au/evil-oh-my-openagent)
|
|
35
35
|
|
|
36
36
|
English | 한국어 | 日本語 | 简体中文 | Русский
|
|
37
37
|
|
package/README.zh-cn.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | 加入我们的 [Discord 社区](https://discord.gg/PUwSMR9XNk),与贡献者及其他 `oh-my-opencode` 用户交流。 |
|
|
16
16
|
> | :-----| :----- |
|
|
17
17
|
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | 关于 `oh-my-opencode` 的新闻和更新过去发布在我的 X 账号上。<br /> 因为账号被意外停用,现在由 [@justsisyphus](https://x.com/justsisyphus) 代为发布更新。 |
|
|
18
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
18
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/D4ch1au?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/D4ch1au) | 在 GitHub 上关注 [@D4ch1au](https://github.com/D4ch1au) 获取更多项目信息。 |
|
|
19
19
|
|
|
20
20
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
21
21
|
|
package/dist/cli/index.js
CHANGED
|
@@ -7601,6 +7601,7 @@ function writeOmoConfig(installConfig) {
|
|
|
7601
7601
|
return { success: true, configPath: omoConfigPath };
|
|
7602
7602
|
}
|
|
7603
7603
|
const merged = deepMergeRecord(newConfig, existing);
|
|
7604
|
+
merged.$schema = newConfig.$schema;
|
|
7604
7605
|
writeFileSync4(omoConfigPath, JSON.stringify(merged, null, 2) + `
|
|
7605
7606
|
`);
|
|
7606
7607
|
} catch (parseErr) {
|
|
@@ -8807,7 +8808,7 @@ var {
|
|
|
8807
8808
|
// package.json
|
|
8808
8809
|
var package_default = {
|
|
8809
8810
|
name: "evil-omo",
|
|
8810
|
-
version: "3.11.
|
|
8811
|
+
version: "3.11.3",
|
|
8811
8812
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
8812
8813
|
main: "dist/index.js",
|
|
8813
8814
|
types: "dist/index.d.ts",
|
|
@@ -8848,7 +8849,7 @@ var package_default = {
|
|
|
8848
8849
|
"ai",
|
|
8849
8850
|
"llm"
|
|
8850
8851
|
],
|
|
8851
|
-
author: "
|
|
8852
|
+
author: "D4ch1au",
|
|
8852
8853
|
license: "SUL-1.0",
|
|
8853
8854
|
repository: {
|
|
8854
8855
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "evil-omo",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.3",
|
|
4
4
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"ai",
|
|
42
42
|
"llm"
|
|
43
43
|
],
|
|
44
|
-
"author": "
|
|
44
|
+
"author": "D4ch1au",
|
|
45
45
|
"license": "SUL-1.0",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|