@skj1724/oh-my-opencode 3.23.5 → 4.0.1
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/bin/oh-my-opencode.js +5 -5
- package/bin/platform.js +2 -2
- package/dist/agents/atlas.d.ts +3 -3
- package/dist/agents/btw-advisor.d.ts +1 -1
- package/dist/agents/metis.d.ts +1 -1
- package/dist/agents/momus.d.ts +5 -7
- package/dist/agents/oracle.d.ts +1 -1
- package/dist/agents/prometheus-prompt.d.ts +1 -1
- package/dist/agents/utils.d.ts +1 -1
- package/dist/cli/index.js +20 -19
- package/dist/config/schema.d.ts +2 -0
- package/dist/features/boulder-state/checkbox-utils.d.ts +2 -0
- package/dist/features/boulder-state/sqlite-storage.d.ts +1 -0
- package/dist/hooks/edit-error-recovery/index.d.ts +1 -1
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/session-naming/index.d.ts +10 -0
- package/dist/hooks/session-naming/index.test.d.ts +1 -0
- package/dist/index.js +1120 -1048
- package/dist/tools/interactive-bash/constants.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const DEFAULT_TIMEOUT_MS = 60000;
|
|
2
2
|
export declare const BLOCKED_TMUX_SUBCOMMANDS: string[];
|
|
3
|
-
export declare const INTERACTIVE_BASH_DESCRIPTION = "
|
|
3
|
+
export declare const INTERACTIVE_BASH_DESCRIPTION = "\u8B66\u544A\uFF1A\u6B64\u5DE5\u5177\u4EC5\u9002\u7528\u4E8E TMUX\u3002\u76F4\u63A5\u4F20\u9012 tmux \u5B50\u547D\u4EE4\uFF08\u4E0D\u5E26 'tmux' \u524D\u7F00\uFF09\u3002\n\n\u793A\u4F8B\uFF1Anew-session -d -s omo-dev, send-keys -t omo-dev \"vim\" Enter\n\n\u9002\u7528\u4E8E\u9700\u8981\u6301\u7EED\u4EA4\u4E92\u7684 TUI \u5E94\u7528\uFF08vim\u3001htop\u3001pudb\uFF09\u3002\u4E00\u6B21\u6027\u547D\u4EE4 \u2192 \u4F7F\u7528 Bash \u5DE5\u5177\u914D\u5408 &\u3002";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skj1724/oh-my-opencode",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.01",
|
|
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",
|