oh-my-opencode-cohub 1.9.3 → 1.10.0

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/cli/index.js CHANGED
@@ -1,4 +1,6 @@
1
1
  #!/usr/bin/env node
2
+ // package.json
3
+ var version = "1.10.0";
2
4
 
3
5
  // src/cli/config-io.ts
4
6
  import * as fs from "node:fs";
@@ -656,7 +658,7 @@ async function main() {
656
658
  const args = process.argv.slice(2);
657
659
  const command = args[0];
658
660
  if (command === "install") {
659
- console.log(`\uD83D\uDE80 CoHub v1.0 安装中...
661
+ console.log(`\uD83D\uDE80 oh-my-opencode-cohub v${version} 安装中...
660
662
  `);
661
663
  const r1 = addPluginToOpenCodeConfig();
662
664
  console.log(r1.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode-cohub",
3
- "version": "1.9.3",
3
+ "version": "1.10.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Mr-cjf/oh-my-opencode-cohub.git"