muonroi-cli 1.3.1 → 1.3.2

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.md CHANGED
@@ -17,7 +17,7 @@
17
17
  > Routes each task to the optimal model, runs adversarial multi-model debates for high-stakes decisions, and persists behavioral memory across sessions. Bring your own API keys. Total cost: ~$5/month.
18
18
 
19
19
  <p align="center">
20
- <img src="docs/demo.gif" alt="Council debate — REST vs gRPC decision" width="840" />
20
+ <img src="https://raw.githubusercontent.com/muonroi/muonroi-cli/master/docs/demo.gif" alt="Council debate — REST vs gRPC decision" width="840" />
21
21
  </p>
22
22
 
23
23
  ## Quick Start
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "1.3.1";
1
+ export declare const PACKAGE_VERSION = "1.3.2";
2
2
  export declare const PACKAGE_DESCRIPTION = "BYOK AI coding agent with multi-model council debate, role-based routing, and auto-compact.";
@@ -1,5 +1,5 @@
1
1
  // AUTO-GENERATED by scripts/sync-version.cjs. DO NOT EDIT BY HAND.
2
2
  // Sourced from package.json at build time so it survives bun --compile bundling.
3
- export const PACKAGE_VERSION = "1.3.1";
3
+ export const PACKAGE_VERSION = "1.3.2";
4
4
  export const PACKAGE_DESCRIPTION = "BYOK AI coding agent with multi-model council debate, role-based routing, and auto-compact.";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -3,8 +3,16 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "1.3.1",
6
+ "version": "1.3.2",
7
7
  "description": "BYOK AI coding agent with multi-model council debate, role-based routing, and auto-compact.",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/muonroi/muonroi-cli.git"
11
+ },
12
+ "homepage": "https://github.com/muonroi/muonroi-cli#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/muonroi/muonroi-cli/issues"
15
+ },
8
16
  "type": "module",
9
17
  "main": "dist/src/index.js",
10
18
  "exports": {
@@ -1,4 +1,4 @@
1
1
  // AUTO-GENERATED by scripts/sync-version.cjs. DO NOT EDIT BY HAND.
2
2
  // Sourced from package.json at build time so it survives bun --compile bundling.
3
- export const PACKAGE_VERSION = "1.3.1";
3
+ export const PACKAGE_VERSION = "1.3.2";
4
4
  export const PACKAGE_DESCRIPTION = "BYOK AI coding agent with multi-model council debate, role-based routing, and auto-compact.";