oh-my-musacode 0.0.2 → 0.0.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/dist/cli/index.js CHANGED
@@ -7582,7 +7582,7 @@ var import_picocolors2 = __toESM(require_picocolors(), 1);
7582
7582
  // package.json
7583
7583
  var package_default = {
7584
7584
  name: "oh-my-musacode",
7585
- version: "0.0.2",
7585
+ version: "0.0.3",
7586
7586
  description: "The Best AI Agent Harness - Batteries-Included MusaCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
7587
7587
  main: "dist/index.js",
7588
7588
  types: "dist/index.d.ts",
@@ -7655,13 +7655,13 @@ var package_default = {
7655
7655
  typescript: "^5.9.3"
7656
7656
  },
7657
7657
  optionalDependencies: {
7658
- "oh-my-musacode-darwin-arm64": "0.0.2",
7659
- "oh-my-musacode-darwin-x64": "0.0.2",
7660
- "oh-my-musacode-linux-arm64": "0.0.2",
7661
- "oh-my-musacode-linux-arm64-musl": "0.0.2",
7662
- "oh-my-musacode-linux-x64": "0.0.2",
7663
- "oh-my-musacode-linux-x64-musl": "0.0.2",
7664
- "oh-my-musacode-windows-x64": "0.0.2"
7658
+ "oh-my-musacode-darwin-arm64": "0.0.3",
7659
+ "oh-my-musacode-darwin-x64": "0.0.3",
7660
+ "oh-my-musacode-linux-arm64": "0.0.3",
7661
+ "oh-my-musacode-linux-arm64-musl": "0.0.3",
7662
+ "oh-my-musacode-linux-x64": "0.0.3",
7663
+ "oh-my-musacode-linux-x64-musl": "0.0.3",
7664
+ "oh-my-musacode-windows-x64": "0.0.3"
7665
7665
  },
7666
7666
  trustedDependencies: [
7667
7667
  "@ast-grep/cli",
package/dist/index.js CHANGED
@@ -13240,7 +13240,7 @@ var require_formats = __commonJS((exports) => {
13240
13240
  }
13241
13241
  var TIME = /^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;
13242
13242
  function getTime(strictTimeZone) {
13243
- return function time(str2) {
13243
+ return function time5(str2) {
13244
13244
  const matches = TIME.exec(str2);
13245
13245
  if (!matches)
13246
13246
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-musacode",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "The Best AI Agent Harness - Batteries-Included MusaCode 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",
@@ -73,13 +73,13 @@
73
73
  "typescript": "^5.9.3"
74
74
  },
75
75
  "optionalDependencies": {
76
- "oh-my-musacode-darwin-arm64": "0.0.2",
77
- "oh-my-musacode-darwin-x64": "0.0.2",
78
- "oh-my-musacode-linux-arm64": "0.0.2",
79
- "oh-my-musacode-linux-arm64-musl": "0.0.2",
80
- "oh-my-musacode-linux-x64": "0.0.2",
81
- "oh-my-musacode-linux-x64-musl": "0.0.2",
82
- "oh-my-musacode-windows-x64": "0.0.2"
76
+ "oh-my-musacode-darwin-arm64": "0.0.3",
77
+ "oh-my-musacode-darwin-x64": "0.0.3",
78
+ "oh-my-musacode-linux-arm64": "0.0.3",
79
+ "oh-my-musacode-linux-arm64-musl": "0.0.3",
80
+ "oh-my-musacode-linux-x64": "0.0.3",
81
+ "oh-my-musacode-linux-x64-musl": "0.0.3",
82
+ "oh-my-musacode-windows-x64": "0.0.3"
83
83
  },
84
84
  "trustedDependencies": [
85
85
  "@ast-grep/cli",