dmux 1.0.7 → 1.1.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/README.md CHANGED
@@ -4,6 +4,8 @@ Tools for running agents in parallel are too complex. `dmux` makes running paral
4
4
 
5
5
  `dmux` lets you merge the open panes back into your main branch easily, close failed experiments, and spin up more agents quickly.
6
6
 
7
+ ![dmux demo](./screen.gif)
8
+
7
9
  ## Features
8
10
 
9
11
  - **🚀 Parallel Development**: Work on multiple features simultaneously in separate panes
package/dist/DmuxApp.d.ts CHANGED
@@ -5,6 +5,7 @@ interface DmuxAppProps {
5
5
  projectName: string;
6
6
  sessionName: string;
7
7
  projectRoot?: string;
8
+ settingsFile: string;
8
9
  }
9
10
  declare const DmuxApp: React.FC<DmuxAppProps>;
10
11
  export default DmuxApp;
@@ -1 +1 @@
1
- {"version":3,"file":"DmuxApp.d.ts","sourceRoot":"","sources":["../src/DmuxApp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAgBnD,UAAU,YAAY;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2tBnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"DmuxApp.d.ts","sourceRoot":"","sources":["../src/DmuxApp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4BnD,UAAU,YAAY;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAk9CnC,CAAC;AAEF,eAAe,OAAO,CAAC"}