@skj1724/oh-my-opencode 3.18.8 → 3.18.10
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/dist/agents/prompts-zh/index.d.ts +16 -0
- package/dist/cli/index.js +6 -6
- package/dist/index.js +6 -6
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const CHINESE_PROMPTS: {
|
|
2
|
+
readonly sisyphus: "file://./src/agents/prompts-zh/sisyphus.md";
|
|
3
|
+
readonly hephaestus: "file://./src/agents/prompts-zh/hephaestus.md";
|
|
4
|
+
readonly prometheus: "file://./src/agents/prompts-zh/prometheus.md";
|
|
5
|
+
readonly atlas: "file://./src/agents/prompts-zh/atlas.md";
|
|
6
|
+
readonly oracle: "file://./src/agents/prompts-zh/oracle.md";
|
|
7
|
+
readonly metis: "file://./src/agents/prompts-zh/metis.md";
|
|
8
|
+
readonly momus: "file://./src/agents/prompts-zh/momus.md";
|
|
9
|
+
readonly "sisyphus-junior": "file://./src/agents/prompts-zh/sisyphus-junior.md";
|
|
10
|
+
readonly general: {
|
|
11
|
+
readonly librarian: "file://./src/agents/prompts-zh/general-agents.md";
|
|
12
|
+
readonly explore: "file://./src/agents/prompts-zh/general-agents.md";
|
|
13
|
+
readonly "multimodal-looker": "file://./src/agents/prompts-zh/general-agents.md";
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export type ChinesePromptKey = keyof typeof CHINESE_PROMPTS;
|
package/dist/cli/index.js
CHANGED
|
@@ -6737,14 +6737,14 @@ var AGENT_DISPLAY_NAMES, AGENT_LIST_SORT_PREFIXES, INVISIBLE_AGENT_CHARACTERS_RE
|
|
|
6737
6737
|
var init_agent_display_names = __esm(() => {
|
|
6738
6738
|
AGENT_DISPLAY_NAMES = {
|
|
6739
6739
|
sisyphus: "Sisyphus - Ultraworker",
|
|
6740
|
-
hephaestus: "Hephaestus - Deep
|
|
6741
|
-
prometheus: "Prometheus -
|
|
6742
|
-
atlas: "Atlas -
|
|
6740
|
+
hephaestus: "Hephaestus - Deep",
|
|
6741
|
+
prometheus: "Prometheus - Planner",
|
|
6742
|
+
atlas: "Atlas - Executor",
|
|
6743
6743
|
"sisyphus-junior": "Sisyphus-Junior",
|
|
6744
|
-
metis: "Metis -
|
|
6744
|
+
metis: "Metis - Consultant",
|
|
6745
6745
|
momus: "Momus - Plan Critic",
|
|
6746
6746
|
athena: "Athena - Council",
|
|
6747
|
-
"athena-junior": "Athena-Junior
|
|
6747
|
+
"athena-junior": "Athena-Junior",
|
|
6748
6748
|
oracle: "oracle",
|
|
6749
6749
|
librarian: "librarian",
|
|
6750
6750
|
explore: "explore",
|
|
@@ -53770,7 +53770,7 @@ var {
|
|
|
53770
53770
|
// package.json
|
|
53771
53771
|
var package_default = {
|
|
53772
53772
|
name: "@skj1724/oh-my-opencode",
|
|
53773
|
-
version: "3.18.
|
|
53773
|
+
version: "3.18.10",
|
|
53774
53774
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
53775
53775
|
main: "./dist/index.js",
|
|
53776
53776
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -2826,14 +2826,14 @@ var AGENT_DISPLAY_NAMES, AGENT_LIST_SORT_PREFIXES, INVISIBLE_AGENT_CHARACTERS_RE
|
|
|
2826
2826
|
var init_agent_display_names = __esm(() => {
|
|
2827
2827
|
AGENT_DISPLAY_NAMES = {
|
|
2828
2828
|
sisyphus: "Sisyphus - Ultraworker",
|
|
2829
|
-
hephaestus: "Hephaestus - Deep
|
|
2830
|
-
prometheus: "Prometheus -
|
|
2831
|
-
atlas: "Atlas -
|
|
2829
|
+
hephaestus: "Hephaestus - Deep",
|
|
2830
|
+
prometheus: "Prometheus - Planner",
|
|
2831
|
+
atlas: "Atlas - Executor",
|
|
2832
2832
|
"sisyphus-junior": "Sisyphus-Junior",
|
|
2833
|
-
metis: "Metis -
|
|
2833
|
+
metis: "Metis - Consultant",
|
|
2834
2834
|
momus: "Momus - Plan Critic",
|
|
2835
2835
|
athena: "Athena - Council",
|
|
2836
|
-
"athena-junior": "Athena-Junior
|
|
2836
|
+
"athena-junior": "Athena-Junior",
|
|
2837
2837
|
oracle: "oracle",
|
|
2838
2838
|
librarian: "librarian",
|
|
2839
2839
|
explore: "explore",
|
|
@@ -130770,7 +130770,7 @@ class PostHog extends PostHogBackendClient {
|
|
|
130770
130770
|
// package.json
|
|
130771
130771
|
var package_default = {
|
|
130772
130772
|
name: "@skj1724/oh-my-opencode",
|
|
130773
|
-
version: "3.18.
|
|
130773
|
+
version: "3.18.10",
|
|
130774
130774
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
130775
130775
|
main: "./dist/index.js",
|
|
130776
130776
|
types: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skj1724/oh-my-opencode",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.10",
|
|
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",
|